{"title":"Blue Color","description":"","products":[{"product_id":"3m-1080-scotchprint-gloss-deep-blue-metallic-vinyl-wrap-g217","title":"3M 2080 SCOTCHPRINT GLOSS DEEP BLUE METALLIC VINYL WRAP | G217","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Deep Blue Metallic G217\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g217-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G217\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g217-title\"\u003e\n        Gloss Deep Blue Metallic\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a deep, sophisticated transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Deep Blue Metallic G217\u003c\/strong\u003e.\n        Its dark blue foundation, fine metallic character and smooth gloss\n        reflection create a polished, paint-like appearance that becomes more\n        dimensional as light moves across the vehicle’s curves, edges and\n        sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep metallic-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic sparkle\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eDeep Blue \/ Navy\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual deep-blue depth,\n        navy, indigo or dark cobalt undertones, metallic sparkle and reflected\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep metallic blue\u003c\/span\u003e\n      \u003ch3\u003eA deep blue finish with smooth, metallic gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Deep Blue Metallic G217\u003c\/strong\u003e delivers a rich,\n          dark-blue appearance with a clean reflective surface and visible\n          metallic depth. Depending on the lighting, it can appear as deep navy\n          blue, richer indigo, dark cobalt or a brighter illuminated blue with\n          fine silver-toned metallic highlights across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the metallic effect adds fine sparkle and\n          layered depth beneath the deep blue base. The result is a smooth,\n          polished finish with the familiar presence of premium metallic\n          automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Deep, elegant and confidently premium with restrained metallic sparkle.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Deep Blue Metallic pairs especially well with carbon-fibre accents,\n            gloss-black or satin-black trim, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, red, gold or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Deep Blue Metallic includes a clear conformable protective layer\n          that can remain in place during installation to help reduce surface\n          impressions and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g217-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Deep Blue Metallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG217\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g217-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G217\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G217 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character, sparkle and reflected\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g217-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G217.\u003c\/strong\u003e\n              Gloss metallic finishes can make dust, fingerprints, water spots\n              and fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g217-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Deep Blue Metallic can appear darker, brighter, more navy,\n          more indigo-influenced, more visibly metallic or more reflective under\n          indoor lighting, direct sunlight, shade and surrounding reflections.\n          Select the available sample size above and evaluate its actual deep-blue\n          tone, metallic sparkle and gloss level on the vehicle before ordering\n          material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G217 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19545898647609,"sku":"1894517024","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19545898680377,"sku":"1894517025","price":20.58,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19545898713145,"sku":"1894517026","price":40.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19545898745913,"sku":"1894517027","price":94.89,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19545898778681,"sku":"1894517028","price":138.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19545898811449,"sku":"1894517029","price":161.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19545898844217,"sku":"1894517030","price":238.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19545898876985,"sku":"1894517031","price":310.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19545898909753,"sku":"1894517032","price":382.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19545898942521,"sku":"1894517033","price":455.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19545898975289,"sku":"1894517034","price":602.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19545899008057,"sku":"1894517035","price":747.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19545899040825,"sku":"1894517036","price":890.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19545899073593,"sku":"1894517037","price":1095.57,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G217.jpg?v=1741194634"},{"product_id":"3m-1080-scotchprint-gloss-blue-metallic-vinyl-wrap-g227","title":"3M 2080 SCOTCHPRINT GLOSS BLUE METALLIC VINYL WRAP | G227","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Blue Metallic G227\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g227-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G227\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g227-title\"\u003e\n        Gloss Blue Metallic\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a bold, refined transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Blue Metallic G227\u003c\/strong\u003e.\n        Its rich blue foundation, fine metallic character and smooth gloss\n        reflection create a polished, paint-like appearance that becomes more\n        dimensional as light moves across the vehicle’s curves, edges and\n        sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRich metallic-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic sparkle\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Cobalt\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual blue depth,\n        cobalt, steel-blue or slightly cool undertones, metallic sparkle and\n        reflected appearance may vary with lighting, viewing angle, surrounding\n        reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRich metallic blue\u003c\/span\u003e\n      \u003ch3\u003eA rich blue finish with smooth, metallic gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Blue Metallic G227\u003c\/strong\u003e delivers a rich blue\n          appearance with a clean reflective surface and visible metallic depth.\n          Depending on the lighting, it can appear as saturated medium blue,\n          richer cobalt, slightly deeper steel blue or a brighter blue with fine\n          silver-toned metallic highlights across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the metallic effect adds fine sparkle and\n          layered depth beneath the rich blue base. The result is a smooth,\n          polished finish with the familiar presence of premium metallic\n          automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Bold, refined and confidently premium with restrained metallic sparkle.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Blue Metallic pairs especially well with carbon-fibre accents,\n            gloss-black or satin-black trim, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, red, yellow or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Blue Metallic includes a clear conformable protective layer that\n          can remain in place during installation to help reduce surface\n          impressions and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g227-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Blue Metallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG227\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g227-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G227\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G227 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character, sparkle and reflected\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g227-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G227.\u003c\/strong\u003e\n              Gloss metallic finishes can make dust, fingerprints, water spots\n              and fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g227-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Blue Metallic can appear brighter, deeper, more cobalt-toned, more\n          steel-blue, more visibly metallic or more reflective under indoor\n          lighting, direct sunlight, shade and surrounding reflections. Select\n          the available sample size above and evaluate its actual blue tone,\n          metallic sparkle and gloss level on the vehicle before ordering\n          material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G227 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19545901170745,"sku":"1894516996","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19545901236281,"sku":"1894516997","price":20.58,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19545901301817,"sku":"1894516998","price":40.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19545901367353,"sku":"1894516999","price":94.89,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19545901432889,"sku":"1894517000","price":138.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19545901465657,"sku":"1894517001","price":161.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19545901498425,"sku":"1894517002","price":238.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19545901531193,"sku":"1894517003","price":310.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19545901563961,"sku":"1894517004","price":382.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19545901596729,"sku":"1894517005","price":455.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19545901629497,"sku":"1894517006","price":602.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19545901662265,"sku":"1894517007","price":747.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19545901695033,"sku":"1894517008","price":890.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19545901727801,"sku":"1894517009","price":1095.57,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G227.jpg?v=1741194628"},{"product_id":"3m-1080-scotchprint-gloss-flip-deep-space-vinyl-wrap-gp278","title":"3M 2080 SCOTCHPRINT GLOSS FLIP DEEP SPACE VINYL WRAP | GP278","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Flip Deep Space GP278\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-gp278-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code GP278\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-gp278-title\"\u003e\n        Gloss Flip Deep Space\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a dramatic, cosmic-inspired transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Flip Deep Space GP278\u003c\/strong\u003e.\n        Its deep blue, violet and copper-gold color shift combines with smooth\n        gloss reflection to create a fluid, paint-like appearance that changes as\n        light and viewing angle move across the vehicle’s curves, edges and\n        sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss flip finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eBlue-violet-copper shift\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003ePearl-metallic color flip\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Color Flip\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eDeep Blue \/ Violet \/ Copper\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual deep-blue, violet,\n        magenta, copper and gold balance, color-shift intensity and reflected\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Color Flip\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCosmic color-shift effect\u003c\/span\u003e\n      \u003ch3\u003eA deep blue-to-violet-to-copper shift with paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Flip Deep Space GP278\u003c\/strong\u003e delivers a dramatic\n          color-shifting appearance with a clean reflective surface and\n          pearl-metallic depth. Depending on lighting and viewing angle, it can\n          transition through deep indigo-blue, vivid violet, magenta-purple,\n          copper-orange and warm golden highlights across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the color-flip pigments create a flowing\n          transition between cool cosmic tones and warmer copper-gold highlights.\n          The result is a smooth, polished finish with the presence of a premium\n          multi-stage automotive paint effect.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Cosmic, dramatic and highly dynamic with a vivid cool-to-warm color shift.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Deep Space pairs especially well with gloss-black trim, carbon-fibre\n            accents, black, silver or gunmetal wheels, smoked lighting and\n            contrasting violet, copper, gold or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Flip Deep Space includes a clear conformable protective layer that\n          can remain in place during installation to help reduce surface\n          impressions and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp278-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Flip Deep Space\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eGP278\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss color-flip finish with pearl \/ metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp278-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for GP278\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review GP278 under consistent lighting and follow the directional\n              arrows on the liner. Keep every adjacent panel oriented consistently\n              so the color transition flows uniformly across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color and flip balance can vary slightly between manufacturing\n              lots. Use material from the same lot throughout the complete vehicle\n              whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before installation.\u003c\/strong\u003e\n              Color-flip films make orientation differences especially noticeable.\n              Record the roll direction and maintain it across doors, fenders,\n              bumpers and replacement panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The film is intended primarily for standard OEM vehicle paint and is\n              not intended for direct installation on stainless steel or\n              powder-coated metal.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp278-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on GP278.\u003c\/strong\u003e\n              Gloss effect finishes can make dust, fingerprints, water spots and\n              fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp278-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Flip Deep Space can appear more indigo-blue, violet, magenta,\n          copper-orange or golden under indoor lighting, direct sunlight, shade\n          and surrounding reflections. Select the available sample size above and\n          evaluate the actual color transition on several body angles before\n          ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. GP278 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19545904676921,"sku":"1894517514","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19545904709689,"sku":"1894517515","price":22.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19545904742457,"sku":"1894517516","price":44.28,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19545904775225,"sku":"1894517517","price":104.38,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19545904807993,"sku":"1894517518","price":151.83,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19545904840761,"sku":"1894517519","price":177.13,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19545904873529,"sku":"1894517520","price":261.91,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19545904906297,"sku":"1894517521","price":341.62,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19545904939065,"sku":"1894517522","price":417.54,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19545904971833,"sku":"1894517523","price":501.05,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19545905004601,"sku":"1894517524","price":663.0,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19545905037369,"sku":"1894517525","price":816.1,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19545905070137,"sku":"1894517526","price":971.73,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19545905102905,"sku":"1894517527","price":1195.68,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/GP278.jpg?v=1741194732"},{"product_id":"3m-1080-scotchprint-satin-flip-glacial-frost-vinyl-wrap-sp277","title":"3M 2080 SCOTCHPRINT SATIN FLIP GLACIAL FROST VINYL WRAP | SP277","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Satin Flip Glacial Frost SP277\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-sp277-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code SP277\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-sp277-title\"\u003e\n        Satin Flip Glacial Frost\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a cool, sophisticated transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Satin Flip Glacial Frost SP277\u003c\/strong\u003e.\n        Its icy blue-gray foundation, cool silver highlights and softly shifting\n        blue-violet tones combine with a smooth satin reflection to create a\n        frost-inspired appearance that changes as light and viewing angle move\n        across the vehicle’s curves, edges and sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin flip finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eIcy blue-silver shift\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eIridescent pearl shimmer\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin Color Flip\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eIce Blue \/ Silver \/ Violet\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual icy blue, silver,\n        blue-violet and pale gray balance, flip intensity and satin appearance\n        may vary with lighting, viewing angle, surrounding reflections and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin Color Flip\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eGlacial color-shift character\u003c\/span\u003e\n      \u003ch3\u003eAn icy blue-to-silver-to-violet shift with satin shimmer\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGlacial Frost SP277\u003c\/strong\u003e offers a refined,\n          frost-inspired alternative to conventional silver, white and blue\n          finishes. Depending on lighting and viewing angle, it can transition\n          through icy blue-gray, cool silver, pale arctic blue, soft blue-violet\n          and lightly illuminated pearl highlights across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its satin surface gently diffuses reflections while preserving enough\n          sheen to define the vehicle’s body lines, while the color-flip pigments\n          create a flowing transition between cool glacial tones. The result is a\n          smooth, sophisticated finish that delivers subtle visual movement\n          without producing the mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Cool, futuristic and elegantly dynamic with a refined satin color shift.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Glacial Frost pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver or gunmetal wheels, smoked\n            lighting and contrasting white, ice blue, violet or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished satin color-flip effect\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored satin flip vehicle wrap film supplied ready\n          to install without printing or a separate overlaminate. The removable\n          protective surface layer used on gloss and high-gloss Series 2080\n          colors is not a standard feature of this satin finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp277-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Flip Glacial Frost\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSP277\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth satin color-flip finish with pearl \/ metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp277-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for SP277\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review Glacial Frost under consistent\n              lighting and follow the directional arrows on the liner. Keep every\n              adjacent panel oriented consistently so the color transition flows\n              uniformly across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color and flip balance can vary slightly between manufacturing\n              lots. Use material from the same lot throughout the complete vehicle\n              whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before installation.\u003c\/strong\u003e\n              Color-flip films make orientation differences especially noticeable.\n              Record the roll direction and maintain it across doors, fenders,\n              bumpers and any replacement panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a felt-edged squeegee.\u003c\/strong\u003e\n              A clean, soft application edge helps reduce surface scratching and\n              unwanted marks in the satin finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is standard OEM vehicle paint. 3M states that\n              Series 2080 is not intended for stainless steel or powder-coated\n              metals; test adhesion on powder-coated or water-based paints.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp277-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              suitable for high-quality automotive paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and change the intended\n              satin appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on SP277.\u003c\/strong\u003e\n              Satin effect finishes can make dried water spots, fingerprints and\n              uneven residue more visible under direct light. Rinse first, avoid\n              dry wiping and use clean, soft materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp277-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Flip Glacial Frost can appear more icy blue, silver, pale gray,\n          blue-violet or softly pearl-like under indoor lighting, direct sunlight,\n          shade and surrounding reflections. Select the available sample size\n          above and evaluate the actual color transition on several body angles\n          before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. SP277 is decorative color-change vinyl and is not paint protection\n    film. Professional installation is recommended. 3M, Controltac, Comply and\n    Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19545905791033,"sku":"1894517654","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"5ft x 1ft","offer_id":19545905823801,"sku":"1894517655","price":22.64,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19545905856569,"sku":"1894517656","price":44.28,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19545905889337,"sku":"1894517657","price":104.38,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19545905922105,"sku":"1894517658","price":151.83,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19545905954873,"sku":"1894517659","price":177.13,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19545905987641,"sku":"1894517660","price":261.91,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19545906020409,"sku":"1894517661","price":341.62,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19545906053177,"sku":"1894517662","price":417.54,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19545906085945,"sku":"1894517663","price":501.05,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19545906118713,"sku":"1894517664","price":663.0,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19545906151481,"sku":"1894517665","price":816.1,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19545906184249,"sku":"1894517666","price":971.73,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19545906249785,"sku":"1894517667","price":1195.68,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/SP277.jpg?v=1741194755"},{"product_id":"avery-supreme-vinyl-satin-dark-blue-wrap-sw900-682-o","title":"AVERY DENNISON SW900 SUPREME SATIN DARK BLUE VINYL WRAP | 682-O","description":"\u003cstyle\u003e\n.iwpd {\n  --iwpd-accent: #ff4b4b;\n  --iwpd-black: #111111;\n  --iwpd-text: #1a1a1a;\n  --iwpd-muted: #666666;\n  --iwpd-soft: #f5f5f5;\n  --iwpd-soft-2: #fafafa;\n  --iwpd-border: #e4e4e4;\n  --iwpd-white: #ffffff;\n  --iwpd-radius-lg: 28px;\n  --iwpd-radius-md: 18px;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  color: var(--iwpd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.iwpd,\n.iwpd *,\n.iwpd *::before,\n.iwpd *::after {\n  box-sizing: border-box;\n}\n\n.iwpd svg {\n  display: block;\n  max-width: 100%;\n}\n\n.iwpd a {\n  color: inherit;\n}\n\n.iwpd__hero {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n  gap: clamp(24px, 5vw, 64px);\n  align-items: center;\n  overflow: hidden;\n  padding: clamp(30px, 6vw, 72px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 88% 8%, rgba(30, 78, 157, 0.54), transparent 29%),\n    radial-gradient(circle at 72% 90%, rgba(10, 34, 82, 0.7), transparent 35%),\n    linear-gradient(135deg, #05070b 0%, #0c1526 58%, #152c54 100%);\n}\n\n.iwpd__hero::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 72px);\n  width: clamp(84px, 13vw, 160px);\n  height: 5px;\n  border-radius: 0 0 20px 20px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__hero-copy,\n.iwpd__product-card {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__eyebrow {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 0 0 22px;\n}\n\n.iwpd__eyebrow span {\n  display: inline-flex;\n  align-items: center;\n  min-height: 30px;\n  padding: 6px 12px;\n  border: 1px solid rgba(255, 255, 255, 0.19);\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.9);\n  background: rgba(255, 255, 255, 0.08);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.iwpd__eyebrow span:first-child {\n  border-color: var(--iwpd-accent);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: var(--iwpd-white);\n  font-size: clamp(34px, 5.4vw, 68px);\n  font-weight: 800;\n  letter-spacing: -0.045em;\n  line-height: 0.98;\n}\n\n.iwpd__hero-lead {\n  max-width: 700px;\n  margin: 24px 0 0;\n  color: rgba(255, 255, 255, 0.76);\n  font-size: clamp(16px, 1.8vw, 20px);\n  line-height: 1.6;\n}\n\n.iwpd__hero-lead strong {\n  color: var(--iwpd-white);\n}\n\n.iwpd__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 28px;\n}\n\n.iwpd__chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 9px 14px;\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.92);\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.iwpd__chip::before {\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__product-card {\n  width: 100%;\n  max-width: 390px;\n  justify-self: end;\n  padding: 18px;\n  border: 1px solid rgba(255, 255, 255, 0.13);\n  border-radius: 24px;\n  background: rgba(255, 255, 255, 0.07);\n  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n}\n\n.iwpd__product-meta {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 0 3px;\n}\n\n.iwpd__product-meta \u003e div:last-child {\n  text-align: right;\n}\n\n.iwpd__product-label {\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__product-value {\n  display: block;\n  margin-top: 4px;\n  color: var(--iwpd-white);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.iwpd__screen-note {\n  margin: 17px 0 0;\n  color: rgba(255, 255, 255, 0.55);\n  font-size: 11px;\n  line-height: 1.48;\n}\n\n.iwpd__facts {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.iwpd__fact {\n  min-width: 0;\n  padding: 21px 17px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__fact-icon,\n.iwpd__application-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 12px;\n  color: var(--iwpd-accent);\n  background: #fff0f0;\n}\n\n.iwpd__fact-icon {\n  margin-bottom: 15px;\n}\n\n.iwpd__fact-icon svg {\n  width: 20px;\n  height: 20px;\n}\n\n.iwpd__fact-label {\n  color: var(--iwpd-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__fact-value {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-black);\n  font-size: 14px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__section {\n  padding: clamp(48px, 7vw, 86px) 0 0;\n}\n\n.iwpd__section-heading {\n  max-width: 820px;\n  margin-bottom: 30px;\n}\n\n.iwpd__section-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 12px;\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.iwpd__section-kicker::before {\n  width: 26px;\n  height: 3px;\n  border-radius: 10px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__section h3 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(29px, 4vw, 46px);\n  font-weight: 800;\n  letter-spacing: -0.038em;\n  line-height: 1.05;\n}\n\n.iwpd__section-intro {\n  max-width: 790px;\n  margin: 17px 0 0;\n  color: var(--iwpd-muted);\n  font-size: clamp(15px, 1.6vw, 18px);\n  line-height: 1.75;\n}\n\n.iwpd__story-main {\n  width: 100%;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-lg);\n  background:\n    radial-gradient(circle at 100% 0%, rgba(38, 82, 155, 0.16), transparent 32%),\n    var(--iwpd-white);\n}\n\n.iwpd__story-main \u003e p {\n  max-width: 920px;\n  margin: 0;\n  color: #454545;\n  font-size: clamp(15px, 1.65vw, 18px);\n  line-height: 1.8;\n}\n\n.iwpd__story-main \u003e p + p {\n  margin-top: 20px;\n}\n\n.iwpd__story-main strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__personality {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n  gap: 24px;\n  align-items: center;\n  margin-top: 34px;\n  padding: clamp(22px, 4vw, 34px);\n  border: 1px solid #ffd4d4;\n  border-radius: 20px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(38, 82, 155, 0.14), transparent 38%),\n    linear-gradient(135deg, #fff8f8, #ffffff);\n}\n\n.iwpd__personality-label {\n  color: var(--iwpd-accent);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__personality h4 {\n  max-width: 650px;\n  margin: 10px 0 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 34px);\n  font-weight: 800;\n  letter-spacing: -0.035em;\n  line-height: 1.12;\n}\n\n.iwpd__personality p {\n  margin: 0;\n  padding-left: 24px;\n  border-left: 3px solid var(--iwpd-accent);\n  color: #635454;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.iwpd__features {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.iwpd__feature {\n  position: relative;\n  min-height: 235px;\n  overflow: hidden;\n  padding: 29px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__feature::after {\n  position: absolute;\n  right: -30px;\n  bottom: -40px;\n  width: 115px;\n  height: 115px;\n  border-radius: 50%;\n  background: rgba(255, 75, 75, 0.06);\n  content: \"\";\n}\n\n.iwpd__feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.iwpd__feature h4 {\n  position: relative;\n  z-index: 1;\n  margin: 23px 0 0;\n  color: var(--iwpd-black);\n  font-size: 20px;\n  font-weight: 750;\n  letter-spacing: -0.02em;\n  line-height: 1.25;\n}\n\n.iwpd__feature p {\n  position: relative;\n  z-index: 1;\n  margin: 11px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__applications {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.iwpd__application {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 170px;\n  padding: 24px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-white);\n}\n\n.iwpd__application-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__application strong {\n  display: block;\n  margin-top: 26px;\n  color: var(--iwpd-black);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.iwpd__application span {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.iwpd__pro-note {\n  display: grid;\n  grid-template-columns: auto minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  margin-top: 14px;\n  padding: 23px 25px;\n  border: 1px solid #ffd4d4;\n  border-radius: var(--iwpd-radius-md);\n  background: #fff7f7;\n}\n\n.iwpd__pro-note-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__pro-note-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__pro-note p {\n  margin: 0;\n  color: #695050;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.iwpd__pro-note p + p {\n  margin-top: 7px;\n}\n\n.iwpd__pro-note strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__details {\n  display: grid;\n  gap: 9px;\n}\n\n.iwpd__detail {\n  overflow: hidden;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__detail summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 78px;\n  padding: 20px 64px 20px 24px;\n  color: var(--iwpd-black);\n  cursor: pointer;\n  list-style: none;\n  font-size: 16px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__detail summary::-webkit-details-marker {\n  display: none;\n}\n\n.iwpd__detail summary::before,\n.iwpd__detail summary::after {\n  position: absolute;\n  top: 50%;\n  right: 25px;\n  width: 15px;\n  height: 2px;\n  border-radius: 3px;\n  background: var(--iwpd-black);\n  transform: translateY(-50%);\n  transition: transform 0.2s ease;\n  content: \"\";\n}\n\n.iwpd__detail summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.iwpd__detail[open] summary::after {\n  transform: translateY(-50%);\n}\n\n.iwpd__detail[open] summary,\n.iwpd__detail-content {\n  background: var(--iwpd-white);\n}\n\n.iwpd__detail-content {\n  padding: 0 24px 27px;\n}\n\n.iwpd__specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n  margin: 0;\n}\n\n.iwpd__spec {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n  gap: 16px;\n  align-items: center;\n  min-height: 78px;\n  overflow: hidden;\n  padding: 17px 18px 17px 23px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: 14px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n    linear-gradient(135deg, #ffffff, #fafafa);\n}\n\n.iwpd__spec::before {\n  position: absolute;\n  top: 15px;\n  bottom: 15px;\n  left: 0;\n  width: 4px;\n  border-radius: 0 5px 5px 0;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__spec dt {\n  position: relative;\n  margin: 0;\n  padding-left: 13px;\n  color: #777777;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.055em;\n  line-height: 1.45;\n  text-transform: uppercase;\n}\n\n.iwpd__spec dt::before {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  transform: translateY(-50%);\n  content: \"\";\n}\n\n.iwpd__spec dd {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.5;\n}\n\n.iwpd__check-list {\n  display: grid;\n  gap: 13px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.iwpd__check-list li {\n  position: relative;\n  padding-left: 31px;\n  color: #4e4e4e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__check-list li::before {\n  position: absolute;\n  top: 3px;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  content: \"✓\";\n}\n\n.iwpd__check-list strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__sample-banner {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 25px;\n  align-items: center;\n  margin-top: 14px;\n  padding: clamp(24px, 4vw, 38px);\n  border-radius: var(--iwpd-radius-lg);\n  background: var(--iwpd-soft);\n}\n\n.iwpd__sample-banner h4 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 32px);\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  line-height: 1.1;\n}\n\n.iwpd__sample-banner p {\n  max-width: 760px;\n  margin: 9px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__sample-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 19px;\n  border-radius: 999px;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n  white-space: nowrap;\n}\n\n.iwpd__support {\n  position: relative;\n  overflow: hidden;\n  margin-top: clamp(48px, 7vw, 86px);\n  padding: clamp(30px, 6vw, 60px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n    linear-gradient(135deg, #111111, #222222);\n}\n\n.iwpd__support::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 60px);\n  width: 120px;\n  height: 5px;\n  border-radius: 0 0 15px 15px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__support-inner {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__support-label {\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__support h3 {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--iwpd-white);\n  font-size: clamp(29px, 4.2vw, 50px);\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.05;\n}\n\n.iwpd__support-copy {\n  max-width: 740px;\n  margin: 15px 0 0;\n  color: rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.iwpd__support-actions {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 31px;\n}\n\n.iwpd a.iwpd__support-button,\n.iwpd a.iwpd__support-button:link,\n.iwpd a.iwpd__support-button:visited {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  min-width: 0;\n  min-height: 64px;\n  padding: 14px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.17);\n  border-radius: 14px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.08);\n  text-decoration: none;\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.iwpd a.iwpd__support-button:first-child,\n.iwpd a.iwpd__support-button:hover {\n  border-color: var(--iwpd-accent);\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  text-decoration: none;\n}\n\n.iwpd a.iwpd__support-button:hover {\n  transform: translateY(-2px);\n}\n\n.iwpd a.iwpd__support-button:focus-visible {\n  outline: 3px solid rgba(255, 255, 255, 0.75);\n  outline-offset: 3px;\n}\n\n.iwpd__support-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  flex: 0 0 34px;\n  border-radius: 10px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.14);\n}\n\n.iwpd__support-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.iwpd__support-text {\n  min-width: 0;\n}\n\n.iwpd__support-text small {\n  display: block;\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__support-text strong {\n  display: block;\n  overflow: hidden;\n  margin-top: 3px;\n  color: var(--iwpd-white);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.3;\n  text-overflow: ellipsis;\n}\n\n.iwpd__fine-print,\n.iwpd__governance {\n  margin: 18px 3px 0;\n  color: #858585;\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.iwpd__governance {\n  margin-top: 5px;\n}\n\n@media (max-width: 1020px) {\n  .iwpd__facts {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 820px) {\n  .iwpd__hero,\n  .iwpd__personality {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__product-card {\n    max-width: none;\n    justify-self: stretch;\n  }\n\n  .iwpd__personality p {\n    padding-top: 4px;\n    padding-left: 18px;\n  }\n\n  .iwpd__features {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__feature:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .iwpd__specs {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .iwpd {\n    font-size: 15px;\n  }\n\n  .iwpd__hero {\n    padding: 35px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__hero::before,\n  .iwpd__support::before {\n    left: 20px;\n  }\n\n  .iwpd__hero h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n\n  .iwpd__product-card {\n    padding: 12px;\n    border-radius: 19px;\n  }\n\n  .iwpd__facts {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__fact {\n    padding: 18px 14px;\n  }\n\n  .iwpd__section {\n    padding-top: 52px;\n  }\n\n  .iwpd__story-main {\n    padding: 26px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__personality {\n    margin-top: 27px;\n    padding: 22px 19px;\n    border-radius: 16px;\n  }\n\n  .iwpd__features,\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__feature,\n  .iwpd__feature:last-child {\n    min-height: 0;\n    grid-column: auto;\n    padding: 24px 21px;\n  }\n\n  .iwpd__application {\n    min-height: 142px;\n    padding: 21px;\n  }\n\n  .iwpd__pro-note,\n  .iwpd__sample-banner {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__pro-note {\n    padding: 21px;\n  }\n\n  .iwpd__detail summary {\n    min-height: 70px;\n    padding: 18px 56px 18px 18px;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    right: 20px;\n  }\n\n  .iwpd__detail-content {\n    padding: 0 17px 20px;\n  }\n\n  .iwpd__spec {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    min-height: 0;\n    padding: 16px 16px 16px 21px;\n  }\n\n  .iwpd__sample-banner {\n    padding: 24px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__sample-pill {\n    justify-self: start;\n    white-space: normal;\n  }\n\n  .iwpd__support {\n    padding: 36px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__support-actions {\n    margin-top: 25px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .iwpd a.iwpd__support-button,\n  .iwpd__detail summary::after {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-682o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 682-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-682o-title\"\u003eSatin Dark Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a deep and refined colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Satin Dark Blue SW900-682-O\u003c\/strong\u003e.\n        Its rich dark-blue colour and smooth satin factory-finished surface\n        combine controlled reflection with strong visual depth for complete\n        vehicle transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRich dark-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSmooth satin finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eDark Blue \/ Navy\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Avery Dennison’s current North American colour guide identifies this\n        colour as Dark Blue under product code SW900-682-O within the Satin\n        collection. Digital images cannot reproduce the physical blue tone or\n        satin sheen precisely. Appearance varies with lighting, viewing angle,\n        panel shape, surrounding colours, substrate condition and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDark Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin, 20-30 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep satin blue\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Rich dark-blue colour with smooth highlights and controlled satin sheen\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSatin Dark Blue SW900-682-O\u003c\/strong\u003e combines a rich,\n        navy-inspired blue colour with a smooth satin surface. Direct\n        illumination reveals brighter royal-blue highlights across body lines,\n        while shaded conditions create a deeper midnight-blue and near-black\n        appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The satin finish sits between gloss and matte. It reflects enough light\n        to define vehicle contours without producing the sharp mirror-like\n        reflections associated with a high-gloss film. Compared with matte dark\n        blue, the surface appears smoother and more dimensional while\n        preserving a controlled, factory-inspired character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Satin Dark Blue can support a complete colour-change transformation or\n        coordinated feature areas across hoods, roofs, trunks, mirrors, pillars\n        and trim. Its solid non-metallic construction does not require the\n        directional panel orientation associated with metallic or pearlescent\n        finishes.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Deep, composed and sophisticated with understated blue character.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Satin Dark Blue pairs naturally with gloss black, satin black,\n          exposed carbon fibre, white, charcoal, gunmetal, silver, chrome and\n          brushed metal. Gold, bronze, copper, red, orange or bright-blue\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Satin Dark Blue styling with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Satin Dark Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eRich dark-blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A deep navy-inspired colour creates a refined foundation for complete\n          wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eSmooth satin surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 20 to 30 GU satin range produces controlled highlights that\n          define body lines without the sharp reflection of a gloss finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eSolid non-metallic colour\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The uniform blue presentation follows vehicle contours without the\n          directional appearance associated with metallic or pearlescent films.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology helps the installer position and align the\n          film before firm final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, supporting controlled installation across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Dark Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the deep-blue colour and smooth satin\n            reflections.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Focused satin details on compatible smooth surfaces after adhesion\n            and coverage testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is decorative satin colour-change vinyl, not paint protection film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Use clean tools and material from the same production lot, preferably\n          one roll for the complete vehicle. Dark satin surfaces can reveal\n          dust, fingerprints, scratches, pressure marks, uneven cleaning and\n          differences in surface texture or sheen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-682o-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eDark Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront colour:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Dark Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-682-O \/ 682-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eSatin cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eDark Blue \/ Navy \/ Midnight Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished satin surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003e20 to 30 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film range:\u003c\/dt\u003e\n              \u003cdd\u003e\n                SW900 cast films range from 3.2 to 4.7 mil \/ 80 to 119 µm.\n                SW900-682-O is not identified in Revision 20 among films\n                measuring 4 mil or more. Current manufacturer documentation and\n                the physical roll label govern.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOpacity:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Most SW900 colours are considered opaque, but the installer\n                must confirm that coverage meets the project requirements.\n                SW900-682-O is not listed among the reduced-opacity exceptions\n                in Revision 20.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                150% at break as a laboratory value, not a recommended\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFinish effect:\u003c\/dt\u003e\n              \u003cdd\u003eSolid non-metallic satin colour\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOrientation:\u003c\/dt\u003e\n              \u003cdd\u003eNo metallic directional orientation requirement\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAvailable cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-682o-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 682-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse one roll per vehicle wherever practical.\u003c\/strong\u003e\n              Slight colour or sheen differences may occur between rolls or\n              production lots.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm the production lot before cutting.\u003c\/strong\u003e\n              Material from the same lot should be used across adjoining\n              panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Satin Dark Blue can reveal dents, sanding marks, dust, paint\n              texture, body filler edges and other surface irregularities\n              through changes in reflected highlights.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect repaired areas carefully.\u003c\/strong\u003e\n              Differences in paint texture, primer, repair boundaries and panel\n              preparation may remain visible through the finished wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, grit and dirty squeegee protection can\n              mark or contaminate the satin surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may scratch the surface,\n              create pressure marks or alter the satin sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain even application pressure.\u003c\/strong\u003e\n              Excessive rubbing or uneven pressure may create visible sheen\n              differences across adjoining sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate non-OEM paint carefully.\u003c\/strong\u003e\n              Repainted vehicles and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm coverage over the actual substrate.\u003c\/strong\u003e\n              Although SW900-682-O is not listed among reduced-opacity\n              exceptions, test it over contrasting paint, repaired panels,\n              primer, paint lines, seams and overlaps.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is listed as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching may alter the dark-blue colour, satin\n              sheen, coverage and long-term performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use 150% elongation as a stretch target.\u003c\/strong\u003e\n              It is a laboratory break value, not an installation\n              recommendation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting and rubbing.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure may create visible\n              texture and sheen differences.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be finished according to\n              current Avery Dennison SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable above-water\n              areas require suitability evaluation and edge sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution on glass.\u003c\/strong\u003e\n              Avery Dennison does not recommend SW900 as a block-out film for\n              window applications and does not accept liability for glass\n              breakage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-682o-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, road film, fuel residue, insects and environmental\n              contamination may alter the appearance of Satin Dark Blue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using warm water, gentle soap\n              and a clean non-abrasive microfiber towel, wash mitt or soft\n              sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest care products before full use.\u003c\/strong\u003e\n              Apply every cleaner, coating, wax or protectant to an\n              inconspicuous area first and confirm that it does not alter the\n              dark-blue colour or satin sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive polish, aggressive compounds and products that\n              leave an uneven glossy, cloudy or oily residue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry using a clean microfiber or soft towel\n              to reduce water spotting and streaking.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive cleaners, hard brushes, rough scrubbing, dirty\n              towels and incompatible chemicals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not repeatedly rub one area, since friction may create a\n              visible change in sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only when gentler methods fail.\u003c\/strong\u003e\n              Pressure washing can cause edge lifting and surface degradation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep water pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, substrate, paint condition and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-682o-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Dark Blue as SW900-682-O within the\n              Satin collection.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              SW900-682-O uses the manufacturer’s standard SW900 Color\n              durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical exposure between 10 and 45 degrees uses the\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Horizontal exposure places the face of the film between 45 and\n              90 degrees from vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion, loss of gloss and ordinary wear are not covered by the\n              Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage or sheen changes caused by incompatible cleaners,\n              solvents, waxes, compounds or protectants may not be covered.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery Dennison does not warrant ease or speed of removal and does\n              not warrant removal from automotive paint more than five years\n              old.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or sheen differences may occur between production\n              lots. Confirm lot numbers before cutting adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Satin Dark Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Dark Blue cannot be evaluated accurately from a static digital\n          image. Its apparent blue depth, navy undertone and satin sheen change\n          with lighting, viewing angle, panel shape, surrounding colours and\n          substrate condition. Select the 3 × 5-inch sample option and inspect\n          the physical film outdoors, under direct light, in shade and beside\n          the intended vehicle colour before ordering material for the complete\n          project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison’s current North American colour guide identifies Dark Blue\n    as SW900-682-O within the SW900 Satin collection. Revision 20 of the SW900\n    product data sheet applies the standard SW900 Color durability category,\n    providing up to 10 years for qualifying Zone 1 vertical exposure and two\n    years for horizontal or non-vertical exposure, with different periods in\n    Zones 2 and 3. SW900-682-O is not listed among colours that may be less than\n    fully opaque or among films measuring 4 mil or more. The installer must\n    still confirm coverage, surface suitability and finished appearance before\n    completing the project. Actual durability and warranty eligibility depend\n    on exposure zone, application angle, substrate, preparation, installation,\n    environment, cleaning and maintenance. Material from the same production\n    lot should be used across adjoining panels, preferably one roll per\n    vehicle. Professional installation and physical sample evaluation are\n    strongly recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and\n    StaFlat are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current manufacturer documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19545912377401,"sku":"10256487725","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19545912410169,"sku":"10256487726","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19545912442937,"sku":"10256487727","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19545912475705,"sku":"10256487728","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19545912508473,"sku":"10256487729","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19545912541241,"sku":"10256487730","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19545912574009,"sku":"10256487731","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19545912606777,"sku":"10256487732","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19545912639545,"sku":"10256487733","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19545912672313,"sku":"10256487734","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19545912705081,"sku":"10256487735","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19545912737849,"sku":"10256487736","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19545912770617,"sku":"10256487737","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19545912803385,"sku":"10256487738","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/682-O_899a25f4-cf7d-48ba-be6d-5efa53828ea7.jpg?v=1737607759"},{"product_id":"3m-1080-scotchprint-matte-riviera-blue-vinyl-wrap-m67","title":"3M 2080 SCOTCHPRINT MATTE RIVIERA BLUE VINYL WRAP | M67","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Matte Riviera Blue M67\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-m67-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code M67\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-m67-title\"\u003e\n        Matte Riviera Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a vivid, contemporary transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Matte Riviera Blue M67\u003c\/strong\u003e.\n        Its saturated Riviera-blue color and low-reflection matte surface create\n        a clean, expressive appearance that emphasizes the vehicle’s curves,\n        edges and sculpted body lines without the shine of a gloss finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMatte finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eVivid Riviera-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eLow-reflection surface\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Riviera Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual Riviera-blue\n        depth, azure, cyan-influenced or slightly darker blue undertones and matte\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M67 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eVivid coastal-blue character\u003c\/span\u003e\n      \u003ch3\u003eA vivid Riviera blue with a smooth, low-reflection finish\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eMatte Riviera Blue M67\u003c\/strong\u003e delivers a vivid medium-blue\n          appearance with a smooth low-reflection surface and no added metallic\n          or pearl effect. Depending on the lighting, it can appear as saturated\n          Riviera blue, brighter azure, slightly cyan-influenced blue or a deeper\n          coastal blue across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its matte surface suppresses strong reflections and reduces glare across\n          curves and contours. The result is a clean, color-rich finish with the\n          familiar presence of premium matte automotive paint, without the\n          mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Bright, modern and confidently distinctive with a refined Riviera-blue character.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Matte Riviera Blue pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, yellow, orange or metallic\n            details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished solid matte color\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored vehicle wrap film supplied ready to install\n          without printing or an additional overlaminate. Matte colors do not use\n          the removable protective surface layer supplied on gloss and high-gloss\n          Series 2080 films.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M67 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m67-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eMatte Riviera Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eM67\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth solid-color matte finish\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003eGrey solvent-acrylic, pressure-activated adhesive\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-65 to 225°F \/ -54 to 107°C*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrates:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound OEM paint, ABS, aluminum and glass\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m67-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for M67\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review M67 under consistent lighting.\n              Follow the directional arrow on the liner and keep adjacent panels\n              oriented consistently to preserve a uniform matte appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not expect a removable protective surface layer.\u003c\/strong\u003e\n              The conformable protective layer used on gloss and high-gloss\n              Series 2080 colors is not a standard feature of this matte finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce polishing,\n              scratches and unwanted marks in the matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The film is intended primarily for standard OEM vehicle paint and is\n              not intended for direct installation on stainless steel or\n              powder-coated metal.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m67-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and permanently change\n              the intended matte appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m67-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying vertical\n              applications. Coverage for non-vertical surfaces may be reduced and\n              varies by geographic zone, exposure and current warranty terms.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Riviera Blue can appear brighter, deeper, more azure,\n          more cyan-influenced or slightly more muted under indoor lighting,\n          direct sunlight, shade and surrounding reflections. Select the\n          available sample size above and evaluate its actual Riviera-blue tone\n          and matte character on the vehicle before ordering material for a\n          complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. M67 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546018644025,"sku":"1894517094","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"5ft x 1ft","offer_id":19546018676793,"sku":"1894517095","price":20.58,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546018709561,"sku":"1894517096","price":40.25,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546018742329,"sku":"1894517097","price":94.89,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546018775097,"sku":"1894517098","price":138.02,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546018807865,"sku":"1894517099","price":161.02,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546018840633,"sku":"1894517100","price":238.09,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546018873401,"sku":"1894517101","price":310.55,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546018906169,"sku":"1894517102","price":382.44,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546018938937,"sku":"1894517103","price":455.48,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546018971705,"sku":"1894517104","price":602.7,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546019004473,"sku":"1894517105","price":747.63,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546019037241,"sku":"1894517106","price":890.26,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546019070009,"sku":"1894517107","price":1095.57,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/M67.jpg?v=1741194647"},{"product_id":"3m-1080-scotchprint-gloss-intense-blue-vinyl-wrap-g47","title":"3M 2080 SCOTCHPRINT GLOSS INTENSE BLUE VINYL WRAP | G47","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Intense Blue G47\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g47-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G47\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g47-title\"\u003e\n        Gloss Intense Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a bold, performance-inspired transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Intense Blue G47\u003c\/strong\u003e.\n        Its saturated deep-blue color and smooth gloss reflection create a crisp,\n        polished appearance that defines the vehicle’s curves, edges and sculpted\n        body lines with an intense paint-like finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSaturated intense-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eClean paint-like reflection\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Intense Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual Intense Blue\n        depth, cobalt or royal-blue undertones, reflected appearance and visible\n        surface detail may vary with lighting, viewing angle, surrounding\n        reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eSaturated performance blue\u003c\/span\u003e\n      \u003ch3\u003eA saturated intense-blue finish with smooth, paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Intense Blue G47\u003c\/strong\u003e delivers a saturated deep-blue\n          appearance with a smooth reflective surface and no added metallic or\n          pearl effect. Depending on the lighting and surrounding reflections, it\n          can appear as vivid intense blue, richer cobalt, deeper royal blue or a\n          cooler illuminated blue across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines and create strong visual contrast against trim,\n          lighting and wheel finishes. The result is a smooth, polished look with\n          the familiar presence of premium solid-blue automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Bold, athletic and confidently distinctive with a saturated solid-blue appearance.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Gloss Intense Blue works especially well for full wraps, roofs, hoods,\n            mirror caps and contrasting accents. It pairs especially well with\n            gloss-black trim, carbon-fibre details, black, silver, bronze or\n            gunmetal wheels and contrasting white, red, yellow or metallic\n            accents.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Intense Blue includes a clear conformable protective layer that can remain\n          in place during installation to help reduce surface impressions and\n          scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g47-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Intense Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG47\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth solid-color gloss finish\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g47-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G47\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G47 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform color and reflected appearance across the complete\n              vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g47-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClean contaminants promptly on G47.\u003c\/strong\u003e\n              White gloss can make road film, tar, bug residue, dried water spots\n              and staining more noticeable. Rinse first, avoid dry wiping and use\n              clean, soft materials with approved non-abrasive cleaners.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g47-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Intense Blue can appear brighter, deeper, more cobalt, more royal\n          blue or more reflective under indoor lighting, direct sunlight, shade\n          and surrounding reflections. Select the available sample size above and\n          evaluate its actual blue tone, gloss level and reflected appearance on\n          the vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G47 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546021232697,"sku":"1894517192","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546021265465,"sku":"1894517193","price":20.58,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546021298233,"sku":"1894517194","price":40.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546021331001,"sku":"1894517195","price":94.89,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546021363769,"sku":"1894517196","price":138.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546021396537,"sku":"1894517197","price":161.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546021429305,"sku":"1894517198","price":238.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546021462073,"sku":"1894517199","price":310.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546021494841,"sku":"1894517200","price":382.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546021527609,"sku":"1894517201","price":455.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546021560377,"sku":"1894517202","price":602.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546021593145,"sku":"1894517203","price":747.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546021625913,"sku":"1894517204","price":890.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546021658681,"sku":"1894517205","price":1095.57,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G47.jpg?v=1741194666"},{"product_id":"3m-1080-scotchprint-gloss-boat-blue-vinyl-wrap-g127","title":"3M 2080 SCOTCHPRINT GLOSS BOAT BLUE VINYL WRAP | G127","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Boat Blue G127\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g127-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G127\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g127-title\"\u003e\n        Gloss Boat Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a clean, confident transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Boat Blue G127\u003c\/strong\u003e.\n        Its saturated nautical-blue color and smooth gloss reflection create a\n        crisp, polished appearance that defines the vehicle’s curves, edges and\n        sculpted body lines with a vivid paint-like finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eNautical boat-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eClean paint-like reflection\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Marine Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual Boat Blue depth,\n        coolness, reflected appearance and visible surface detail may vary with\n        lighting, viewing angle, surrounding reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eClassic nautical blue\u003c\/span\u003e\n      \u003ch3\u003eA vivid boat-blue finish with smooth, paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Boat Blue G127\u003c\/strong\u003e delivers a saturated nautical-blue\n          appearance with a smooth reflective surface and no added metallic or\n          pearl effect. Depending on the lighting and surrounding reflections, it\n          can appear as vivid marine blue, brighter royal blue, slightly deeper\n          ocean blue or a cooler illuminated blue across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines and create strong visual contrast against trim,\n          lighting and wheel finishes. The result is a smooth, polished look with\n          the familiar presence of premium solid-blue automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Clean, sporty and confidently distinctive with a classic solid-blue appearance.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Gloss Boat Blue works especially well for full wraps, roofs, hoods,\n            mirror caps and contrasting accents. It pairs especially well with\n            gloss-black trim, carbon-fibre details, black, silver, bronze or\n            gunmetal wheels and contrasting white, red, yellow or metallic\n            accents.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Boat Blue includes a clear conformable protective layer that can remain\n          in place during installation to help reduce surface impressions and\n          scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g127-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Boat Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG127\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth solid-color gloss finish\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g127-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G127\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G127 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform color and reflected appearance across the complete\n              vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g127-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClean contaminants promptly on G127.\u003c\/strong\u003e\n              White gloss can make road film, tar, bug residue, dried water spots\n              and staining more noticeable. Rinse first, avoid dry wiping and use\n              clean, soft materials with approved non-abrasive cleaners.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g127-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Boat Blue can appear brighter, deeper, more royal blue, more\n          ocean-blue or more reflective under indoor lighting, direct sunlight,\n          shade and surrounding reflections. Select the available sample size\n          above and evaluate its actual blue tone, gloss level and reflected\n          appearance on the vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G127 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546021756985,"sku":"1894517178","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546021789753,"sku":"1894517179","price":20.58,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546021822521,"sku":"1894517180","price":40.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546021855289,"sku":"1894517181","price":94.89,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546021920825,"sku":"1894517182","price":138.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546021953593,"sku":"1894517183","price":161.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546022019129,"sku":"1894517184","price":238.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546022084665,"sku":"1894517185","price":310.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546022150201,"sku":"1894517186","price":382.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546022215737,"sku":"1894517187","price":455.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546022281273,"sku":"1894517188","price":602.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546022346809,"sku":"1894517189","price":747.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546022412345,"sku":"1894517190","price":890.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546022445113,"sku":"1894517191","price":1095.57,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G127.jpg?v=1741194664"},{"product_id":"3m-1080-scotchprint-matte-indigo-vinyl-wrap-m27","title":"3M 2080 SCOTCHPRINT MATTE INDIGO VINYL WRAP | M27","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Matte Indigo M27\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-m27-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code M27\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-m27-title\"\u003e\n        Matte Indigo\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a deep, sophisticated transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Matte Indigo M27\u003c\/strong\u003e.\n        Its rich blue-violet color and low-reflection matte surface create a\n        smooth, contemporary appearance that emphasizes the vehicle’s curves,\n        edges and sculpted body lines without the shine of a gloss finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMatte finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep indigo tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eLow-reflection surface\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eIndigo \/ Blue Violet\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual indigo depth,\n        navy, violet or charcoal-blue undertones and matte appearance may vary\n        with lighting, viewing angle, surrounding reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M27 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRefined blue-violet character\u003c\/span\u003e\n      \u003ch3\u003eA deep indigo with a smooth, low-reflection finish\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eMatte Indigo M27\u003c\/strong\u003e delivers a deep blue-violet\n          appearance with a smooth low-reflection surface and no added metallic\n          or pearl effect. Depending on the lighting, it can appear as rich\n          indigo, deeper navy blue, muted blue-violet or a darker charcoal-indigo\n          across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its matte surface suppresses strong reflections and reduces glare across\n          curves and contours. The result is a refined, color-rich finish with\n          the familiar presence of premium matte automotive paint, without the\n          mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Deep, modern and confidently distinctive with a refined blue-violet character.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Matte Indigo pairs especially well with gloss-black trim, carbon-fibre\n            accents, black, silver, bronze or gunmetal wheels, smoked lighting\n            and contrasting white, gold, red or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished solid matte color\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored vehicle wrap film supplied ready to install\n          without printing or an additional overlaminate. Matte colors do not use\n          the removable protective surface layer supplied on gloss and high-gloss\n          Series 2080 films.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M27 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m27-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eMatte Indigo\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eM27\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth solid-color matte finish\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003eGrey solvent-acrylic, pressure-activated adhesive\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-65 to 225°F \/ -54 to 107°C*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrates:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound OEM paint, ABS, aluminum and glass\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m27-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for M27\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review M27 under consistent lighting.\n              Follow the directional arrow on the liner and keep adjacent panels\n              oriented consistently to preserve a uniform matte appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not expect a removable protective surface layer.\u003c\/strong\u003e\n              The conformable protective layer used on gloss and high-gloss\n              Series 2080 colors is not a standard feature of this matte finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce polishing,\n              scratches and unwanted marks in the matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The film is intended primarily for standard OEM vehicle paint and is\n              not intended for direct installation on stainless steel or\n              powder-coated metal.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m27-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and permanently change\n              the intended matte appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m27-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying vertical\n              applications. Coverage for non-vertical surfaces may be reduced and\n              varies by geographic zone, exposure and current warranty terms.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Indigo can appear deeper, more navy, more violet-influenced, more\n          charcoal-blue or slightly brighter under indoor lighting, direct\n          sunlight, shade and surrounding reflections. Select the available\n          sample size above and evaluate its actual indigo tone and matte\n          character on the vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. M27 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546024378425,"sku":"1894517066","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546024411193,"sku":"1894517067","price":20.6,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546024443961,"sku":"1894517068","price":40.28,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546024476729,"sku":"1894517069","price":94.96,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546024509497,"sku":"1894517070","price":138.13,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546024542265,"sku":"1894517071","price":161.15,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546024575033,"sku":"1894517072","price":238.27,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546024607801,"sku":"1894517073","price":310.79,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546024640569,"sku":"1894517074","price":382.73,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546024673337,"sku":"1894517075","price":455.83,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546024771641,"sku":"1894517076","price":603.17,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546024837177,"sku":"1894517077","price":748.21,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546024902713,"sku":"1894517078","price":890.94,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546025001017,"sku":"1894517079","price":1096.42,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/M27.jpg?v=1741194641"},{"product_id":"3m-1080-scotchprint-satin-perfect-blue-vinyl-wrap-s347","title":"3M 2080 SCOTCHPRINT SATIN PERFECT BLUE VINYL WRAP | S347","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Satin Perfect Blue S347\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-s347-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code S347\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-s347-title\"\u003e\n        Satin Perfect Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a clean, confident transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Satin Perfect Blue S347\u003c\/strong\u003e.\n        Its balanced medium-blue foundation, restrained metallic character and\n        smooth satin reflection create a refined contemporary appearance that\n        becomes more dimensional as light moves across the vehicle’s curves,\n        edges and sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eBalanced perfect-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSubtle metallic depth\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Cobalt\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual blue depth,\n        cobalt, royal-blue or slightly cool undertones, metallic character and\n        satin appearance may vary with lighting, viewing angle, surrounding\n        reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eBalanced premium-blue character\u003c\/span\u003e\n      \u003ch3\u003eA balanced blue finish with satin sheen and metallic depth\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eSatin Perfect Blue S347\u003c\/strong\u003e offers a refined alternative\n          to conventional navy, bright blue and high-gloss metallic finishes.\n          Depending on the lighting, it can appear as balanced medium blue,\n          richer cobalt, slightly deeper royal blue or a brighter illuminated\n          metallic blue across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its satin surface gently diffuses reflections while preserving enough\n          sheen to define the vehicle’s body lines, while the subtle metallic\n          effect adds controlled visual depth. The result is a smooth,\n          contemporary finish that feels richer than a flat matte blue without\n          producing the mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Balanced, modern and confidently premium with understated metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Satin Perfect Blue pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, red, yellow or metallic\n            details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished satin metallic color\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored satin metallic vehicle wrap film supplied\n          ready to install without printing or a separate overlaminate. The\n          removable protective surface layer used on gloss and high-gloss Series\n          2080 colors is not a standard feature of this satin finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s347-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Perfect Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eS347\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth satin finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s347-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for S347\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review Satin Perfect Blue under\n              consistent lighting and follow the directional arrows on the liner.\n              Keep adjacent panels oriented consistently to preserve uniform\n              metallic character and reflected appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a felt-edged squeegee.\u003c\/strong\u003e\n              A clean, soft application edge helps reduce surface scratching and\n              unwanted marks in the satin finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is standard OEM vehicle paint. 3M states that\n              Series 2080 is not intended for stainless steel or powder-coated\n              metals; test adhesion on powder-coated or water-based paints.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s347-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              suitable for high-quality automotive paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and change the intended\n              satin appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s347-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Perfect Blue can appear brighter, deeper, more cobalt, more\n          royal-blue or more metallic under indoor lighting, direct sunlight,\n          shade and surrounding reflections. Select the available sample size\n          above and evaluate its actual blue tone and metallic character on the\n          vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. S347 is decorative color-change vinyl and is not paint protection\n    film. Professional installation is recommended. 3M, Controltac, Comply and\n    Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546026278969,"sku":"1894517304","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546026311737,"sku":"1894517305","price":21.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546026344505,"sku":"1894517306","price":42.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546026377273,"sku":"1894517307","price":99.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546026410041,"sku":"1894517308","price":145.01,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546026442809,"sku":"1894517309","price":169.18,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546026475577,"sku":"1894517310","price":250.15,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546026508345,"sku":"1894517311","price":326.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546026541113,"sku":"1894517312","price":401.82,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546026573881,"sku":"1894517313","price":478.56,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546026606649,"sku":"1894517314","price":633.24,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546026639417,"sku":"1894517315","price":785.51,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546026672185,"sku":"1894517316","price":935.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546026704953,"sku":"1894517317","price":1151.08,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/S347.jpg?v=1741194695"},{"product_id":"3m-1080-scotchprint-satin-ocean-shimmer-vinyl-wrap-s327","title":"3M 2080 SCOTCHPRINT SATIN OCEAN SHIMMER VINYL WRAP | S327","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Satin Ocean Shimmer S327\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-s327-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code S327\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-s327-title\"\u003e\n        Satin Ocean Shimmer\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a cool, expressive transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Satin Ocean Shimmer S327\u003c\/strong\u003e.\n        Its saturated ocean-blue foundation, restrained metallic character and\n        smooth satin reflection create a distinctive marine-inspired appearance\n        that becomes more dimensional as light moves across the vehicle’s curves,\n        edges and sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eOcean-blue shimmer tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSubtle metallic depth\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Teal\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual ocean-blue depth,\n        teal, turquoise or aqua-influenced undertones, metallic character and\n        satin appearance may vary with lighting, viewing angle, surrounding\n        reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eMarine-inspired blue character\u003c\/span\u003e\n      \u003ch3\u003eA vivid ocean-blue finish with satin sheen and metallic depth\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eSatin Ocean Shimmer S327\u003c\/strong\u003e offers a distinctive\n          alternative to conventional blue, teal and high-gloss metallic\n          finishes. Depending on the lighting, it can appear as vivid ocean blue,\n          deeper teal, brighter turquoise-blue or a more illuminated aqua-blue\n          metallic tone across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its satin surface gently diffuses reflections while preserving enough\n          sheen to define the vehicle’s body lines, while the subtle metallic\n          effect adds controlled visual depth. The result is a smooth,\n          contemporary finish that feels richer than a flat matte blue or teal\n          without producing the mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Cool, vibrant and confidently distinctive with understated metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Satin Ocean Shimmer pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, charcoal, yellow or metallic\n            details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished satin metallic color\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored satin metallic vehicle wrap film supplied\n          ready to install without printing or a separate overlaminate. The\n          removable protective surface layer used on gloss and high-gloss Series\n          2080 colors is not a standard feature of this satin finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s327-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Ocean Shimmer\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eS327\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth satin finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s327-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for S327\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review Satin Ocean Shimmer under\n              consistent lighting and follow the directional arrows on the liner.\n              Keep adjacent panels oriented consistently to preserve uniform\n              metallic character and reflected appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a felt-edged squeegee.\u003c\/strong\u003e\n              A clean, soft application edge helps reduce surface scratching and\n              unwanted marks in the satin finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is standard OEM vehicle paint. 3M states that\n              Series 2080 is not intended for stainless steel or powder-coated\n              metals; test adhesion on powder-coated or water-based paints.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s327-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              suitable for high-quality automotive paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and change the intended\n              satin appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s327-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Ocean Shimmer can appear brighter, deeper, more teal, more\n          turquoise, more aqua-influenced or more metallic under indoor lighting,\n          direct sunlight, shade and surrounding reflections. Select the available\n          sample size above and evaluate its actual ocean-blue tone and metallic\n          character on the vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. S327 is decorative color-change vinyl and is not paint protection\n    film. Professional installation is recommended. 3M, Controltac, Comply and\n    Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546027032633,"sku":"1894517290","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546027098169,"sku":"1894517291","price":21.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546027130937,"sku":"1894517292","price":42.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546027163705,"sku":"1894517293","price":99.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546027196473,"sku":"1894517294","price":145.01,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546027229241,"sku":"1894517295","price":169.18,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546027262009,"sku":"1894517296","price":250.15,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546027294777,"sku":"1894517297","price":326.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546027327545,"sku":"1894517298","price":401.82,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546027360313,"sku":"1894517299","price":478.56,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546027393081,"sku":"1894517300","price":633.24,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546027425849,"sku":"1894517301","price":785.51,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546027458617,"sku":"1894517302","price":935.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546027491385,"sku":"1894517303","price":1151.08,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/S327.jpg?v=1741194691"},{"product_id":"3m-1080-scotchprint-gloss-ice-blue-vinyl-wrap-g247","title":"3M 2080 SCOTCHPRINT GLOSS ICE BLUE VINYL WRAP | G247","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Ice Blue G247\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g247-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G247\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g247-title\"\u003e\n        Gloss Ice Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a cool, refined transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Ice Blue G247\u003c\/strong\u003e.\n        Its light icy-blue foundation, fine metallic character and smooth gloss\n        reflection create a polished, paint-like appearance that becomes more\n        dimensional as light moves across the vehicle’s curves, edges and\n        sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eCool ice-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic sparkle\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eIce Blue \/ Silver Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual ice-blue\n        brightness, silver or aqua-influenced undertones, metallic sparkle and\n        reflected appearance may vary with lighting, viewing angle, surrounding\n        reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eLuminous metallic ice blue\u003c\/span\u003e\n      \u003ch3\u003eA cool ice-blue finish with smooth, metallic gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Ice Blue G247\u003c\/strong\u003e delivers a cool, light-blue\n          appearance with a clean reflective surface and visible metallic depth.\n          Depending on the lighting, it can appear as crisp ice blue, pale\n          silver-blue, soft aqua-blue or a brighter illuminated metallic blue\n          across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the metallic effect adds fine sparkle and\n          layered depth beneath the cool blue base. The result is a smooth,\n          polished finish with the familiar presence of premium metallic\n          automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Cool, clean and confidently premium with luminous metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Ice Blue pairs especially well with gloss-black trim, carbon-fibre\n            accents, black, silver, bronze or gunmetal wheels, smoked lighting\n            and contrasting white, navy, charcoal or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Ice Blue includes a clear conformable protective layer that can\n          remain in place during installation to help reduce surface impressions\n          and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g247-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Ice Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG247\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g247-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G247\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G247 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character, sparkle and reflected\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g247-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G247.\u003c\/strong\u003e\n              Gloss metallic finishes can make dust, fingerprints, water spots\n              and fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g247-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Ice Blue can appear lighter, cooler, more silver-blue, more\n          aqua-influenced or more reflective under indoor lighting, direct\n          sunlight, shade and surrounding reflections. Select the available\n          sample size above and evaluate its actual ice-blue tone and metallic\n          sparkle on the vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G247 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546030145593,"sku":"1894516842","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"5ft x 1ft","offer_id":19546030178361,"sku":"1894516843","price":20.58,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546030211129,"sku":"1894516844","price":40.25,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546030243897,"sku":"1894516845","price":94.89,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546030276665,"sku":"1894516846","price":138.02,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546030309433,"sku":"1894516847","price":161.02,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546030342201,"sku":"1894516848","price":238.09,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546030374969,"sku":"1894516849","price":310.55,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546030407737,"sku":"1894516850","price":382.44,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546030440505,"sku":"1894516851","price":455.48,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546030473273,"sku":"1894516852","price":602.7,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546030506041,"sku":"1894516853","price":747.63,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546030538809,"sku":"1894516854","price":890.26,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546030571577,"sku":"1894516855","price":1095.57,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G247.jpg?v=1741194595"},{"product_id":"3m-1080-scotchprint-gloss-cosmic-blue-vinyl-wrap-g377","title":"3M 2080 SCOTCHPRINT GLOSS COSMIC BLUE VINYL WRAP | G377","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Cosmic Blue G377\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g377-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G377\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g377-title\"\u003e\n        Gloss Cosmic Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a deep, sophisticated transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Cosmic Blue G377\u003c\/strong\u003e.\n        Its saturated cosmic-blue foundation, fine metallic character and smooth\n        gloss reflection create a polished, paint-like appearance that becomes\n        more dimensional as light moves across the vehicle’s curves, edges and\n        sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep cosmic-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic sparkle\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Cobalt\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual cosmic-blue depth,\n        cobalt or indigo-influenced undertones, metallic sparkle and reflected\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep metallic blue\u003c\/span\u003e\n      \u003ch3\u003eA deep cosmic-blue finish with smooth, metallic gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Cosmic Blue G377\u003c\/strong\u003e delivers a deep, saturated blue\n          appearance with a clean reflective surface and visible metallic depth.\n          Depending on the lighting, it can appear as rich cosmic blue, deeper\n          cobalt, midnight blue or a cooler indigo-influenced blue across the\n          vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the metallic effect adds fine sparkle and\n          layered depth beneath the saturated blue base. The result is a smooth,\n          polished finish with the familiar presence of premium metallic\n          automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Deep, refined and confidently premium with dramatic metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Cosmic Blue pairs especially well with gloss-black trim, carbon-fibre\n            accents, black, silver, bronze or gunmetal wheels, smoked lighting\n            and contrasting white, gold, red or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Cosmic Blue includes a clear conformable protective layer that can\n          remain in place during installation to help reduce surface impressions\n          and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Cosmic Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG377\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G377\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G377 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character, sparkle and reflected\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G377.\u003c\/strong\u003e\n              Gloss metallic finishes can make dust, fingerprints, water spots\n              and fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Cosmic Blue can appear deeper, brighter, more cobalt, more\n          midnight-blue, more indigo-influenced or more reflective under indoor\n          lighting, direct sunlight, shade and surrounding reflections. Select\n          the available sample size above and evaluate its actual cosmic-blue\n          tone and metallic sparkle on the vehicle before ordering material for a\n          complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G377 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Cosmic Blue G377\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g377-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G377\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g377-title\"\u003e\n        Gloss Cosmic Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a deep, sophisticated transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Cosmic Blue G377\u003c\/strong\u003e.\n        Its saturated cosmic-blue foundation, fine metallic character and smooth\n        gloss reflection create a polished, paint-like appearance that becomes\n        more dimensional as light moves across the vehicle’s curves, edges and\n        sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep cosmic-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic sparkle\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Cobalt\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual cosmic-blue depth,\n        cobalt or indigo-influenced undertones, metallic sparkle and reflected\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep metallic blue\u003c\/span\u003e\n      \u003ch3\u003eA deep cosmic-blue finish with smooth, metallic gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Cosmic Blue G377\u003c\/strong\u003e delivers a deep, saturated blue\n          appearance with a clean reflective surface and visible metallic depth.\n          Depending on the lighting, it can appear as rich cosmic blue, deeper\n          cobalt, midnight blue or a cooler indigo-influenced blue across the\n          vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the metallic effect adds fine sparkle and\n          layered depth beneath the saturated blue base. The result is a smooth,\n          polished finish with the familiar presence of premium metallic\n          automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Deep, refined and confidently premium with dramatic metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Cosmic Blue pairs especially well with gloss-black trim, carbon-fibre\n            accents, black, silver, bronze or gunmetal wheels, smoked lighting\n            and contrasting white, gold, red or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Cosmic Blue includes a clear conformable protective layer that can\n          remain in place during installation to help reduce surface impressions\n          and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Cosmic Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG377\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G377\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G377 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character, sparkle and reflected\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G377.\u003c\/strong\u003e\n              Gloss metallic finishes can make dust, fingerprints, water spots\n              and fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g377-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Cosmic Blue can appear deeper, brighter, more cobalt, more\n          midnight-blue, more indigo-influenced or more reflective under indoor\n          lighting, direct sunlight, shade and surrounding reflections. Select\n          the available sample size above and evaluate its actual cosmic-blue\n          tone and metallic sparkle on the vehicle before ordering material for a\n          complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G377 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546032242745,"sku":"1894516758","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546032275513,"sku":"1894516759","price":21.63,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546032308281,"sku":"1894516760","price":42.29,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546032341049,"sku":"1894516761","price":99.7,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546032373817,"sku":"1894516762","price":145.01,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546032406585,"sku":"1894516763","price":169.18,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546032439353,"sku":"1894516764","price":250.15,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546032472121,"sku":"1894516765","price":326.29,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546032504889,"sku":"1894516766","price":401.82,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546032537657,"sku":"1894516767","price":478.56,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546032570425,"sku":"1894516768","price":633.24,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546032603193,"sku":"1894516769","price":785.51,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546032635961,"sku":"1894516770","price":935.36,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546032668729,"sku":"1894516771","price":1151.08,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft (Pre-Order)","offer_id":49402002964718,"sku":"189451689067","price":1151.08,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G377.jpg?v=1741194576"},{"product_id":"3m-1080-scotchprint-gloss-blue-raspberry-vinyl-wrap-g378","title":"3M 2080 SCOTCHPRINT GLOSS BLUE RASPBERRY VINYL WRAP | G378","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Blue Raspberry G378\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g378-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G378\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g378-title\"\u003e\n        Gloss Blue Raspberry\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a vivid, high-energy transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Blue Raspberry G378\u003c\/strong\u003e.\n        Its saturated blue foundation, fine metallic character and smooth gloss\n        reflection create a polished, paint-like appearance that becomes more\n        dimensional as light moves across the vehicle’s curves, edges and\n        sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eVivid blue-raspberry tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic sparkle\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Violet Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual blue intensity,\n        violet or raspberry-influenced undertones, metallic sparkle and reflected\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eVivid metallic blue\u003c\/span\u003e\n      \u003ch3\u003eA vivid blue-raspberry finish with smooth, metallic gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Blue Raspberry G378\u003c\/strong\u003e delivers a vivid blue\n          appearance with a clean reflective surface and visible metallic depth.\n          Depending on the lighting, it can appear as bright electric blue,\n          deeper cobalt, cooler violet-blue or a more saturated raspberry-blue\n          across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the metallic pigment adds fine sparkle and\n          layered depth beneath the saturated blue base. The result is a smooth,\n          polished finish with the familiar presence of premium metallic\n          automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Energetic, expressive and premium with vivid metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Blue Raspberry pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, magenta, yellow or metallic\n            details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Blue Raspberry includes a clear conformable protective layer that\n          can remain in place during installation to help reduce surface\n          impressions and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g378-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Blue Raspberry\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG378\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g378-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G378\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G378 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character, sparkle and reflected\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g378-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G378.\u003c\/strong\u003e\n              Gloss metallic finishes can make dust, fingerprints, water spots\n              and fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g378-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Blue Raspberry can appear brighter, deeper, more cobalt, more\n          violet-blue or more reflective under indoor lighting, direct sunlight,\n          shade and surrounding reflections. Select the available sample size\n          above and evaluate its actual blue tone, raspberry-influenced character\n          and metallic sparkle on the vehicle before ordering material for a\n          complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G378 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546032734265,"sku":"1894516646","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546032767033,"sku":"1894516647","price":20.58,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":31404895535161,"sku":"1894516648","price":40.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":31404895567929,"sku":"1894516649","price":94.89,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":31404895600697,"sku":"1894516650","price":138.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":31404895633465,"sku":"1894516651","price":161.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":31404895666233,"sku":"1894516652","price":238.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":31404895699001,"sku":"1894516653","price":310.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":31404895731769,"sku":"1894516654","price":382.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":31404895764537,"sku":"1894516655","price":455.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":31404895797305,"sku":"1894516656","price":602.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":31404895830073,"sku":"1894516657","price":747.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":31404895862841,"sku":"1894516658","price":890.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":31404895895609,"sku":"1894516659","price":1095.57,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft (Pre-Order)","offer_id":49503269814510,"sku":"768954678098","price":1095.57,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G378.jpg?v=1741194550"},{"product_id":"3m-1080-scotchprint-gloss-atomic-teal-vinyl-wrap-g356","title":"3M 2080 SCOTCHPRINT GLOSS ATOMIC TEAL VINYL WRAP | G356","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Atomic Teal G356\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g356-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G356\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g356-title\"\u003e\n        Gloss Atomic Teal\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a vivid, futuristic transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Atomic Teal G356\u003c\/strong\u003e.\n        Its saturated teal foundation, subtle metallic character and smooth gloss\n        reflection create a polished, paint-like appearance that becomes more\n        dynamic as light moves across the vehicle’s curves, edges and sculpted\n        body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eVivid teal tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSubtle metallic depth\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eTeal \/ Blue-Green\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual teal intensity,\n        blue-green balance, metallic character and reflected appearance may vary\n        with lighting, viewing angle, surrounding reflections and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eFuturistic metallic teal\u003c\/span\u003e\n      \u003ch3\u003eA vivid teal finish with smooth, paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Atomic Teal G356\u003c\/strong\u003e delivers a vivid teal\n          appearance with a clean reflective surface and subtle metallic\n          character. Depending on the lighting, it can appear as saturated teal,\n          brighter cyan-influenced blue-green, deeper ocean teal or a greener\n          emerald-influenced shade across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the subtle effect pigment adds luminous\n          depth beneath the saturated teal base. The result is a smooth, polished\n          finish with the familiar presence of premium metallic automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Vivid, futuristic and confidently distinctive with refined metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Atomic Teal pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, coral, orange or metallic\n            details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Atomic Teal includes a clear conformable protective layer that can\n          remain in place during installation to help reduce surface impressions\n          and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g356-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Atomic Teal\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG356\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g356-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G356\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G356 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character, blue-green balance and\n              reflected appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g356-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G356.\u003c\/strong\u003e\n              Gloss finishes can make dust, fingerprints, water spots and fine\n              surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g356-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Atomic Teal can appear brighter, bluer, greener, deeper or more\n          metallic under indoor lighting, direct sunlight, shade and surrounding\n          reflections. Select the available sample size above and evaluate its\n          actual teal tone, blue-green balance and metallic character on the\n          vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G356 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546033389625,"sku":"1894516674","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546033422393,"sku":"1894516675","price":21.63,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546033455161,"sku":"1894516676","price":42.29,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546033487929,"sku":"1894516677","price":99.7,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546033520697,"sku":"1894516678","price":145.01,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546033553465,"sku":"1894516679","price":169.18,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546033586233,"sku":"1894516680","price":250.15,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546033619001,"sku":"1894516681","price":326.29,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546033651769,"sku":"1894516682","price":401.82,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546033684537,"sku":"1894516683","price":478.56,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546033717305,"sku":"1894516684","price":633.24,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546033750073,"sku":"1894516685","price":785.51,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546033782841,"sku":"1894516686","price":935.36,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546033815609,"sku":"1894516687","price":1151.08,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G356.jpg?v=1741194556"},{"product_id":"3m-1080-scotchprint-satin-key-west-vinyl-wrap-s57","title":"3M 2080 SCOTCHPRINT SATIN KEY WEST VINYL WRAP | S57","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Satin Key West S57\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-s57-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code S57\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-s57-title\"\u003e\n        Satin Key West\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a bright, tropical-inspired transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Satin Key West S57\u003c\/strong\u003e.\n        Its fresh turquoise blue-green tone and smooth satin reflection create a\n        distinctive, modern appearance that shifts subtly with surrounding light,\n        body lines and viewing angle.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eTurquoise blue-green tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eLow-glare sheen\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eTurquoise \/ Aqua\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual turquoise depth,\n        blue-green balance and satin appearance may vary with lighting, viewing\n        angle, surrounding reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eTropical blue-green character\u003c\/span\u003e\n      \u003ch3\u003eA fresh satin turquoise with smooth, controlled reflection\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eSatin Key West S57\u003c\/strong\u003e delivers a fresh blue-green\n          appearance with a smooth, low-glare satin surface. Depending on the\n          lighting, it can appear as bright turquoise, softer aqua, cool tropical\n          blue or a slightly greener teal-influenced shade across the vehicle’s\n          contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its satin surface gently diffuses reflections while preserving enough\n          sheen to define the vehicle’s body lines. The result is a smooth,\n          contemporary blue-green finish that appears more dimensional than flat\n          matte vinyl without producing the mirror-like reflection of gloss film.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Fresh, expressive and confidently distinctive.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Satin Key West pairs especially well with gloss-black or carbon-fibre\n            accents, white, silver, bronze or gunmetal wheels, smoked lighting\n            and contrasting coral, orange, yellow or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eReady directly from the roll\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored vehicle wrap film. It does not require printing,\n          color lamination or a separate protective overlaminate before application.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s57-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Key West\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eS57\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth satin finish\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C; 65–73°F \/ 18–23°C recommended for easier handling\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s57-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for S57\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review S57 under consistent lighting.\n              Follow the directional arrows on the liner and keep adjacent panels\n              oriented consistently to preserve a uniform satin appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a felt-edged squeegee.\u003c\/strong\u003e\n              A clean, soft application edge helps reduce surface scratching and\n              unwanted marks in the satin finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The film is intended primarily for standard OEM vehicle paint and is\n              not intended for direct installation on stainless steel or\n              powder-coated metal.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s57-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eNo removable installation protection layer.\u003c\/strong\u003e\n              Satin S57 does not use the clear removable surface-protection layer\n              provided on 3M Gloss and High Gloss color films.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              suitable for high-quality automotive paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and change the intended\n              satin appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-s57-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for non-vertical surfaces may be\n              reduced and varies by geographic zone, exposure and current\n              warranty terms.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Key West can appear brighter, softer, bluer, greener or more\n          turquoise under indoor lighting, direct sunlight, shade and surrounding\n          reflections. Select the available sample size above and evaluate its\n          actual blue-green tone and satin sheen on the vehicle before ordering\n          material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. S57 is decorative color-change vinyl and is not paint protection\n    film. Professional installation is recommended. 3M, Controltac, Comply and\n    Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546036568121,"sku":"1894517276","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546036600889,"sku":"1894517277","price":20.58,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546036633657,"sku":"1894517278","price":40.24,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546036666425,"sku":"1894517279","price":94.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546036699193,"sku":"1894517280","price":137.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546036731961,"sku":"1894517281","price":160.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546036764729,"sku":"1894517282","price":238.04,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546036797497,"sku":"1894517283","price":310.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546036830265,"sku":"1894517284","price":382.37,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546036863033,"sku":"1894517285","price":455.39,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546036895801,"sku":"1894517286","price":602.59,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546036928569,"sku":"1894517287","price":747.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546036961337,"sku":"1894517288","price":890.08,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546036994105,"sku":"1894517289","price":1095.36,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/S57.jpg?v=1741194686"},{"product_id":"3m-1080-scotchprint-matte-blue-metallic-vinyl-wrap-m227","title":"3M 2080 SCOTCHPRINT MATTE BLUE METALLIC VINYL WRAP | M227","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Matte Blue Metallic M227\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-m227-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code M227\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-m227-title\"\u003e\n        Matte Blue Metallic\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a cool, sophisticated transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Matte Blue Metallic M227\u003c\/strong\u003e.\n        Its rich blue foundation, low-reflection matte surface and refined\n        metallic character create a dimensional steel-blue appearance that\n        changes gently with light, viewing angle and the vehicle’s body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMatte finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRich blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSubtle metallic depth\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Slate Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual blue depth,\n        slate or steel undertones, metallic character and matte appearance may\n        vary with lighting, viewing angle, surrounding reflections and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCool metallic character\u003c\/span\u003e\n      \u003ch3\u003eA rich matte blue with restrained metallic character\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eMatte Blue Metallic M227\u003c\/strong\u003e delivers a refined blue\n          appearance with a low-reflection surface and controlled metallic depth.\n          Depending on the lighting, it can appear as rich blue, cool slate blue,\n          deeper steel blue or a brighter illuminated metallic blue across the\n          vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its matte surface suppresses strong reflections while the fine metallic\n          effect adds controlled depth across curves and contours. The result is\n          a modern, technical finish that looks more layered than a plain matte\n          blue without producing the mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Cool, technical and confidently premium with restrained metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Matte Blue Metallic pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, red, orange or metallic brake\n            details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished matte metallic color\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored vehicle wrap film supplied ready to install\n          without printing or an additional overlaminate. Matte colors do not use\n          the removable protective surface layer supplied on gloss and high-gloss\n          Series 2080 films.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m227-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eMatte Blue Metallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eM227\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eMatte finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003eGrey solvent-acrylic, pressure-activated adhesive\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-63 to 225°F \/ -53 to 107°C*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrates:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound OEM paint, ABS, aluminum and glass\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m227-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for M227\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the color and direction before cutting.\u003c\/strong\u003e\n              Unroll enough material to review M227 under consistent lighting.\n              Metallic films can show directionality, so follow the liner arrows,\n              mark the roll direction and keep every panel oriented consistently.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not expect a removable protective surface layer.\u003c\/strong\u003e\n              The conformable protective layer used on gloss and high-gloss\n              Series 2080 colors is not a standard feature of this matte finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce polishing,\n              scratches and unwanted marks in the matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The film is intended primarily for standard OEM vehicle paint and is\n              not intended for direct installation on stainless steel or\n              powder-coated metal.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m227-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and permanently change\n              the intended matte appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-m227-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying vertical\n              applications. Coverage for non-vertical surfaces may be reduced and\n              varies by geographic zone, exposure and current warranty terms.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Blue Metallic can appear deeper, lighter, more slate-toned,\n          more steel-blue or more metallic under indoor lighting, direct\n          sunlight, shade and surrounding reflections. Select the available\n          sample size above and evaluate its actual blue tone and metallic\n          character on the vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. M227 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546045284409,"sku":"1894516464","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546045317177,"sku":"1894516465","price":20.6,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546045349945,"sku":"1894516466","price":40.28,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546045382713,"sku":"1894516467","price":94.96,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546045415481,"sku":"1894516468","price":138.13,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546045448249,"sku":"1894516469","price":161.15,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546045481017,"sku":"1894516470","price":238.27,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546045513785,"sku":"1894516471","price":310.79,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546045546553,"sku":"1894516472","price":382.73,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546045579321,"sku":"1894516473","price":455.83,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546045612089,"sku":"1894516474","price":603.17,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546045644857,"sku":"1894516475","price":748.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546045677625,"sku":"1894516476","price":890.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546045710393,"sku":"1894516477","price":1096.42,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/M227.jpg?v=1741194504"},{"product_id":"3m-1080-scotchprint-gloss-sky-blue-vinyl-wrap-g77","title":"3M 2080 SCOTCHPRINT GLOSS SKY BLUE VINYL WRAP | G77","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Sky Blue G77\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g77-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G77\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g77-title\"\u003e\n        Gloss Sky Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a fresh, modern transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Sky Blue G77\u003c\/strong\u003e.\n        Its clean sky-blue color and smooth gloss reflection create a bright,\n        polished appearance that brings crisp definition to the vehicle’s curves,\n        edges and sculpted body lines with a refined paint-like finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eClean sky-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eClean paint-like reflection\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSky Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual sky-blue intensity,\n        coolness, reflected appearance and visible surface detail may vary with\n        lighting, viewing angle, surrounding reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eFresh premium blue\u003c\/span\u003e\n      \u003ch3\u003eA clean sky-blue finish with smooth, paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Sky Blue G77\u003c\/strong\u003e delivers a clean light-blue\n          appearance with a smooth reflective surface and no added metallic or\n          pearl effect. Depending on the lighting and surrounding reflections, it\n          can appear as airy sky blue, brighter powder blue, slightly cooler blue\n          or a softer sunlit pastel blue across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines and create strong visual contrast against trim,\n          lighting and wheel finishes. The result is a smooth, polished look with\n          the familiar presence of premium solid-color automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Fresh, uplifting and contemporary with a clean solid sky-blue appearance.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Sky Blue works especially well for full wraps, roofs, hoods, mirror caps\n            and contrasting accents. It pairs especially well with gloss-black\n            trim, carbon-fibre details, black, silver or gunmetal wheels and\n            contrasting white, navy, orange or metallic accents.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Sky Blue includes a clear conformable protective layer that can\n          remain in place during installation to help reduce surface impressions\n          and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g77-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Sky Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG77\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth solid-color gloss finish\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g77-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G77\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G77 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform color and reflected appearance across the complete\n              vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g77-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClean contaminants promptly on G77.\u003c\/strong\u003e\n              Light gloss finishes can make road film, tar, bug residue, dried\n              water spots and staining more noticeable. Rinse first, avoid dry\n              wiping and use clean, soft materials with approved non-abrasive\n              cleaners.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g77-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Sky Blue can appear brighter, cooler, softer, more pastel or slightly\n          deeper under indoor lighting, direct sunlight, shade and surrounding\n          reflections. Select the available sample size above and evaluate its\n          actual blue tone, gloss level and reflected appearance on the vehicle\n          before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G77 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546049413177,"sku":"1894516898","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546049445945,"sku":"1894516899","price":20.58,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546049478713,"sku":"1894516900","price":40.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546049511481,"sku":"1894516901","price":94.89,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546049544249,"sku":"1894516902","price":138.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546049577017,"sku":"1894516903","price":161.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546049609785,"sku":"1894516904","price":238.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546049642553,"sku":"1894516905","price":310.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546049675321,"sku":"1894516906","price":382.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546049708089,"sku":"1894516907","price":455.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546049740857,"sku":"1894516908","price":602.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546049773625,"sku":"1894516909","price":747.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546049806393,"sku":"1894516910","price":890.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546049839161,"sku":"1894516911","price":1095.57,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G77.jpg?v=1741194606"},{"product_id":"3m-1080-scotchprint-gloss-blue-fire-vinyl-wrap-g337","title":"3M 2080 SCOTCHPRINT GLOSS BLUE FIRE VINYL WRAP | G337","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Blue Fire G337\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-g337-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code G337\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-g337-title\"\u003e\n        Gloss Blue Fire\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a vivid, performance-inspired transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Blue Fire G337\u003c\/strong\u003e.\n        Its saturated electric-blue foundation, subtle metallic character and\n        smooth gloss reflection create a polished, paint-like appearance that\n        becomes more intense as light moves across the vehicle’s curves, edges\n        and sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eVivid electric-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSubtle metallic depth\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Cobalt\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual electric-blue\n        intensity, royal-blue undertones, metallic character and reflected\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eHigh-energy premium blue\u003c\/span\u003e\n      \u003ch3\u003eA vivid electric-blue finish with smooth, paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Blue Fire G337\u003c\/strong\u003e delivers a vivid blue appearance\n          with a clean reflective surface and subtle metallic character.\n          Depending on the lighting, it can appear as bright electric blue,\n          saturated cobalt, deeper royal blue or a slightly cooler blue tone\n          across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the subtle effect pigment adds luminous\n          depth beneath the saturated blue base. The result is a smooth, polished\n          finish with the familiar presence of premium metallic automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Vivid, energetic and performance-focused with refined metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Blue Fire pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver or gunmetal wheels, smoked\n            lighting and contrasting white, red, orange or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Blue Fire includes a clear conformable protective layer that can\n          remain in place during installation to help reduce surface impressions\n          and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g337-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Blue Fire\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eG337\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e65–75°F \/ 18–24°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g337-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for G337\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review G337 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character and reflected appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g337-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on G337.\u003c\/strong\u003e\n              Gloss finishes can make dust, fingerprints, water spots and fine\n              surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-g337-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Blue Fire can appear brighter electric blue, deeper cobalt, more\n          royal blue or slightly cooler under indoor lighting, direct sunlight,\n          shade and surrounding reflections. Select the available sample size\n          above and evaluate its actual blue intensity and metallic character on\n          the vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. G337 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546056982585,"sku":"1894516702","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546057015353,"sku":"1894516703","price":21.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546057048121,"sku":"1894516704","price":42.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546057080889,"sku":"1894516705","price":99.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546057113657,"sku":"1894516706","price":145.01,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546057146425,"sku":"1894516707","price":169.18,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546057179193,"sku":"1894516708","price":250.15,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546057211961,"sku":"1894516709","price":326.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546057244729,"sku":"1894516710","price":401.82,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546057277497,"sku":"1894516711","price":478.56,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546057310265,"sku":"1894516712","price":633.24,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546057343033,"sku":"1894516713","price":785.51,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546057375801,"sku":"1894516714","price":935.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546057408569,"sku":"1894516715","price":1151.08,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/G337.jpg?v=1741194564"},{"product_id":"3m-1080-scotchprint-gloss-midnight-blue-vinyl-wrap-gp272","title":"3M 2080 SCOTCHPRINT GLOSS MIDNIGHT BLUE VINYL WRAP | GP272","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Midnight Blue GP272\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-gp272-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code GP272\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-gp272-title\"\u003e\n        Gloss Midnight Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a deep, sophisticated transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Midnight Blue GP272\u003c\/strong\u003e.\n        Its dark navy-blue foundation, restrained metallic character and smooth\n        gloss reflection create a polished, paint-like appearance that becomes\n        richer as light moves across the vehicle’s curves, edges and sculpted\n        body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep midnight-blue tone\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSubtle metallic depth\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Pearl \/ Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Navy\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual navy-blue depth,\n        indigo undertones, metallic character and reflected appearance may vary\n        with lighting, viewing angle, surrounding reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Pearl \/ Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRefined premium blue\u003c\/span\u003e\n      \u003ch3\u003eA deep midnight-blue finish with smooth, paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Midnight Blue GP272\u003c\/strong\u003e delivers a deep navy-blue\n          appearance with a clean reflective surface and subtle metallic\n          character. Depending on the lighting, it can appear as rich midnight\n          blue, dark navy, blue-black or a slightly brighter indigo-blue across\n          the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the subtle effect pigment adds cool blue\n          depth beneath the dark navy base. The result is a smooth, polished\n          finish with the familiar presence of premium metallic automotive paint.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Deep, refined and commanding with understated metallic depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Midnight Blue pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver, bronze or gunmetal wheels,\n            smoked lighting and contrasting white, red or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Midnight Blue includes a clear conformable protective layer that\n          can remain in place during installation to help reduce surface\n          impressions and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp272-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Midnight Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eGP272\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss finish with pearl \/ metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp272-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for GP272\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review GP272 under consistent lighting and follow the directional\n              arrows on the liner. Keep adjacent panels oriented consistently to\n              preserve uniform metallic character and reflected appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color can vary slightly between manufacturing lots. Use material\n              from the same lot throughout the complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is clean, sound standard OEM vehicle paint.\n              Evaluate adhesion and compatibility before installation on any\n              unusual, repaired, repainted or specialty surface.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp272-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse especially clean, soft towels on GP272.\u003c\/strong\u003e\n              Dark gloss finishes can make dust, fingerprints, water spots and\n              fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp272-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Midnight Blue can appear brighter navy, deeper blue-black, more\n          indigo-toned or nearly black under indoor lighting, direct sunlight,\n          shade and surrounding reflections. Select the available sample size\n          above and evaluate its actual blue depth and metallic character on the\n          vehicle before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. GP272 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546059669561,"sku":"1894517402","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546059702329,"sku":"1894517403","price":21.63,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546059735097,"sku":"1894517404","price":42.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546059767865,"sku":"1894517405","price":99.7,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546059800633,"sku":"1894517406","price":145.01,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546059833401,"sku":"1894517407","price":169.18,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546059866169,"sku":"1894517408","price":250.15,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546059898937,"sku":"1894517409","price":326.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546059931705,"sku":"1894517410","price":401.82,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546059964473,"sku":"1894517411","price":478.56,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546059997241,"sku":"1894517412","price":633.24,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546060030009,"sku":"1894517413","price":785.51,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546060062777,"sku":"1894517414","price":935.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546060095545,"sku":"1894517415","price":1151.08,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/GP272.jpg?v=1741194713"},{"product_id":"3m-1080-scotchprint-satin-flip-psychedelic-vinyl-wrap-sp281","title":"3M 2080 SCOTCHPRINT SATIN FLIP PSYCHEDELIC VINYL WRAP | SP281","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Satin Flip Psychedelic SP281\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-sp281-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code SP281\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-sp281-title\"\u003e\n        Satin Flip Psychedelic\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a bold, prism-inspired transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Satin Flip Psychedelic SP281\u003c\/strong\u003e.\n        Its smoky silver-gray foundation shifts through magenta, warm gold,\n        teal-blue and violet highlights beneath a smooth satin reflection,\n        creating an iridescent appearance that changes as light and viewing angle\n        move across the vehicle’s curves, edges and sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin flip finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSilver-magenta-gold shift\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003ePrismatic pearl shimmer\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin Color Flip\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSilver \/ Magenta \/ Gold\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual silver-gray,\n        magenta, gold, teal-blue and violet balance, flip intensity and satin\n        appearance may vary with lighting, viewing angle, surrounding reflections\n        and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin Color Flip\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003ePrismatic color-shift character\u003c\/span\u003e\n      \u003ch3\u003eA silver-to-magenta-to-gold shift with satin shimmer\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003ePsychedelic SP281\u003c\/strong\u003e offers a dramatic,\n          prism-inspired alternative to conventional silver, purple and\n          color-shift finishes. Depending on lighting and viewing angle, it can\n          transition through smoky silver-gray, magenta-pink, warm gold,\n          teal-blue and violet-purple across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its satin surface gently diffuses reflections while preserving enough\n          sheen to define the vehicle’s body lines, while the color-flip pigments\n          create a flowing, rainbow-like transition between cool and warm tones.\n          The result is a smooth, sophisticated finish that delivers strong visual\n          movement without producing the mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Bold, iridescent and highly dynamic with a refined satin color shift.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Psychedelic pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver or gunmetal wheels, smoked\n            lighting and contrasting magenta, teal, gold or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished satin color-flip effect\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored satin flip vehicle wrap film supplied ready\n          to install without printing or a separate overlaminate. The removable\n          protective surface layer used on gloss and high-gloss Series 2080\n          colors is not a standard feature of this satin finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp281-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Flip Psychedelic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSP281\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth satin color-flip finish with pearl \/ metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp281-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for SP281\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review Psychedelic under consistent\n              lighting and follow the directional arrows on the liner. Keep every\n              adjacent panel oriented consistently so the color transition flows\n              uniformly across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color and prismatic flip balance can vary slightly between\n              manufacturing lots. Use material from the same lot throughout the\n              complete vehicle whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before installation.\u003c\/strong\u003e\n              Color-flip films make orientation differences especially noticeable.\n              Record the roll direction and maintain it across doors, fenders,\n              bumpers and any replacement panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a felt-edged squeegee.\u003c\/strong\u003e\n              A clean, soft application edge helps reduce surface scratching and\n              unwanted marks in the satin finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is standard OEM vehicle paint. 3M states that\n              Series 2080 is not intended for stainless steel or powder-coated\n              metals; test adhesion on powder-coated or water-based paints.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp281-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              suitable for high-quality automotive paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and change the intended\n              satin appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on SP281.\u003c\/strong\u003e\n              Satin effect finishes can make dried water spots, fingerprints and\n              uneven residue more visible under direct light. Rinse first, avoid\n              dry wiping and use clean, soft materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp281-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Flip Psychedelic can appear more silver-gray, magenta, gold,\n          teal-blue or violet under indoor lighting, direct sunlight, shade and\n          surrounding reflections. Select the available sample size above and\n          evaluate the actual color transition on several body angles before\n          ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. SP281 is decorative color-change vinyl and is not paint protection\n    film. Professional installation is recommended. 3M, Controltac, Comply and\n    Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546060783673,"sku":"1894517458","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546060816441,"sku":"1894517459","price":22.62,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546060849209,"sku":"1894517460","price":44.24,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546060881977,"sku":"1894517461","price":104.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546060914745,"sku":"1894517462","price":151.69,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546060947513,"sku":"1894517463","price":176.98,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546060980281,"sku":"1894517464","price":261.67,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546061013049,"sku":"1894517465","price":341.32,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546061045817,"sku":"1894517466","price":417.17,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546061078585,"sku":"1894517467","price":500.6,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546061111353,"sku":"1894517468","price":662.41,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546061144121,"sku":"1894517469","price":815.37,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546061176889,"sku":"1894517470","price":970.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546061209657,"sku":"1894517471","price":1194.62,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/SP281.jpg?v=1741194722"},{"product_id":"3m-1080-scotchprint-satin-flip-caribbean-shimmer-vinyl-wrap-sp276","title":"3M 2080 SCOTCHPRINT SATIN FLIP CARIBBEAN SHIMMER VINYL WRAP | SP276","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Satin Flip Caribbean Shimmer SP276\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-sp276-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code SP276\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-sp276-title\"\u003e\n        Satin Flip Caribbean Shimmer\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle a tropical, multi-color transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Satin Flip Caribbean Shimmer SP276\u003c\/strong\u003e.\n        Its deep teal foundation, soft blue highlights and shifting violet tones\n        combine with a smooth satin reflection to create an iridescent appearance\n        that changes as light and viewing angle move across the vehicle’s curves,\n        edges and sculpted body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin flip finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eTeal-blue-violet shift\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eIridescent pearl shimmer\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin Color Flip\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eTeal \/ Blue \/ Violet\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual teal, blue and\n        violet balance, flip intensity and satin appearance may vary with\n        lighting, viewing angle, surrounding reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin Color Flip\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eTropical color-shift character\u003c\/span\u003e\n      \u003ch3\u003eA tropical teal-to-blue-to-violet shift with satin shimmer\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eCaribbean Shimmer SP276\u003c\/strong\u003e offers a fluid,\n          ocean-inspired alternative to conventional blue, green and purple\n          finishes. Depending on lighting and viewing angle, it can transition\n          through deep teal, turquoise-blue, soft ocean blue, violet-purple and\n          occasional green-toned highlights across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its satin surface gently diffuses reflections while preserving enough\n          sheen to define the vehicle’s body lines, while the color-flip pigments\n          create a flowing transition between tropical jewel tones. The result is\n          a smooth, sophisticated finish that delivers strong visual movement\n          without producing the mirror-like reflection of gloss vinyl.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Tropical, exotic and highly dynamic with a refined satin color shift.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Caribbean Shimmer pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver or gunmetal wheels, smoked\n            lighting and contrasting teal, blue, violet or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFactory-finished satin color-flip effect\u003c\/h4\u003e\n        \u003cp\u003e\n          This is a factory-colored satin flip vehicle wrap film supplied ready\n          to install without printing or a separate overlaminate. The removable\n          protective surface layer used on gloss and high-gloss Series 2080\n          colors is not a standard feature of this satin finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp276-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Flip Caribbean Shimmer\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSP276\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth satin color-flip finish with pearl \/ metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e60–90°F \/ 16–32°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp276-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for SP276\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Unroll enough material to review Caribbean Shimmer under consistent\n              lighting and follow the directional arrows on the liner. Keep every\n              adjacent panel oriented consistently so the color transition flows\n              uniformly across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color and flip balance can vary slightly between manufacturing\n              lots. Use material from the same lot throughout the complete vehicle\n              whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before installation.\u003c\/strong\u003e\n              Color-flip films make orientation differences especially noticeable.\n              Record the roll direction and maintain it across doors, fenders,\n              bumpers and any replacement panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a felt-edged squeegee.\u003c\/strong\u003e\n              A clean, soft application edge helps reduce surface scratching and\n              unwanted marks in the satin finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The intended substrate is standard OEM vehicle paint. 3M states that\n              Series 2080 is not intended for stainless steel or powder-coated\n              metals; test adhesion on powder-coated or water-based paints.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp276-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              suitable for high-quality automotive paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid waxes, polishes and gloss-enhancing products.\u003c\/strong\u003e\n              These products can create uneven shiny areas and change the intended\n              satin appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on SP276.\u003c\/strong\u003e\n              Satin effect finishes can make dried water spots, fingerprints and\n              uneven residue more visible under direct light. Rinse first, avoid\n              dry wiping and use clean, soft materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-sp276-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Flip Caribbean Shimmer can appear more teal, turquoise, soft blue,\n          violet-purple or green-toned under indoor lighting, direct sunlight,\n          shade and surrounding reflections. Select the available sample size\n          above and evaluate the actual color transition on several body angles\n          before ordering material for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. SP276 is decorative color-change vinyl and is not paint protection\n    film. Professional installation is recommended. 3M, Controltac, Comply and\n    Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546064060473,"sku":"1894517626","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"5ft x 1ft","offer_id":19546064093241,"sku":"1894517627","price":22.64,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546064126009,"sku":"1894517628","price":44.28,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546064158777,"sku":"1894517629","price":104.38,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546064191545,"sku":"1894517630","price":151.83,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546064224313,"sku":"1894517631","price":177.13,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546064257081,"sku":"1894517632","price":261.91,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546064289849,"sku":"1894517633","price":341.62,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546064322617,"sku":"1894517634","price":417.54,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546064355385,"sku":"1894517635","price":501.05,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546064388153,"sku":"1894517636","price":663.0,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546064420921,"sku":"1894517637","price":816.1,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546064453689,"sku":"1894517638","price":971.73,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546064486457,"sku":"1894517639","price":1195.68,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/SP276.jpg?v=1741194750"},{"product_id":"3m-1080-scotchprint-gloss-flip-electric-wave-vinyl-wrap-gp287","title":"3M 2080 SCOTCHPRINT GLOSS FLIP ELECTRIC WAVE VINYL WRAP | GP287","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: 3M 2080 Gloss Flip Electric Wave GP287\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 690px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     FEATURED PRODUCT IMAGE\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-image-wrap {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 280px;\n    overflow: hidden;\n    padding: 12px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 50% 25%,\n        rgba(255, 255, 255, 0.95),\n        rgba(244, 244, 244, 0.95) 58%,\n        rgba(229, 229, 229, 0.95) 100%\n      );\n  }\n\n  .iwpd__product-image {\n    width: 100%;\n    height: 100%;\n    max-height: 290px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  .iwpd__image-placeholder {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 240px;\n    width: 100%;\n    padding: 20px;\n    color: #777777;\n    font-size: 13px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .iwpd__image-code {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 68px;\n    min-height: 42px;\n    padding: 8px 15px;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: rgba(17, 17, 17, 0.72);\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     FULL-WIDTH PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     ENRICHED TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT SECTION\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  \/*\n    Strong reset prevents Shopify theme link decorations,\n    underline backgrounds and pseudo-element lines.\n  *\/\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     TABLET\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 250px;\n    }\n\n    .iwpd__product-image {\n      max-height: 270px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-image-wrap {\n      min-height: 215px;\n      padding: 8px;\n      border-radius: 14px;\n    }\n\n    .iwpd__product-image {\n      max-height: 225px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt {\n      padding-left: 12px;\n    }\n\n    .iwpd__spec dd {\n      padding-left: 12px;\n      font-size: 13px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-gp287-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003e3M™\u003c\/span\u003e\n        \u003cspan\u003eWrap Film Series 2080\u003c\/span\u003e\n        \u003cspan\u003eProduct Code GP287\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-gp287-title\"\u003e\n        Gloss Flip Electric Wave\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give your vehicle an electrifying multi-color transformation with\n        \u003cstrong\u003e3M™ Wrap Film Series 2080 Gloss Flip Electric Wave GP287\u003c\/strong\u003e.\n        Its dynamic teal, blue and violet color shift combines with smooth gloss\n        reflection to create a fluid, paint-like appearance that changes as light\n        and viewing angle move across the vehicle’s curves, edges and sculpted\n        body lines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss flip finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eTeal-blue-violet shift\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003ePearl-metallic color flip\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eColor-change vinyl\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DYNAMIC SHOPIFY FEATURED IMAGE --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n     \n\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Color Flip\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eTeal \/ Blue \/ Violet\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors are shown for general reference. Actual teal, blue and\n        violet balance, color-shift intensity and reflected appearance may vary\n        with lighting, viewing angle, surrounding reflections and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Color Flip\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMulti-Layer Dual Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eControltac™ + Comply™\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 5 ft\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eManufacturer warranty\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 8 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT-SPECIFIC OVERVIEW --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDynamic color-shift effect\u003c\/span\u003e\n      \u003ch3\u003eAn electric teal-to-blue-to-violet shift with paint-like gloss\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eGloss Flip Electric Wave GP287\u003c\/strong\u003e delivers a dramatic\n          color-shifting appearance with a clean reflective surface and\n          pearl-metallic depth. Depending on lighting and viewing angle, it can\n          transition through electric teal, deep blue, violet-purple and occasional\n          green-toned highlights across the vehicle’s contours.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its gloss surface produces crisp reflections that clearly define the\n          vehicle’s body lines, while the color-flip pigments create a flowing\n          transition between cool jewel tones. The result is a smooth, polished\n          finish with the presence of a premium multi-stage automotive paint effect.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The film is part of the professional 3M™ Wrap Film Series 2080 range and\n          is made specifically for vehicle personalization, including accents,\n          partial coverage and complete color-change wraps. It is supplied ready\n          to install without printing or an additional overlaminate.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003eColor personality\u003c\/span\u003e\n\n            \u003ch4\u003e\n              Electric, exotic and highly dynamic with a vivid cool-toned color shift.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Electric Wave pairs especially well with gloss-black trim,\n            carbon-fibre accents, black, silver or gunmetal wheels, smoked\n            lighting and contrasting teal, violet, green or metallic details.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SERIES FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e3M 2080 technology\u003c\/span\u003e\n      \u003ch3\u003eEngineered for professional vehicle wrapping\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Series 2080 combines a conformable cast construction with installation\n        technologies developed to make positioning, air evacuation and final\n        application more manageable for experienced installers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003ePosition before committing\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Controltac™ technology helps reduce initial contact, allowing the\n          installer to slide, position, lift and reposition the film before firm\n          squeegee pressure activates the final bond.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eNon-visible air-release channels\u003c\/h4\u003e\n        \u003cp\u003e\n          3M™ Comply™ adhesive technology provides hidden channels that help\n          trapped air escape toward the edges, supporting a smoother and more\n          efficient professional installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eConformable dual-cast film\u003c\/h4\u003e\n        \u003cp\u003e\n          The multi-layer cast construction is designed to fit around vehicle\n          curves, channels and compound contours while maintaining a smooth,\n          dimensionally stable appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSeam-minimizing 60-inch width\u003c\/h4\u003e\n        \u003cp\u003e\n          The full 60-inch roll width allows many hoods, roofs, doors and body\n          panels to be covered using a single piece of film without a visible seam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eProtective surface layer\u003c\/h4\u003e\n        \u003cp\u003e\n          Gloss Flip Electric Wave includes a clear conformable protective layer\n          that can remain in place during installation to help reduce surface\n          impressions and scratches. Remove the layer before final post-heating.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eProfessionally removable\u003c\/h4\u003e\n        \u003cp\u003e\n          The film is designed to be removed using the appropriate heat and\n          professional procedures, subject to the condition of the substrate,\n          installation and applicable warranty period.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCoverage possibilities\u003c\/span\u003e\n      \u003ch3\u003eUse it for a complete transformation or a focused accent\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003eComplete exterior color-change projects.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 7h16v10H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 7 2-3h6l2 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods \u0026amp; Roofs\u003c\/strong\u003e\n          \u003cspan\u003eContrasting panels or coordinated partial coverage.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M7 4h10v16H7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 12h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDoors \u0026amp; Body Panels\u003c\/strong\u003e\n          \u003cspan\u003eQuarter panels, fenders, trunks and exterior sections.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003eMirror caps, trim, stripes and selected details.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003eThis is color-change vinyl, not paint protection film.\u003c\/strong\u003e\n\n        \u003cp\u003e\n          It is designed primarily for appearance and vehicle personalization.\n          It should not be represented as providing the impact or stone-chip\n          protection of a dedicated polyurethane paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL AND INSTALLER DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp287-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003e3M™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eWrap Film Series 2080\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Flip Electric Wave\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eGP287\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm type:\u003c\/dt\u003e\n              \u003cdd\u003eMulti-layer dual-cast vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eSmooth gloss color-flip finish with pearl \/ metallic effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePressure-activated acrylic adhesive with air-release channels\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003e3M™ Controltac™ and Comply™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 5 ft \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.5 mil; designs may vary\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003e65–75°F \/ 18–24°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorage conditions:\u003c\/dt\u003e\n              \u003cdd\u003e40–100°F \/ 4–38°C, clean, dry and out of sunlight\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRecommended substrate:\u003c\/dt\u003e\n              \u003cdd\u003eClean, sound, standard OEM vehicle paint\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eWarranty:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 8 years on qualifying vertical applications; coverage varies by zone and exposure*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp287-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for GP287\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eInspect color and orientation before cutting.\u003c\/strong\u003e\n              Review GP287 under consistent lighting and follow the directional\n              arrows on the liner. Keep every adjacent panel oriented consistently\n              so the color transition flows uniformly across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse the same production lot.\u003c\/strong\u003e\n              Film color and flip balance can vary slightly between manufacturing\n              lots. Use material from the same lot throughout the complete vehicle\n              whenever possible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before installation.\u003c\/strong\u003e\n              Color-flip films make orientation differences especially noticeable.\n              Record the roll direction and maintain it across doors, fenders,\n              bumpers and replacement panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or a wet-application process with\n              3M™ Wrap Film Series 2080.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKeep the protective layer on during installation.\u003c\/strong\u003e\n              It can remain on while conforming the film around curves and\n              channels, but it must be removed before final post-heating.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean felt-edged squeegee.\u003c\/strong\u003e\n              A soft, uncontaminated application edge helps reduce surface\n              scratching and unwanted impressions in the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a heat gun rather than an open-flame torch.\u003c\/strong\u003e\n              Excessive or uncontrolled heat may alter the appearance or damage\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCut safely.\u003c\/strong\u003e\n              3M™ Knifeless™ Tape is recommended for performing cuts on vehicle\n              surfaces whenever appropriate.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the substrate first.\u003c\/strong\u003e\n              The film is intended primarily for standard OEM vehicle paint and is\n              not intended for direct installation on stainless steel or\n              powder-coated metal.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp287-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Wash the wrapped surface regularly using a mild, non-abrasive cleaner\n              and clean microfiber materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid dry wiping.\u003c\/strong\u003e\n              Dust and grit can create fine surface marks on gloss film. Rinse the\n              surface first and use clean, soft washing and drying materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft towels on GP287.\u003c\/strong\u003e\n              Gloss effect finishes can make dust, fingerprints, water spots and\n              fine surface marks more visible under direct light.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive brushes, aggressive scrubbing, harsh solvents and\n              cleaners that are strongly acidic or strongly alkaline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing or a touchless car wash is preferred. Avoid hot-wax\n              options and dry the surface carefully to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contaminants should\n              be removed as soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Indoor or covered parking can help preserve the color and finish,\n              especially in areas with intense sun or extreme weather.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Removal generally requires\n              controlled heat and may vary depending on the substrate, film age,\n              installation quality and environmental exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-gp287-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              3M lists warranty coverage of up to eight years for qualifying\n              vertical applications. Coverage for horizontal and other exposures\n              may be reduced and depends on the applicable warranty matrix.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual coverage depends on the installation angle, geographic\n              warranty zone, climate, substrate, preparation, installation method\n              and compliance with 3M requirements.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hoods, roofs and other non-vertical surfaces receive more direct\n              environmental exposure and may have shorter coverage than doors and\n              other vertical panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by misuse, accidents, incorrect installation,\n              excessive stretching, improper maintenance, road debris or ordinary\n              wear is not the same as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the applicable current 3M warranty documentation and consult\n              a qualified installer for project-specific warranty eligibility.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eSee the actual finish before committing to a full roll\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Flip Electric Wave can appear more teal, blue, violet, purple or\n          green-toned under indoor lighting, direct sunlight, shade and surrounding\n          reflections. Select the available sample size above and evaluate the\n          actual color transition on several body angles before ordering material\n          for a complete wrap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        Sample option available above\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, application recommendations and warranty terms are\n    subject to change and may vary by product design, installation angle,\n    geographic zone and application conditions. Colors displayed digitally are\n    approximate. GP287 is decorative color-change vinyl and is not paint\n    protection film. Professional installation is recommended. 3M, Controltac,\n    Comply and Knifeless are trademarks of 3M.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"3M","offers":[{"title":"Sample 2.5\"x4\"","offer_id":19546064551993,"sku":"1894517528","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"5ft x 1ft","offer_id":19546064584761,"sku":"1894517529","price":22.64,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546064617529,"sku":"1894517530","price":44.28,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546064650297,"sku":"1894517531","price":104.38,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546064683065,"sku":"1894517532","price":151.83,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546064715833,"sku":"1894517533","price":177.13,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546064748601,"sku":"1894517534","price":261.91,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546064781369,"sku":"1894517535","price":341.62,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546064814137,"sku":"1894517536","price":417.54,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546064846905,"sku":"1894517537","price":501.05,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546064879673,"sku":"1894517538","price":663.0,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546064912441,"sku":"1894517539","price":816.1,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546064945209,"sku":"1894517540","price":971.73,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546064977977,"sku":"1894517541","price":1195.68,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/GP287.jpg?v=1741194734"},{"product_id":"avery-sw900-supreme-gloss-cloudy-blue-sw900-656-o","title":"AVERY DENNISON SW900 SUPREME GLOSS CLOUDY BLUE VINYL WRAP | 656-O","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #686868;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(125, 161, 186, 0.5),\n        transparent 29%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(58, 88, 111, 0.55),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #071016 0%,\n        #162735 58%,\n        #35566d 100%\n      );\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 800px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 720px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.78);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.57);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 850px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 800px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(115, 151, 178, 0.2),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 930px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(115, 151, 178, 0.23),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #56616a;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 770px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 750px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-656o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eGloss\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 656-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-656o-title\"\u003eGloss Cloudy Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a calm and contemporary colour change with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Cloudy Blue SW900-656-O\u003c\/strong\u003e.\n        Its muted blue character, subtle grey influence and smooth gloss\n        factory-finished surface create a sophisticated appearance for complete\n        vehicle transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMuted cloudy blue\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Blue-Grey\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical colour precisely. Apparent\n        blue depth, grey influence, warmth and gloss vary with lighting,\n        viewing angle, panel shape, surrounding colours, underlying paint and\n        screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 8h8v8H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eCloudy Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eTypical face film\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eApprox. 3.2 mil \/ 80 µm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eSophisticated cloudy gloss\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Muted blue colour with polished reflections and calm blue-grey depth\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Cloudy Blue SW900-656-O\u003c\/strong\u003e combines a restrained\n        blue base with subtle grey influence and a smooth gloss\n        factory-finished surface. Direct light reveals a clearer and brighter\n        blue presentation, while shade creates a deeper and more subdued\n        blue-grey character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The gloss finish creates defined reflections across body lines, curves\n        and broad panels. The muted colour remains distinctive without the\n        intensity of a vivid blue, making it suitable for projects that need a\n        polished but composed visual identity.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Cloudy Blue can support a complete colour-change project or\n        focused styling across hoods, roofs, trunks, mirrors, pillars and trim.\n        Depending on lighting and surrounding colours, it may appear cooler,\n        greyer, softer or closer to a refined slate-influenced blue.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eColour personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Calm, refined and modern with muted blue colour, subtle grey\n            influence and polished gloss depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Cloudy Blue pairs naturally with gloss black, satin black,\n          carbon fibre, white, silver, charcoal, gunmetal, chrome and polished\n          metal. Orange, bronze, copper, yellow, burgundy, navy or warm cream\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Professional wrap-film technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Polished gloss styling with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Cloudy Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eMuted blue-grey appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A composed blue base with subtle grey influence creates a refined\n          foundation for complete wraps, contrasting panels and coordinated\n          accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eSmooth gloss finished surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          High surface sheen creates defined highlights and visual depth across\n          broad panels, curves and vehicle body lines.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Cloudy Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the muted blue colour and polished gloss\n            depth.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Use material from the same production lot across adjoining panels,\n          preferably one roll for a complete vehicle. Confirm colour, opacity\n          and gloss before final pressure because underlying paint, lighting\n          and panel shape can influence the finished appearance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-656o-accordion\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eCloudy Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-656-O \/ 656-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Blue-Grey\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eVisual effect:\u003c\/dt\u003e\n              \u003cdd\u003eSolid, non-metallic colour\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eAbove 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e150% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-656o-accordion\"\u003e\n        \u003csummary\u003eImportant installation considerations for 656-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate opacity before full installation.\u003c\/strong\u003e\n              Confirm that the film provides the intended coverage over the\n              existing paint, repair areas, colour transitions and overlaps.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour or gloss differences may occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Gloss film can reveal dents, repair marks, dust, paint texture and\n              other surface irregularities after installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust, dye transfer and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute forming.\u003c\/strong\u003e\n              Concentrating extension into one small area can alter colour,\n              gloss, opacity and long-term performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid excessive surface pressure.\u003c\/strong\u003e\n              Heavy or uneven squeegee pressure can create visible texture or\n              gloss variation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure can create visible\n              texture beneath the finished surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the appearance before final pressure.\u003c\/strong\u003e\n              Step back from each panel and confirm that the blue colour,\n              coverage and gloss remain consistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is limited.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable areas require\n              suitable edge sealing, and saltwater removability is not\n              warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-656o-accordion\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and alter the Cloudy Blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, film-compatible cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid hard brushes, forceful rubbing, dirty towels, gritty\n              compounds and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use waxes, polishes, coatings and finishing products only when\n              they are confirmed suitable for the gloss SW900 finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003e\n                Use pressure washing only after gentler cleaning methods have\n                failed.\n              \u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-656o-accordion\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Cloudy Blue as SW900-656-O within the\n              Gloss family and SW900 colour durability group.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003eLoss of gloss and ordinary wear are not covered by the Avery Dennison material warranty.\u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Cloudy Blue finish before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Cloudy Blue cannot be evaluated accurately from a static\n          digital image. Its blue depth, grey influence, gloss and visible tone\n          change with lighting, viewing angle, underlying paint and surrounding\n          colours. Select the 3 × 5-inch sample option above and inspect the\n          physical film outdoors, under direct light and beside the intended\n          vehicle colour before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Cloudy Blue as SW900-656-O within the Gloss\n    family. The current SW900 product data sheet lists colour durability of up\n    to 10 years for qualifying Zone 1 vertical exposure and two years for\n    horizontal or non-vertical exposure, with shorter periods in Zones 2 and 3.\n    Most SW900 colours are considered opaque, but the end user must determine\n    whether coverage meets the project requirements. Material from the same\n    production lot should be used across adjoining panels. Actual durability\n    and warranty eligibility depend on exposure zone, application angle,\n    substrate, preparation, installation, environment and maintenance.\n    Professional installation and physical sample evaluation are strongly\n    recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546080903225,"sku":"10256487375","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546080935993,"sku":"10256487376","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546080968761,"sku":"10256487377","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546081001529,"sku":"10256487378","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546081034297,"sku":"10256487379","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546081067065,"sku":"10256487380","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546081099833,"sku":"10256487381","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546081132601,"sku":"10256487382","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546081165369,"sku":"10256487383","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546081198137,"sku":"10256487384","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546081230905,"sku":"10256487385","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546081263673,"sku":"10256487386","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546081296441,"sku":"10256487387","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546081329209,"sku":"10256487388","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/656-O_1df58fc4-1853-4d15-b828-523cfa88be3d.jpg?v=1737607745"},{"product_id":"avery-sw900-supreme-gloss-smoky-blue-sw900-612-o","title":"AVERY DENNISON SW900 SUPREME GLOSS SMOKY BLUE VINYL WRAP | 612-O","description":"\u003cstyle\u003e\n.iwpd {\n  --iwpd-accent: #ff4b4b;\n  --iwpd-black: #111111;\n  --iwpd-text: #1a1a1a;\n  --iwpd-muted: #666666;\n  --iwpd-soft: #f5f5f5;\n  --iwpd-soft-2: #fafafa;\n  --iwpd-border: #e4e4e4;\n  --iwpd-white: #ffffff;\n  --iwpd-radius-lg: 28px;\n  --iwpd-radius-md: 18px;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  color: var(--iwpd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.iwpd,\n.iwpd *,\n.iwpd *::before,\n.iwpd *::after {\n  box-sizing: border-box;\n}\n\n.iwpd svg {\n  display: block;\n  max-width: 100%;\n}\n\n.iwpd a {\n  color: inherit;\n}\n\n.iwpd__hero {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n  gap: clamp(24px, 5vw, 64px);\n  align-items: center;\n  overflow: hidden;\n  padding: clamp(30px, 6vw, 72px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 88% 8%, rgba(105, 143, 166, 0.5), transparent 29%),\n    radial-gradient(circle at 72% 90%, rgba(43, 72, 90, 0.58), transparent 35%),\n    linear-gradient(135deg, #080a0c 0%, #151b20 58%, #2b3b46 100%);\n}\n\n.iwpd__hero::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 72px);\n  width: clamp(84px, 13vw, 160px);\n  height: 5px;\n  border-radius: 0 0 20px 20px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__hero-copy,\n.iwpd__product-card {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__eyebrow {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 0 0 22px;\n}\n\n.iwpd__eyebrow span {\n  display: inline-flex;\n  align-items: center;\n  min-height: 30px;\n  padding: 6px 12px;\n  border: 1px solid rgba(255, 255, 255, 0.19);\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.9);\n  background: rgba(255, 255, 255, 0.08);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.iwpd__eyebrow span:first-child {\n  border-color: var(--iwpd-accent);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: var(--iwpd-white);\n  font-size: clamp(34px, 5.4vw, 68px);\n  font-weight: 800;\n  letter-spacing: -0.045em;\n  line-height: 0.98;\n}\n\n.iwpd__hero-lead {\n  max-width: 700px;\n  margin: 24px 0 0;\n  color: rgba(255, 255, 255, 0.76);\n  font-size: clamp(16px, 1.8vw, 20px);\n  line-height: 1.6;\n}\n\n.iwpd__hero-lead strong {\n  color: var(--iwpd-white);\n}\n\n.iwpd__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 28px;\n}\n\n.iwpd__chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 9px 14px;\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.92);\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.iwpd__chip::before {\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__product-card {\n  width: 100%;\n  max-width: 390px;\n  justify-self: end;\n  padding: 18px;\n  border: 1px solid rgba(255, 255, 255, 0.13);\n  border-radius: 24px;\n  background: rgba(255, 255, 255, 0.07);\n  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n}\n\n.iwpd__product-meta {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 0 3px;\n}\n\n.iwpd__product-meta \u003e div:last-child {\n  text-align: right;\n}\n\n.iwpd__product-label {\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__product-value {\n  display: block;\n  margin-top: 4px;\n  color: var(--iwpd-white);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.iwpd__screen-note {\n  margin: 17px 0 0;\n  color: rgba(255, 255, 255, 0.55);\n  font-size: 11px;\n  line-height: 1.48;\n}\n\n.iwpd__facts {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.iwpd__fact {\n  min-width: 0;\n  padding: 21px 17px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__fact-icon,\n.iwpd__application-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 12px;\n  color: var(--iwpd-accent);\n  background: #fff0f0;\n}\n\n.iwpd__fact-icon {\n  margin-bottom: 15px;\n}\n\n.iwpd__fact-icon svg {\n  width: 20px;\n  height: 20px;\n}\n\n.iwpd__fact-label {\n  color: var(--iwpd-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__fact-value {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-black);\n  font-size: 14px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__section {\n  padding: clamp(48px, 7vw, 86px) 0 0;\n}\n\n.iwpd__section-heading {\n  max-width: 820px;\n  margin-bottom: 30px;\n}\n\n.iwpd__section-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 12px;\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.iwpd__section-kicker::before {\n  width: 26px;\n  height: 3px;\n  border-radius: 10px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__section h3 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(29px, 4vw, 46px);\n  font-weight: 800;\n  letter-spacing: -0.038em;\n  line-height: 1.05;\n}\n\n.iwpd__section-intro {\n  max-width: 790px;\n  margin: 17px 0 0;\n  color: var(--iwpd-muted);\n  font-size: clamp(15px, 1.6vw, 18px);\n  line-height: 1.75;\n}\n\n.iwpd__story-main {\n  width: 100%;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-lg);\n  background:\n    radial-gradient(circle at 100% 0%, rgba(105, 143, 166, 0.18), transparent 32%),\n    var(--iwpd-white);\n}\n\n.iwpd__story-main \u003e p {\n  max-width: 920px;\n  margin: 0;\n  color: #454545;\n  font-size: clamp(15px, 1.65vw, 18px);\n  line-height: 1.8;\n}\n\n.iwpd__story-main \u003e p + p {\n  margin-top: 20px;\n}\n\n.iwpd__story-main strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__personality {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n  gap: 24px;\n  align-items: center;\n  margin-top: 34px;\n  padding: clamp(22px, 4vw, 34px);\n  border: 1px solid #ffd4d4;\n  border-radius: 20px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(105, 143, 166, 0.16), transparent 38%),\n    linear-gradient(135deg, #fff8f8, #ffffff);\n}\n\n.iwpd__personality-label {\n  color: var(--iwpd-accent);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__personality h4 {\n  max-width: 650px;\n  margin: 10px 0 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 34px);\n  font-weight: 800;\n  letter-spacing: -0.035em;\n  line-height: 1.12;\n}\n\n.iwpd__personality p {\n  margin: 0;\n  padding-left: 24px;\n  border-left: 3px solid var(--iwpd-accent);\n  color: #635454;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.iwpd__features {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.iwpd__feature {\n  position: relative;\n  min-height: 235px;\n  overflow: hidden;\n  padding: 29px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__feature::after {\n  position: absolute;\n  right: -30px;\n  bottom: -40px;\n  width: 115px;\n  height: 115px;\n  border-radius: 50%;\n  background: rgba(255, 75, 75, 0.06);\n  content: \"\";\n}\n\n.iwpd__feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.iwpd__feature h4 {\n  position: relative;\n  z-index: 1;\n  margin: 23px 0 0;\n  color: var(--iwpd-black);\n  font-size: 20px;\n  font-weight: 750;\n  letter-spacing: -0.02em;\n  line-height: 1.25;\n}\n\n.iwpd__feature p {\n  position: relative;\n  z-index: 1;\n  margin: 11px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__applications {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.iwpd__application {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 170px;\n  padding: 24px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-white);\n}\n\n.iwpd__application-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__application strong {\n  display: block;\n  margin-top: 26px;\n  color: var(--iwpd-black);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.iwpd__application span {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.iwpd__pro-note {\n  display: grid;\n  grid-template-columns: auto minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  margin-top: 14px;\n  padding: 23px 25px;\n  border: 1px solid #ffd4d4;\n  border-radius: var(--iwpd-radius-md);\n  background: #fff7f7;\n}\n\n.iwpd__pro-note-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__pro-note-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__pro-note p {\n  margin: 0;\n  color: #695050;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.iwpd__pro-note p + p {\n  margin-top: 7px;\n}\n\n.iwpd__pro-note strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__details {\n  display: grid;\n  gap: 9px;\n}\n\n.iwpd__detail {\n  overflow: hidden;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__detail summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 78px;\n  padding: 20px 64px 20px 24px;\n  color: var(--iwpd-black);\n  cursor: pointer;\n  list-style: none;\n  font-size: 16px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__detail summary::-webkit-details-marker {\n  display: none;\n}\n\n.iwpd__detail summary::before,\n.iwpd__detail summary::after {\n  position: absolute;\n  top: 50%;\n  right: 25px;\n  width: 15px;\n  height: 2px;\n  border-radius: 3px;\n  background: var(--iwpd-black);\n  transform: translateY(-50%);\n  transition: transform 0.2s ease;\n  content: \"\";\n}\n\n.iwpd__detail summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.iwpd__detail[open] summary::after {\n  transform: translateY(-50%);\n}\n\n.iwpd__detail[open] summary,\n.iwpd__detail-content {\n  background: var(--iwpd-white);\n}\n\n.iwpd__detail-content {\n  padding: 0 24px 27px;\n}\n\n.iwpd__specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n  margin: 0;\n}\n\n.iwpd__spec {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n  gap: 16px;\n  align-items: center;\n  min-height: 78px;\n  overflow: hidden;\n  padding: 17px 18px 17px 23px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: 14px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n    linear-gradient(135deg, #ffffff, #fafafa);\n}\n\n.iwpd__spec::before {\n  position: absolute;\n  top: 15px;\n  bottom: 15px;\n  left: 0;\n  width: 4px;\n  border-radius: 0 5px 5px 0;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__spec dt {\n  position: relative;\n  margin: 0;\n  padding-left: 13px;\n  color: #777777;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.055em;\n  line-height: 1.45;\n  text-transform: uppercase;\n}\n\n.iwpd__spec dt::before {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  transform: translateY(-50%);\n  content: \"\";\n}\n\n.iwpd__spec dd {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.5;\n}\n\n.iwpd__check-list {\n  display: grid;\n  gap: 13px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.iwpd__check-list li {\n  position: relative;\n  padding-left: 31px;\n  color: #4e4e4e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__check-list li::before {\n  position: absolute;\n  top: 3px;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  content: \"✓\";\n}\n\n.iwpd__check-list strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__sample-banner {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 25px;\n  align-items: center;\n  margin-top: 14px;\n  padding: clamp(24px, 4vw, 38px);\n  border-radius: var(--iwpd-radius-lg);\n  background: var(--iwpd-soft);\n}\n\n.iwpd__sample-banner h4 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 32px);\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  line-height: 1.1;\n}\n\n.iwpd__sample-banner p {\n  max-width: 760px;\n  margin: 9px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__sample-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 19px;\n  border-radius: 999px;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n  white-space: nowrap;\n}\n\n.iwpd__support {\n  position: relative;\n  overflow: hidden;\n  margin-top: clamp(48px, 7vw, 86px);\n  padding: clamp(30px, 6vw, 60px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n    linear-gradient(135deg, #111111, #222222);\n}\n\n.iwpd__support::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 60px);\n  width: 120px;\n  height: 5px;\n  border-radius: 0 0 15px 15px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__support-inner {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__support-label {\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__support h3 {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--iwpd-white);\n  font-size: clamp(29px, 4.2vw, 50px);\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.05;\n}\n\n.iwpd__support-copy {\n  max-width: 740px;\n  margin: 15px 0 0;\n  color: rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.iwpd__support-actions {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 31px;\n}\n\n.iwpd a.iwpd__support-button,\n.iwpd a.iwpd__support-button:link,\n.iwpd a.iwpd__support-button:visited {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  min-width: 0;\n  min-height: 64px;\n  padding: 14px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.17);\n  border-radius: 14px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.08);\n  text-decoration: none;\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.iwpd a.iwpd__support-button:first-child,\n.iwpd a.iwpd__support-button:hover {\n  border-color: var(--iwpd-accent);\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  text-decoration: none;\n}\n\n.iwpd a.iwpd__support-button:hover {\n  transform: translateY(-2px);\n}\n\n.iwpd a.iwpd__support-button:focus-visible {\n  outline: 3px solid rgba(255, 255, 255, 0.75);\n  outline-offset: 3px;\n}\n\n.iwpd__support-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  flex: 0 0 34px;\n  border-radius: 10px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.14);\n}\n\n.iwpd__support-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.iwpd__support-text {\n  min-width: 0;\n}\n\n.iwpd__support-text small {\n  display: block;\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__support-text strong {\n  display: block;\n  overflow: hidden;\n  margin-top: 3px;\n  color: var(--iwpd-white);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.3;\n  text-overflow: ellipsis;\n}\n\n.iwpd__fine-print,\n.iwpd__governance {\n  margin: 18px 3px 0;\n  color: #858585;\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.iwpd__governance {\n  margin-top: 5px;\n}\n\n@media (max-width: 1020px) {\n  .iwpd__facts {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 820px) {\n  .iwpd__hero,\n  .iwpd__personality {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__product-card {\n    max-width: none;\n    justify-self: stretch;\n  }\n\n  .iwpd__personality p {\n    padding-top: 4px;\n    padding-left: 18px;\n  }\n\n  .iwpd__features {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__feature:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .iwpd__specs {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .iwpd {\n    font-size: 15px;\n  }\n\n  .iwpd__hero {\n    padding: 35px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__hero::before,\n  .iwpd__support::before {\n    left: 20px;\n  }\n\n  .iwpd__hero h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n\n  .iwpd__product-card {\n    padding: 12px;\n    border-radius: 19px;\n  }\n\n  .iwpd__facts {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__fact {\n    padding: 18px 14px;\n  }\n\n  .iwpd__section {\n    padding-top: 52px;\n  }\n\n  .iwpd__story-main {\n    padding: 26px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__personality {\n    margin-top: 27px;\n    padding: 22px 19px;\n    border-radius: 16px;\n  }\n\n  .iwpd__features,\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__feature,\n  .iwpd__feature:last-child {\n    min-height: 0;\n    grid-column: auto;\n    padding: 24px 21px;\n  }\n\n  .iwpd__application {\n    min-height: 142px;\n    padding: 21px;\n  }\n\n  .iwpd__pro-note,\n  .iwpd__sample-banner {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__pro-note {\n    padding: 21px;\n  }\n\n  .iwpd__detail summary {\n    min-height: 70px;\n    padding: 18px 56px 18px 18px;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    right: 20px;\n  }\n\n  .iwpd__detail-content {\n    padding: 0 17px 20px;\n  }\n\n  .iwpd__spec {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    min-height: 0;\n    padding: 16px 16px 16px 21px;\n  }\n\n  .iwpd__sample-banner {\n    padding: 24px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__sample-pill {\n    justify-self: start;\n    white-space: normal;\n  }\n\n  .iwpd__support {\n    padding: 36px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__support-actions {\n    margin-top: 25px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .iwpd a.iwpd__support-button,\n  .iwpd__detail summary::after {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-612o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 612-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-612o-title\"\u003eGloss Smoky Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a sophisticated and contemporary colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Smoky Blue SW900-612-O\u003c\/strong\u003e.\n        Its muted blue-grey colour and highly reflective factory-finished gloss\n        surface combine refined character with clean visual depth for complete\n        vehicle transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMuted smoky-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSmoky Blue \/ Blue-Grey\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Avery Dennison’s current North American colour guide identifies this\n        colour as Smoky Blue under product code SW900-612-O within the Gloss\n        collection. Digital images cannot reproduce the physical blue-grey tone\n        or gloss depth precisely. Appearance varies with lighting, viewing\n        angle, panel shape, surrounding colours, substrate condition and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSmoky Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRefined gloss smoky blue\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Muted blue-grey colour with bright reflections and smooth gloss depth\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Smoky Blue SW900-612-O\u003c\/strong\u003e combines a muted\n        blue-grey colour with a highly reflective gloss surface. Direct\n        illumination creates brighter steel-blue highlights across vehicle body\n        lines, while shaded conditions produce a deeper and more subdued\n        slate-blue appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The solid non-metallic finish follows vehicle contours without a\n        directional metallic or pearlescent effect. Its smooth gloss surface\n        adds visual clarity and dimension, allowing curved panels, creases and\n        sculpted body lines to remain clearly defined.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Smoky Blue can support a complete colour-change transformation or\n        coordinated feature areas across hoods, roofs, trunks, mirrors, pillars\n        and trim. Its balanced blue-grey character creates a distinctive custom\n        appearance while remaining more restrained than highly saturated or\n        electric blues.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Calm, sophisticated and modern with understated blue-grey character.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Smoky Blue pairs naturally with gloss black, satin black,\n          exposed carbon fibre, charcoal, gunmetal, silver, chrome, brushed\n          metal and white. Bronze, gold, copper, orange, red or bright-blue\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Gloss Smoky Blue styling with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Smoky Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eMuted smoky-blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A balanced blue-grey colour creates a refined foundation for complete\n          wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eHigh-gloss surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A gloss level above 85 GU produces bright reflections and helps\n          vehicle contours appear smooth, clean and dimensional.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eSolid non-metallic colour\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The uniform blue presentation follows body lines without the\n          directional appearance associated with metallic or pearlescent films.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology helps the installer position and align the\n          film before firm final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, supporting controlled installation across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Smoky Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the smoky-blue colour and reflective\n            high-gloss surface.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Focused gloss details on compatible smooth surfaces after adhesion\n            and coverage testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is decorative gloss colour-change vinyl, not paint protection film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Use clean tools and material from the same production lot, preferably\n          one roll for the complete vehicle. Gloss surfaces can reveal\n          fingerprints, dust, scratches, pressure marks, paint texture,\n          repaired panels and uneven preparation through reflected highlights.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-612o-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eSmoky Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront colour:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Smoky Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-612-O \/ 612-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eSmoky Blue \/ Steel Blue \/ Blue-Grey\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film range:\u003c\/dt\u003e\n              \u003cdd\u003e\n                SW900 cast films range from 3.2 to 4.7 mil \/ 80 to 119 µm.\n                SW900-612-O is not identified in Revision 20 among films\n                measuring 4 mil or more. Current manufacturer documentation and\n                the physical roll label govern.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOpacity:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Most SW900 colours are considered opaque, but the installer\n                must confirm that coverage meets the project requirements.\n                SW900-612-O is not listed among the reduced-opacity exceptions\n                in Revision 20.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                150% at break as a laboratory value, not a recommended\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFinish effect:\u003c\/dt\u003e\n              \u003cdd\u003eSolid non-metallic gloss colour\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAvailable cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-612o-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 612-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse one roll per vehicle wherever practical.\u003c\/strong\u003e\n              Slight colour or gloss differences may occur between rolls or\n              production lots.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm the production lot before cutting.\u003c\/strong\u003e\n              Material from the same lot should be used across adjoining\n              panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Gloss Smoky Blue can reveal dents, sanding marks, dust, orange\n              peel, paint texture, body filler edges and other surface\n              irregularities through reflected highlights.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect repaired areas carefully.\u003c\/strong\u003e\n              Differences in paint texture, primer, repair boundaries and panel\n              preparation may remain visible through the finished wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, grit and dirty squeegee protection can\n              mark or contaminate the gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may create scratches,\n              pressure marks or visible surface distortion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain even application pressure.\u003c\/strong\u003e\n              Excessive rubbing or uneven pressure may create visible texture\n              differences across adjoining sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate non-OEM paint carefully.\u003c\/strong\u003e\n              Repainted vehicles and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm coverage over the actual substrate.\u003c\/strong\u003e\n              Although SW900-612-O is not listed among reduced-opacity\n              exceptions, test it over contrasting paint, repaired panels,\n              primer, paint lines, seams and overlaps.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is listed as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching may alter the smoky-blue colour,\n              gloss uniformity, coverage and long-term performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use 150% elongation as a stretch target.\u003c\/strong\u003e\n              It is a laboratory break value, not an installation\n              recommendation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting and rubbing.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure may create visible\n              texture or adhesive disturbance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be finished according to\n              current Avery Dennison SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable above-water\n              areas require suitability evaluation and edge sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution on glass.\u003c\/strong\u003e\n              Avery Dennison does not recommend SW900 as a block-out film for\n              window applications and does not accept liability for glass\n              breakage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-612o-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, road film, fuel residue, insects and environmental\n              contamination may alter the appearance of Gloss Smoky Blue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using warm water, gentle soap\n              and a clean non-abrasive microfiber towel, wash mitt or soft\n              sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest care products before full use.\u003c\/strong\u003e\n              Apply every cleaner, coating, wax or protectant to an\n              inconspicuous area first and confirm that it does not alter the\n              blue colour, clarity or gloss level.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use only products specifically confirmed as compatible with\n              gloss vehicle-wrap vinyl.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid aggressive compounds, abrasive polish and excessive machine\n              polishing, which may scratch, haze or distort the finished\n              surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry using a clean microfiber or soft towel\n              to reduce water spotting and streaking.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly to reduce staining.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive cleaners, hard brushes, rough scrubbing, dirty\n              towels and incompatible chemicals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only when gentler methods fail.\u003c\/strong\u003e\n              Pressure washing can cause edge lifting and surface degradation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep water pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, substrate, paint condition and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-612o-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Smoky Blue as SW900-612-O within the\n              Gloss collection.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              SW900-612-O uses the manufacturer’s standard SW900 Color\n              durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Revision 20 lists up to 4.8 years for vertical exposure and four\n              months for horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical exposure between 10 and 45 degrees uses the\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Horizontal exposure places the face of the film between 45 and\n              90 degrees from vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion, loss of gloss and ordinary wear are not covered by the\n              Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage, staining or gloss changes caused by incompatible\n              cleaners, solvents, compounds, waxes or protectants may not be\n              covered.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery Dennison does not warrant ease or speed of removal and does\n              not warrant removal from automotive paint more than five years\n              old.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Smoky Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Smoky Blue cannot be evaluated accurately from a static digital\n          image. Its apparent blue depth, grey undertone and gloss reflectivity\n          change with lighting, viewing angle, panel shape, surrounding colours\n          and substrate condition. Select the 3 × 5-inch sample option and\n          inspect the physical film outdoors, under direct light, in shade and\n          beside the intended vehicle colour before ordering material for the\n          complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison’s May 2026 North American colour guide identifies Smoky\n    Blue as SW900-612-O within the SW900 Gloss collection. Revision 20 of the\n    SW900 product data sheet applies the standard SW900 Color durability\n    category, providing up to 10 years for qualifying Zone 1 vertical exposure\n    and two years for horizontal or non-vertical exposure, with different\n    periods in Zones 2 and 3. SW900-612-O is not listed among colours that may\n    be less than fully opaque or among films measuring 4 mil or more. The\n    installer must still confirm coverage, surface suitability and finished\n    appearance before completing the project. Actual durability and warranty\n    eligibility depend on exposure zone, application angle, substrate,\n    preparation, installation, environment, cleaning and maintenance. Material\n    from the same production lot should be used across adjoining panels,\n    preferably one roll per vehicle. Professional installation and physical\n    sample evaluation are strongly recommended. Avery Dennison, Supreme\n    Wrapping Film, Easy Apply and StaFlat are trademarks of Avery Dennison\n    Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current manufacturer documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546081656889,"sku":"10256487599","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546081689657,"sku":"10256487600","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546081722425,"sku":"10256487601","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546081755193,"sku":"10256487602","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546081787961,"sku":"10256487603","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546081820729,"sku":"10256487604","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546081853497,"sku":"10256487605","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546081886265,"sku":"10256487606","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546081919033,"sku":"10256487607","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546081951801,"sku":"10256487608","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546081984569,"sku":"10256487609","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546082017337,"sku":"10256487610","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546082050105,"sku":"10256487611","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546082082873,"sku":"10256487612","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/612-O_270d1a31-89f4-4bb9-9d95-133194eef7f2.jpg?v=1737607718"},{"product_id":"avery-sw900-supreme-gloss-sea-breeze-blue-sw900-648-o","title":"AVERY DENNISON SW900 SUPREME GLOSS SEA BREEZE BLUE VINYL WRAP | 648-O","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #686868;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(111, 211, 226, 0.54), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(52, 121, 148, 0.55), transparent 34%),\n      linear-gradient(135deg, #061014 0%, #102a34 58%, #23596a 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 800px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 720px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.78);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.57);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 850px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 800px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(103, 197, 216, 0.2), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 930px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(103, 197, 216, 0.23), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #526267;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 770px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 750px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-648o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eGloss\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 648-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-648o-title\"\u003eGloss Sea Breeze Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a fresh, coastal-inspired colour change with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Sea Breeze Blue SW900-648-O\u003c\/strong\u003e.\n        Its airy light-blue character, subtle aqua influence and smooth gloss\n        factory-finished surface create a clean, distinctive appearance for\n        complete vehicle transformations, contrasting panels and coordinated\n        accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eAiry sea-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eLight Blue \/ Aqua\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical colour precisely. Apparent\n        blue brightness, aqua influence, depth and gloss vary with lighting,\n        viewing angle, panel shape, surrounding colours, underlying paint and\n        screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 8h8v8H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSea Breeze Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eTypical face film\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eApprox. 3.2 mil \/ 80 µm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eFresh coastal gloss\u003c\/span\u003e\n      \u003ch3\u003eAiry light-blue colour with luminous reflections and refreshing visual depth\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Sea Breeze Blue SW900-648-O\u003c\/strong\u003e combines a light,\n        refreshing blue colour with subtle aqua influence and a smooth gloss\n        factory-finished surface. Direct sunlight produces a brighter,\n        clearer blue, while shade introduces slightly deeper cyan and\n        blue-green undertones.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The gloss finish creates defined reflections across body lines, curves\n        and broad panels. Its bright coastal character can appear soft and\n        pastel in diffused light, then become more vivid and luminous under\n        stronger illumination.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Sea Breeze Blue can support a complete colour-change project or\n        focused styling across hoods, roofs, trunks, mirrors, pillars and trim.\n        Depending on its surroundings, the colour may appear closer to sky\n        blue, pale turquoise, cool aqua or a clean tropical-water blue.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eColour personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Fresh, uplifting and distinctive with airy blue colour, subtle aqua\n            influence and polished gloss depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Sea Breeze Blue pairs naturally with gloss black, satin black,\n          carbon fibre, white, silver, gunmetal, chrome and polished metal.\n          Coral, orange, yellow, navy, purple, bright pink or vivid green\n          details can create a more expressive custom combination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003ePolished gloss styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Sea Breeze Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eRefreshing sea-blue appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A light blue base with subtle aqua influence creates a distinctive\n          foundation for complete wraps, contrasting panels and coordinated\n          accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eSmooth gloss finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          High surface sheen creates clear highlights and visual depth across\n          broad panels, curves and defined vehicle body lines.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Sea Breeze Blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the bright colour and polished gloss\n            depth.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n\n        \u003cp\u003e\n          Use material from the same production lot across adjoining panels,\n          preferably one roll for a complete vehicle. Confirm colour, opacity\n          and gloss before final pressure because underlying paint, lighting\n          and panel shape can influence the finished appearance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-648o-accordion\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eSea Breeze Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-648-O \/ 648-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eLight Blue \/ Aqua \/ Cyan\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eVisual effect:\u003c\/dt\u003e\n              \u003cdd\u003eSolid, non-metallic colour\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eAbove 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e150% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003eTwo years from manufacture at 68°F to 77°F \/ 20°C to 25°C and 50 ± 5% relative humidity\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-648o-accordion\"\u003e\n        \u003csummary\u003eImportant installation considerations for 648-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate opacity before full installation.\u003c\/strong\u003e\n              Confirm that the film provides the intended coverage over the\n              existing paint, repair areas, colour transitions and overlaps.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour or gloss differences may occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Gloss film can reveal dents, repair marks, dust, paint texture and\n              other surface irregularities after installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust, dye transfer and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute forming.\u003c\/strong\u003e\n              Concentrating extension into one small area can alter colour,\n              gloss, opacity and long-term performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid excessive surface pressure.\u003c\/strong\u003e\n              Heavy or uneven squeegee pressure can create visible texture or\n              gloss variation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure can create visible\n              texture beneath the finished surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the appearance before final pressure.\u003c\/strong\u003e\n              Step back from each panel and confirm that the blue colour,\n              coverage and gloss remain consistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-648o-accordion\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and affect the light-blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, film-compatible cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid hard brushes, forceful rubbing, dirty towels, gritty\n              compounds and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use waxes, polishes, coatings and finishing products only when\n              they are confirmed suitable for the gloss SW900 finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-648o-accordion\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Sea Breeze Blue as SW900-648-O within\n              the Gloss family and SW900 colour durability group.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003eLoss of gloss and ordinary wear are not covered by the Avery Dennison material warranty.\u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Sea Breeze Blue finish before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Sea Breeze Blue cannot be evaluated accurately from a static\n          digital image. Its blue brightness, aqua influence, gloss and visible\n          depth change with lighting, viewing angle, underlying paint and\n          surrounding colours. Select the 3 × 5-inch sample option above and\n          inspect the physical film outdoors, under direct light and beside the\n          intended vehicle colour before ordering material for the complete\n          project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Sea Breeze Blue as SW900-648-O within the Gloss\n    family. The current SW900 product data sheet lists colour durability of up\n    to 10 years for qualifying Zone 1 vertical exposure and two years for\n    horizontal or non-vertical exposure, with shorter periods in Zones 2 and 3.\n    Most SW900 colours are considered opaque, but the end user must determine\n    whether coverage meets the project requirements. Material from the same\n    production lot should be used across adjoining panels. Actual durability\n    and warranty eligibility depend on exposure zone, application angle,\n    substrate, preparation, installation, environment and maintenance.\n    Professional installation and physical sample evaluation are strongly\n    recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546082181177,"sku":"10256487585","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546082213945,"sku":"10256487586","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546082246713,"sku":"10256487587","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546082279481,"sku":"10256487588","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546082345017,"sku":"10256487589","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546082377785,"sku":"10256487590","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546082410553,"sku":"10256487591","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546082443321,"sku":"10256487592","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546082476089,"sku":"10256487593","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546082508857,"sku":"10256487594","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546082541625,"sku":"10256487595","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546082574393,"sku":"10256487596","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546082607161,"sku":"10256487597","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546082639929,"sku":"10256487598","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/648-O_8f2ce528-e3be-4169-95a8-2053d76a93c8.jpg?v=1737607740"},{"product_id":"avery-supreme-vinyl-satin-light-blue-wrap-sw900-633-o","title":"AVERY DENNISON SW900 SUPREME SATIN LIGHT BLUE VINYL WRAP | 633-O","description":"\u003cstyle\u003e\n.iwpd {\n  --iwpd-accent: #ff4b4b;\n  --iwpd-black: #111111;\n  --iwpd-text: #1a1a1a;\n  --iwpd-muted: #666666;\n  --iwpd-soft: #f5f5f5;\n  --iwpd-soft-2: #fafafa;\n  --iwpd-border: #e4e4e4;\n  --iwpd-white: #ffffff;\n  --iwpd-radius-lg: 28px;\n  --iwpd-radius-md: 18px;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  color: var(--iwpd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.iwpd,\n.iwpd *,\n.iwpd *::before,\n.iwpd *::after {\n  box-sizing: border-box;\n}\n\n.iwpd svg {\n  display: block;\n  max-width: 100%;\n}\n\n.iwpd a {\n  color: inherit;\n}\n\n.iwpd__hero {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n  gap: clamp(24px, 5vw, 64px);\n  align-items: center;\n  overflow: hidden;\n  padding: clamp(30px, 6vw, 72px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 88% 8%, rgba(70, 165, 211, 0.5), transparent 29%),\n    radial-gradient(circle at 72% 90%, rgba(28, 91, 126, 0.58), transparent 34%),\n    linear-gradient(135deg, #080a0c 0%, #121b21 58%, #243d4b 100%);\n}\n\n.iwpd__hero::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 72px);\n  width: clamp(84px, 13vw, 160px);\n  height: 5px;\n  border-radius: 0 0 20px 20px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__hero-copy,\n.iwpd__product-card {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__eyebrow {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 0 0 22px;\n}\n\n.iwpd__eyebrow span {\n  display: inline-flex;\n  align-items: center;\n  min-height: 30px;\n  padding: 6px 12px;\n  border: 1px solid rgba(255, 255, 255, 0.19);\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.9);\n  background: rgba(255, 255, 255, 0.08);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.iwpd__eyebrow span:first-child {\n  border-color: var(--iwpd-accent);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: var(--iwpd-white);\n  font-size: clamp(34px, 5.4vw, 68px);\n  font-weight: 800;\n  letter-spacing: -0.045em;\n  line-height: 0.98;\n}\n\n.iwpd__hero-lead {\n  max-width: 700px;\n  margin: 24px 0 0;\n  color: rgba(255, 255, 255, 0.76);\n  font-size: clamp(16px, 1.8vw, 20px);\n  line-height: 1.6;\n}\n\n.iwpd__hero-lead strong {\n  color: var(--iwpd-white);\n}\n\n.iwpd__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 28px;\n}\n\n.iwpd__chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 9px 14px;\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.92);\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.iwpd__chip::before {\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__product-card {\n  width: 100%;\n  max-width: 390px;\n  justify-self: end;\n  padding: 18px;\n  border: 1px solid rgba(255, 255, 255, 0.13);\n  border-radius: 24px;\n  background: rgba(255, 255, 255, 0.07);\n  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n}\n\n.iwpd__product-meta {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 0 3px;\n}\n\n.iwpd__product-meta \u003e div:last-child {\n  text-align: right;\n}\n\n.iwpd__product-label {\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__product-value {\n  display: block;\n  margin-top: 4px;\n  color: var(--iwpd-white);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.iwpd__screen-note {\n  margin: 17px 0 0;\n  color: rgba(255, 255, 255, 0.55);\n  font-size: 11px;\n  line-height: 1.48;\n}\n\n.iwpd__facts {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.iwpd__fact {\n  min-width: 0;\n  padding: 21px 17px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__fact-icon,\n.iwpd__application-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 12px;\n  color: var(--iwpd-accent);\n  background: #fff0f0;\n}\n\n.iwpd__fact-icon {\n  margin-bottom: 15px;\n}\n\n.iwpd__fact-icon svg {\n  width: 20px;\n  height: 20px;\n}\n\n.iwpd__fact-label {\n  color: var(--iwpd-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__fact-value {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-black);\n  font-size: 14px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__section {\n  padding: clamp(48px, 7vw, 86px) 0 0;\n}\n\n.iwpd__section-heading {\n  max-width: 820px;\n  margin-bottom: 30px;\n}\n\n.iwpd__section-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 12px;\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.iwpd__section-kicker::before {\n  width: 26px;\n  height: 3px;\n  border-radius: 10px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__section h3 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(29px, 4vw, 46px);\n  font-weight: 800;\n  letter-spacing: -0.038em;\n  line-height: 1.05;\n}\n\n.iwpd__section-intro {\n  max-width: 790px;\n  margin: 17px 0 0;\n  color: var(--iwpd-muted);\n  font-size: clamp(15px, 1.6vw, 18px);\n  line-height: 1.75;\n}\n\n.iwpd__story-main {\n  width: 100%;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-lg);\n  background:\n    radial-gradient(circle at 100% 0%, rgba(74, 170, 214, 0.14), transparent 32%),\n    var(--iwpd-white);\n}\n\n.iwpd__story-main \u003e p {\n  max-width: 920px;\n  margin: 0;\n  color: #454545;\n  font-size: clamp(15px, 1.65vw, 18px);\n  line-height: 1.8;\n}\n\n.iwpd__story-main \u003e p + p {\n  margin-top: 20px;\n}\n\n.iwpd__story-main strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__personality {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n  gap: 24px;\n  align-items: center;\n  margin-top: 34px;\n  padding: clamp(22px, 4vw, 34px);\n  border: 1px solid #ffd4d4;\n  border-radius: 20px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(74, 170, 214, 0.11), transparent 38%),\n    linear-gradient(135deg, #fff8f8, #ffffff);\n}\n\n.iwpd__personality-label {\n  color: var(--iwpd-accent);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__personality h4 {\n  max-width: 650px;\n  margin: 10px 0 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 34px);\n  font-weight: 800;\n  letter-spacing: -0.035em;\n  line-height: 1.12;\n}\n\n.iwpd__personality p {\n  margin: 0;\n  padding-left: 24px;\n  border-left: 3px solid var(--iwpd-accent);\n  color: #635454;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.iwpd__features {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.iwpd__feature {\n  position: relative;\n  min-height: 235px;\n  overflow: hidden;\n  padding: 29px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__feature::after {\n  position: absolute;\n  right: -30px;\n  bottom: -40px;\n  width: 115px;\n  height: 115px;\n  border-radius: 50%;\n  background: rgba(255, 75, 75, 0.06);\n  content: \"\";\n}\n\n.iwpd__feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.iwpd__feature h4 {\n  position: relative;\n  z-index: 1;\n  margin: 23px 0 0;\n  color: var(--iwpd-black);\n  font-size: 20px;\n  font-weight: 750;\n  letter-spacing: -0.02em;\n  line-height: 1.25;\n}\n\n.iwpd__feature p {\n  position: relative;\n  z-index: 1;\n  margin: 11px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__applications {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.iwpd__application {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 170px;\n  padding: 24px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-white);\n}\n\n.iwpd__application-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__application strong {\n  display: block;\n  margin-top: 26px;\n  color: var(--iwpd-black);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.iwpd__application span {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.iwpd__pro-note {\n  display: grid;\n  grid-template-columns: auto minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  margin-top: 14px;\n  padding: 23px 25px;\n  border: 1px solid #ffd4d4;\n  border-radius: var(--iwpd-radius-md);\n  background: #fff7f7;\n}\n\n.iwpd__pro-note-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__pro-note-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__pro-note p {\n  margin: 0;\n  color: #695050;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.iwpd__pro-note p + p {\n  margin-top: 7px;\n}\n\n.iwpd__pro-note strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__details {\n  display: grid;\n  gap: 9px;\n}\n\n.iwpd__detail {\n  overflow: hidden;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__detail summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 78px;\n  padding: 20px 64px 20px 24px;\n  color: var(--iwpd-black);\n  cursor: pointer;\n  list-style: none;\n  font-size: 16px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__detail summary::-webkit-details-marker {\n  display: none;\n}\n\n.iwpd__detail summary::before,\n.iwpd__detail summary::after {\n  position: absolute;\n  top: 50%;\n  right: 25px;\n  width: 15px;\n  height: 2px;\n  border-radius: 3px;\n  background: var(--iwpd-black);\n  transform: translateY(-50%);\n  transition: transform 0.2s ease;\n  content: \"\";\n}\n\n.iwpd__detail summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.iwpd__detail[open] summary::after {\n  transform: translateY(-50%);\n}\n\n.iwpd__detail[open] summary,\n.iwpd__detail-content {\n  background: var(--iwpd-white);\n}\n\n.iwpd__detail-content {\n  padding: 0 24px 27px;\n}\n\n.iwpd__specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n  margin: 0;\n}\n\n.iwpd__spec {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n  gap: 16px;\n  align-items: center;\n  min-height: 78px;\n  overflow: hidden;\n  padding: 17px 18px 17px 23px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: 14px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n    linear-gradient(135deg, #ffffff, #fafafa);\n}\n\n.iwpd__spec::before {\n  position: absolute;\n  top: 15px;\n  bottom: 15px;\n  left: 0;\n  width: 4px;\n  border-radius: 0 5px 5px 0;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__spec dt {\n  position: relative;\n  margin: 0;\n  padding-left: 13px;\n  color: #777777;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.055em;\n  line-height: 1.45;\n  text-transform: uppercase;\n}\n\n.iwpd__spec dt::before {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  transform: translateY(-50%);\n  content: \"\";\n}\n\n.iwpd__spec dd {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.5;\n}\n\n.iwpd__check-list {\n  display: grid;\n  gap: 13px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.iwpd__check-list li {\n  position: relative;\n  padding-left: 31px;\n  color: #4e4e4e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__check-list li::before {\n  position: absolute;\n  top: 3px;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  content: \"✓\";\n}\n\n.iwpd__check-list strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__sample-banner {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 25px;\n  align-items: center;\n  margin-top: 14px;\n  padding: clamp(24px, 4vw, 38px);\n  border-radius: var(--iwpd-radius-lg);\n  background: var(--iwpd-soft);\n}\n\n.iwpd__sample-banner h4 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 32px);\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  line-height: 1.1;\n}\n\n.iwpd__sample-banner p {\n  max-width: 760px;\n  margin: 9px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__sample-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 19px;\n  border-radius: 999px;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n  white-space: nowrap;\n}\n\n.iwpd__support {\n  position: relative;\n  overflow: hidden;\n  margin-top: clamp(48px, 7vw, 86px);\n  padding: clamp(30px, 6vw, 60px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n    linear-gradient(135deg, #111111, #222222);\n}\n\n.iwpd__support::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 60px);\n  width: 120px;\n  height: 5px;\n  border-radius: 0 0 15px 15px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__support-inner {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__support-label {\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__support h3 {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--iwpd-white);\n  font-size: clamp(29px, 4.2vw, 50px);\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.05;\n}\n\n.iwpd__support-copy {\n  max-width: 740px;\n  margin: 15px 0 0;\n  color: rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.iwpd__support-actions {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 31px;\n}\n\n.iwpd a.iwpd__support-button,\n.iwpd a.iwpd__support-button:link,\n.iwpd a.iwpd__support-button:visited {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  min-width: 0;\n  min-height: 64px;\n  padding: 14px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.17);\n  border-radius: 14px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.08);\n  text-decoration: none;\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.iwpd a.iwpd__support-button:first-child,\n.iwpd a.iwpd__support-button:hover {\n  border-color: var(--iwpd-accent);\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  text-decoration: none;\n}\n\n.iwpd a.iwpd__support-button:hover {\n  transform: translateY(-2px);\n}\n\n.iwpd a.iwpd__support-button:focus-visible {\n  outline: 3px solid rgba(255, 255, 255, 0.75);\n  outline-offset: 3px;\n}\n\n.iwpd__support-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  flex: 0 0 34px;\n  border-radius: 10px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.14);\n}\n\n.iwpd__support-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.iwpd__support-text {\n  min-width: 0;\n}\n\n.iwpd__support-text small {\n  display: block;\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__support-text strong {\n  display: block;\n  overflow: hidden;\n  margin-top: 3px;\n  color: var(--iwpd-white);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.3;\n  text-overflow: ellipsis;\n}\n\n.iwpd__fine-print,\n.iwpd__governance {\n  margin: 18px 3px 0;\n  color: #858585;\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.iwpd__governance {\n  margin-top: 5px;\n}\n\n@media (max-width: 1020px) {\n  .iwpd__facts {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 820px) {\n  .iwpd__hero,\n  .iwpd__personality {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__product-card {\n    max-width: none;\n    justify-self: stretch;\n  }\n\n  .iwpd__personality p {\n    padding-top: 4px;\n    padding-left: 18px;\n  }\n\n  .iwpd__features {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__feature:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .iwpd__specs {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .iwpd {\n    font-size: 15px;\n  }\n\n  .iwpd__hero {\n    padding: 35px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__hero::before,\n  .iwpd__support::before {\n    left: 20px;\n  }\n\n  .iwpd__hero h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n\n  .iwpd__product-card {\n    padding: 12px;\n    border-radius: 19px;\n  }\n\n  .iwpd__facts {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__fact {\n    padding: 18px 14px;\n  }\n\n  .iwpd__section {\n    padding-top: 52px;\n  }\n\n  .iwpd__story-main {\n    padding: 26px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__personality {\n    margin-top: 27px;\n    padding: 22px 19px;\n    border-radius: 16px;\n  }\n\n  .iwpd__features,\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__feature,\n  .iwpd__feature:last-child {\n    min-height: 0;\n    grid-column: auto;\n    padding: 24px 21px;\n  }\n\n  .iwpd__application {\n    min-height: 142px;\n    padding: 21px;\n  }\n\n  .iwpd__pro-note,\n  .iwpd__sample-banner {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__pro-note {\n    padding: 21px;\n  }\n\n  .iwpd__detail summary {\n    min-height: 70px;\n    padding: 18px 56px 18px 18px;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    right: 20px;\n  }\n\n  .iwpd__detail-content {\n    padding: 0 17px 20px;\n  }\n\n  .iwpd__spec {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    min-height: 0;\n    padding: 16px 16px 16px 21px;\n  }\n\n  .iwpd__sample-banner {\n    padding: 24px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__sample-pill {\n    justify-self: start;\n    white-space: normal;\n  }\n\n  .iwpd__support {\n    padding: 36px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__support-actions {\n    margin-top: 25px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .iwpd a.iwpd__support-button,\n  .iwpd__detail summary::after {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-633o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 633-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-633o-title\"\u003eSatin Light Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a bright and refined colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Satin Light Blue SW900-633-O\u003c\/strong\u003e.\n        Its fresh light-blue colour and smooth satin factory-finished surface\n        combine controlled reflection with clean visual depth for complete\n        vehicle transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFresh light-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSmooth satin finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eLight Blue \/ Cool Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Avery Dennison’s current North American colour guide identifies this\n        colour as Light Blue under product code SW900-633-O within the Satin\n        collection. Digital images cannot reproduce the physical blue tone or\n        satin sheen precisely. Appearance varies with lighting, viewing angle,\n        panel shape, surrounding colours, substrate condition and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eLight Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin, 20-30 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eFresh satin blue\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Bright light-blue colour with smooth highlights and controlled satin sheen\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSatin Light Blue SW900-633-O\u003c\/strong\u003e combines a fresh,\n        medium-light blue colour with a smooth satin surface. Direct\n        illumination creates brighter cyan-blue highlights across body lines,\n        while shaded conditions produce a deeper and slightly cooler blue\n        appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The satin finish sits between gloss and matte. It reflects enough light\n        to preserve vehicle contours without creating the sharp reflections of\n        a high-gloss film. Compared with matte light blue, the surface appears\n        smoother and more dimensional while maintaining a controlled,\n        factory-inspired character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Satin Light Blue can support a complete colour-change transformation or\n        coordinated feature areas across hoods, roofs, trunks, mirrors, pillars\n        and trim. Its clean blue character can create a highly visible custom\n        finish without relying on metallic particles or a directional effect.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Fresh, energetic and refined with smooth controlled reflection.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Satin Light Blue pairs naturally with gloss black, satin black,\n          exposed carbon fibre, white, charcoal, gunmetal, silver, chrome and\n          brushed metal. Navy, purple, orange, red, yellow, bronze or lime-green\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Satin Light Blue styling with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Satin Light Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eFresh light-blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A bright blue colour creates a distinctive foundation for complete\n          wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eSmooth satin surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 20 to 30 GU satin range produces controlled highlights that define\n          body lines without the sharp reflection of a gloss finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eSolid non-metallic colour\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The uniform blue presentation follows vehicle contours without the\n          directional appearance associated with metallic or pearlescent films.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology helps the installer position and align the\n          film before firm final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, supporting controlled installation across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Light Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the bright blue colour and smooth satin\n            reflections.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Focused satin details on compatible smooth surfaces after adhesion\n            and coverage testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is decorative satin colour-change vinyl, not paint protection film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Use clean tools and material from the same production lot, preferably\n          one roll for the complete vehicle. Light satin colours can reveal\n          fingerprints, dirt, pressure marks, surface texture, repaired panels\n          and uneven cleaning. Preparation, handling and maintenance must be\n          controlled carefully.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-633o-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eLight Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront colour:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Light Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-633-O \/ 633-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eSatin cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eLight Blue \/ Cool Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished satin surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003e20 to 30 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film range:\u003c\/dt\u003e\n              \u003cdd\u003e\n                SW900 cast films range from 3.2 to 4.7 mil \/ 80 to 119 µm.\n                SW900-633-O is not identified in Revision 20 among films\n                measuring 4 mil or more. Current manufacturer documentation and\n                the physical roll label govern.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOpacity:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Most SW900 colours are considered opaque, but the installer\n                must confirm that coverage meets the project requirements.\n                SW900-633-O is not listed among the reduced-opacity exceptions\n                in Revision 20.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                150% at break as a laboratory value, not a recommended\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFinish effect:\u003c\/dt\u003e\n              \u003cdd\u003eSolid non-metallic satin colour\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAvailable cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-633o-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 633-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse one roll per vehicle wherever practical.\u003c\/strong\u003e\n              Slight colour or sheen differences may occur between rolls or\n              production lots.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm the production lot before cutting.\u003c\/strong\u003e\n              Material from the same lot should be used across adjoining\n              panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Satin Light Blue can reveal dents, sanding marks, dust, paint\n              texture, body filler edges and other surface irregularities\n              through changes in reflected highlights.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect repaired areas carefully.\u003c\/strong\u003e\n              Light colours can make differences in paint texture, primer,\n              repair boundaries and panel preparation more visible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, grit and dirty squeegee protection can\n              mark or contaminate the satin surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may scratch the surface,\n              create pressure marks or alter the satin sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain even application pressure.\u003c\/strong\u003e\n              Excessive rubbing or uneven pressure may create visible sheen\n              differences across adjoining sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate non-OEM paint carefully.\u003c\/strong\u003e\n              Repainted vehicles and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm coverage over the actual substrate.\u003c\/strong\u003e\n              Although SW900-633-O is not listed among reduced-opacity\n              exceptions, test it over dark paint, contrasting repairs, primer,\n              paint lines, seams and overlaps.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is listed as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching may alter the light-blue colour,\n              satin sheen, coverage and long-term performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use 150% elongation as a stretch target.\u003c\/strong\u003e\n              It is a laboratory break value, not an installation\n              recommendation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting and rubbing.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure may create visible\n              texture and sheen differences.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be finished according to\n              current Avery Dennison SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable above-water\n              areas require suitability evaluation and edge sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution on glass.\u003c\/strong\u003e\n              Avery Dennison does not recommend SW900 as a block-out film for\n              window applications and does not accept liability for glass\n              breakage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-633o-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, road film, fuel residue, insects and environmental\n              contamination may become especially visible on Satin Light Blue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using warm water, gentle soap\n              and a clean non-abrasive microfiber towel, wash mitt or soft\n              sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest care products before full use.\u003c\/strong\u003e\n              Apply every cleaner, coating or protectant to an inconspicuous\n              area first and confirm that it does not alter the blue colour or\n              satin sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive polish, aggressive compounds and products that\n              leave an uneven glossy or oily residue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry using a clean microfiber or soft towel\n              to reduce water spotting and streaking.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive cleaners, hard brushes, rough scrubbing, dirty\n              towels and incompatible chemicals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not repeatedly rub one area, since friction may create a\n              visible change in sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only when gentler methods fail.\u003c\/strong\u003e\n              Pressure washing can cause edge lifting and surface degradation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep water pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, substrate, paint condition and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-633o-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Light Blue as SW900-633-O within the\n              Satin collection.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              SW900-633-O uses the manufacturer’s standard SW900 Color\n              durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical exposure between 10 and 45 degrees uses the\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Horizontal exposure places the face of the film between 45 and\n              90 degrees from vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion, loss of gloss and ordinary wear are not covered by the\n              Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage or sheen changes caused by incompatible cleaners,\n              solvents, waxes, compounds or protectants may not be covered.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery Dennison does not warrant ease or speed of removal and does\n              not warrant removal from automotive paint more than five years\n              old.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or sheen differences may occur between production\n              lots. Confirm lot numbers before cutting adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Satin Light Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Light Blue cannot be evaluated accurately from a static digital\n          image. Its apparent brightness, blue depth and satin sheen change with\n          lighting, viewing angle, panel shape, surrounding colours and\n          substrate condition. Select the 3 × 5-inch sample option and inspect\n          the physical film outdoors, under direct light, in shade and beside\n          the intended vehicle colour before ordering material for the complete\n          project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison’s current North American colour guide identifies Light Blue\n    as SW900-633-O within the SW900 Satin collection. Revision 20 of the SW900\n    product data sheet applies the standard SW900 Color durability category,\n    providing up to 10 years for qualifying Zone 1 vertical exposure and two\n    years for horizontal or non-vertical exposure, with different periods in\n    Zones 2 and 3. SW900-633-O is not listed among colours that may be less than\n    fully opaque or among films measuring 4 mil or more. The installer must\n    still confirm coverage, surface suitability and finished appearance before\n    completing the project. Actual durability and warranty eligibility depend\n    on exposure zone, application angle, substrate, preparation, installation,\n    environment, cleaning and maintenance. Material from the same production\n    lot should be used across adjoining panels, preferably one roll per\n    vehicle. Professional installation and physical sample evaluation are\n    strongly recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and\n    StaFlat are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current manufacturer documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546086998073,"sku":"10256487781","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546087030841,"sku":"10256487782","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546087063609,"sku":"10256487783","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546087096377,"sku":"10256487784","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546087129145,"sku":"10256487785","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546087161913,"sku":"10256487786","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546087194681,"sku":"10256487787","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546087260217,"sku":"10256487788","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546087292985,"sku":"10256487789","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546087325753,"sku":"10256487790","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546087358521,"sku":"10256487791","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546087391289,"sku":"10256487792","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546087424057,"sku":"10256487793","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546087456825,"sku":"10256487794","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/633-O_adbef800-c97f-45d9-a42b-9b840e8586b9.jpg?v=1737607732"},{"product_id":"avery-supreme-vinyl-matte-powder-blue-metallic-wrap-sw900-614-m","title":"AVERY DENNISON SW900 SUPREME MATTE POWDER BLUE METALLIC VINYL WRAP | 614-M","description":"\u003cstyle\u003e\n.iwpd {\n  --iwpd-accent: #ff4b4b;\n  --iwpd-black: #111111;\n  --iwpd-text: #1a1a1a;\n  --iwpd-muted: #666666;\n  --iwpd-soft: #f5f5f5;\n  --iwpd-soft-2: #fafafa;\n  --iwpd-border: #e4e4e4;\n  --iwpd-white: #ffffff;\n  --iwpd-radius-lg: 28px;\n  --iwpd-radius-md: 18px;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  color: var(--iwpd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.iwpd,\n.iwpd *,\n.iwpd *::before,\n.iwpd *::after {\n  box-sizing: border-box;\n}\n\n.iwpd svg {\n  display: block;\n  max-width: 100%;\n}\n\n.iwpd a {\n  color: inherit;\n}\n\n.iwpd__hero {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n  gap: clamp(24px, 5vw, 64px);\n  align-items: center;\n  overflow: hidden;\n  padding: clamp(30px, 6vw, 72px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 88% 8%, rgba(139, 179, 203, 0.48), transparent 29%),\n    radial-gradient(circle at 72% 90%, rgba(67, 103, 126, 0.54), transparent 34%),\n    linear-gradient(135deg, #090a0b 0%, #161a1d 58%, #293943 100%);\n}\n\n.iwpd__hero::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 72px);\n  width: clamp(84px, 13vw, 160px);\n  height: 5px;\n  border-radius: 0 0 20px 20px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__hero-copy,\n.iwpd__product-card {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__eyebrow {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 0 0 22px;\n}\n\n.iwpd__eyebrow span {\n  display: inline-flex;\n  align-items: center;\n  min-height: 30px;\n  padding: 6px 12px;\n  border: 1px solid rgba(255, 255, 255, 0.19);\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.9);\n  background: rgba(255, 255, 255, 0.08);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.iwpd__eyebrow span:first-child {\n  border-color: var(--iwpd-accent);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: var(--iwpd-white);\n  font-size: clamp(34px, 5.4vw, 68px);\n  font-weight: 800;\n  letter-spacing: -0.045em;\n  line-height: 0.98;\n}\n\n.iwpd__hero-lead {\n  max-width: 700px;\n  margin: 24px 0 0;\n  color: rgba(255, 255, 255, 0.76);\n  font-size: clamp(16px, 1.8vw, 20px);\n  line-height: 1.6;\n}\n\n.iwpd__hero-lead strong {\n  color: var(--iwpd-white);\n}\n\n.iwpd__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 28px;\n}\n\n.iwpd__chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 9px 14px;\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.92);\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.iwpd__chip::before {\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__product-card {\n  width: 100%;\n  max-width: 390px;\n  justify-self: end;\n  padding: 18px;\n  border: 1px solid rgba(255, 255, 255, 0.13);\n  border-radius: 24px;\n  background: rgba(255, 255, 255, 0.07);\n  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n}\n\n.iwpd__product-meta {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 0 3px;\n}\n\n.iwpd__product-meta \u003e div:last-child {\n  text-align: right;\n}\n\n.iwpd__product-label {\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__product-value {\n  display: block;\n  margin-top: 4px;\n  color: var(--iwpd-white);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.iwpd__screen-note {\n  margin: 17px 0 0;\n  color: rgba(255, 255, 255, 0.55);\n  font-size: 11px;\n  line-height: 1.48;\n}\n\n.iwpd__facts {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.iwpd__fact {\n  min-width: 0;\n  padding: 21px 17px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__fact-icon,\n.iwpd__application-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 12px;\n  color: var(--iwpd-accent);\n  background: #fff0f0;\n}\n\n.iwpd__fact-icon {\n  margin-bottom: 15px;\n}\n\n.iwpd__fact-icon svg {\n  width: 20px;\n  height: 20px;\n}\n\n.iwpd__fact-label {\n  color: var(--iwpd-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__fact-value {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-black);\n  font-size: 14px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__section {\n  padding: clamp(48px, 7vw, 86px) 0 0;\n}\n\n.iwpd__section-heading {\n  max-width: 820px;\n  margin-bottom: 30px;\n}\n\n.iwpd__section-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 12px;\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.iwpd__section-kicker::before {\n  width: 26px;\n  height: 3px;\n  border-radius: 10px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__section h3 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(29px, 4vw, 46px);\n  font-weight: 800;\n  letter-spacing: -0.038em;\n  line-height: 1.05;\n}\n\n.iwpd__section-intro {\n  max-width: 790px;\n  margin: 17px 0 0;\n  color: var(--iwpd-muted);\n  font-size: clamp(15px, 1.6vw, 18px);\n  line-height: 1.75;\n}\n\n.iwpd__story-main {\n  width: 100%;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-lg);\n  background:\n    radial-gradient(circle at 100% 0%, rgba(137, 181, 207, 0.14), transparent 32%),\n    var(--iwpd-white);\n}\n\n.iwpd__story-main \u003e p {\n  max-width: 920px;\n  margin: 0;\n  color: #454545;\n  font-size: clamp(15px, 1.65vw, 18px);\n  line-height: 1.8;\n}\n\n.iwpd__story-main \u003e p + p {\n  margin-top: 20px;\n}\n\n.iwpd__story-main strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__personality {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n  gap: 24px;\n  align-items: center;\n  margin-top: 34px;\n  padding: clamp(22px, 4vw, 34px);\n  border: 1px solid #ffd4d4;\n  border-radius: 20px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(137, 181, 207, 0.11), transparent 38%),\n    linear-gradient(135deg, #fff8f8, #ffffff);\n}\n\n.iwpd__personality-label {\n  color: var(--iwpd-accent);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__personality h4 {\n  max-width: 650px;\n  margin: 10px 0 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 34px);\n  font-weight: 800;\n  letter-spacing: -0.035em;\n  line-height: 1.12;\n}\n\n.iwpd__personality p {\n  margin: 0;\n  padding-left: 24px;\n  border-left: 3px solid var(--iwpd-accent);\n  color: #635454;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.iwpd__features {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.iwpd__feature {\n  position: relative;\n  min-height: 235px;\n  overflow: hidden;\n  padding: 29px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__feature::after {\n  position: absolute;\n  right: -30px;\n  bottom: -40px;\n  width: 115px;\n  height: 115px;\n  border-radius: 50%;\n  background: rgba(255, 75, 75, 0.06);\n  content: \"\";\n}\n\n.iwpd__feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.iwpd__feature h4 {\n  position: relative;\n  z-index: 1;\n  margin: 23px 0 0;\n  color: var(--iwpd-black);\n  font-size: 20px;\n  font-weight: 750;\n  letter-spacing: -0.02em;\n  line-height: 1.25;\n}\n\n.iwpd__feature p {\n  position: relative;\n  z-index: 1;\n  margin: 11px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__applications {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.iwpd__application {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 170px;\n  padding: 24px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-white);\n}\n\n.iwpd__application-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__application strong {\n  display: block;\n  margin-top: 26px;\n  color: var(--iwpd-black);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.iwpd__application span {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.iwpd__pro-note {\n  display: grid;\n  grid-template-columns: auto minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  margin-top: 14px;\n  padding: 23px 25px;\n  border: 1px solid #ffd4d4;\n  border-radius: var(--iwpd-radius-md);\n  background: #fff7f7;\n}\n\n.iwpd__pro-note-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__pro-note-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__pro-note p {\n  margin: 0;\n  color: #695050;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.iwpd__pro-note p + p {\n  margin-top: 7px;\n}\n\n.iwpd__pro-note strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__details {\n  display: grid;\n  gap: 9px;\n}\n\n.iwpd__detail {\n  overflow: hidden;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__detail summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 78px;\n  padding: 20px 64px 20px 24px;\n  color: var(--iwpd-black);\n  cursor: pointer;\n  list-style: none;\n  font-size: 16px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__detail summary::-webkit-details-marker {\n  display: none;\n}\n\n.iwpd__detail summary::before,\n.iwpd__detail summary::after {\n  position: absolute;\n  top: 50%;\n  right: 25px;\n  width: 15px;\n  height: 2px;\n  border-radius: 3px;\n  background: var(--iwpd-black);\n  transform: translateY(-50%);\n  transition: transform 0.2s ease;\n  content: \"\";\n}\n\n.iwpd__detail summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.iwpd__detail[open] summary::after {\n  transform: translateY(-50%);\n}\n\n.iwpd__detail[open] summary,\n.iwpd__detail-content {\n  background: var(--iwpd-white);\n}\n\n.iwpd__detail-content {\n  padding: 0 24px 27px;\n}\n\n.iwpd__specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n  margin: 0;\n}\n\n.iwpd__spec {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n  gap: 16px;\n  align-items: center;\n  min-height: 78px;\n  overflow: hidden;\n  padding: 17px 18px 17px 23px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: 14px;\n  background:\n    radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n    linear-gradient(135deg, #ffffff, #fafafa);\n}\n\n.iwpd__spec::before {\n  position: absolute;\n  top: 15px;\n  bottom: 15px;\n  left: 0;\n  width: 4px;\n  border-radius: 0 5px 5px 0;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__spec dt {\n  position: relative;\n  margin: 0;\n  padding-left: 13px;\n  color: #777777;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.055em;\n  line-height: 1.45;\n  text-transform: uppercase;\n}\n\n.iwpd__spec dt::before {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  transform: translateY(-50%);\n  content: \"\";\n}\n\n.iwpd__spec dd {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.5;\n}\n\n.iwpd__check-list {\n  display: grid;\n  gap: 13px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.iwpd__check-list li {\n  position: relative;\n  padding-left: 31px;\n  color: #4e4e4e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__check-list li::before {\n  position: absolute;\n  top: 3px;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  content: \"✓\";\n}\n\n.iwpd__check-list strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__sample-banner {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 25px;\n  align-items: center;\n  margin-top: 14px;\n  padding: clamp(24px, 4vw, 38px);\n  border-radius: var(--iwpd-radius-lg);\n  background: var(--iwpd-soft);\n}\n\n.iwpd__sample-banner h4 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 32px);\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  line-height: 1.1;\n}\n\n.iwpd__sample-banner p {\n  max-width: 760px;\n  margin: 9px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__sample-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 19px;\n  border-radius: 999px;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n  white-space: nowrap;\n}\n\n.iwpd__support {\n  position: relative;\n  overflow: hidden;\n  margin-top: clamp(48px, 7vw, 86px);\n  padding: clamp(30px, 6vw, 60px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n    linear-gradient(135deg, #111111, #222222);\n}\n\n.iwpd__support::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 60px);\n  width: 120px;\n  height: 5px;\n  border-radius: 0 0 15px 15px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__support-inner {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__support-label {\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__support h3 {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--iwpd-white);\n  font-size: clamp(29px, 4.2vw, 50px);\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.05;\n}\n\n.iwpd__support-copy {\n  max-width: 740px;\n  margin: 15px 0 0;\n  color: rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.iwpd__support-actions {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 31px;\n}\n\n.iwpd a.iwpd__support-button,\n.iwpd a.iwpd__support-button:link,\n.iwpd a.iwpd__support-button:visited {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  min-width: 0;\n  min-height: 64px;\n  padding: 14px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.17);\n  border-radius: 14px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.08);\n  text-decoration: none;\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.iwpd a.iwpd__support-button:first-child,\n.iwpd a.iwpd__support-button:hover {\n  border-color: var(--iwpd-accent);\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  text-decoration: none;\n}\n\n.iwpd a.iwpd__support-button:hover {\n  transform: translateY(-2px);\n}\n\n.iwpd a.iwpd__support-button:focus-visible {\n  outline: 3px solid rgba(255, 255, 255, 0.75);\n  outline-offset: 3px;\n}\n\n.iwpd__support-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  flex: 0 0 34px;\n  border-radius: 10px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.14);\n}\n\n.iwpd__support-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.iwpd__support-text {\n  min-width: 0;\n}\n\n.iwpd__support-text small {\n  display: block;\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__support-text strong {\n  display: block;\n  overflow: hidden;\n  margin-top: 3px;\n  color: var(--iwpd-white);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.3;\n  text-overflow: ellipsis;\n}\n\n.iwpd__fine-print,\n.iwpd__governance {\n  margin: 18px 3px 0;\n  color: #858585;\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.iwpd__governance {\n  margin-top: 5px;\n}\n\n@media (max-width: 1020px) {\n  .iwpd__facts {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 820px) {\n  .iwpd__hero,\n  .iwpd__personality {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__product-card {\n    max-width: none;\n    justify-self: stretch;\n  }\n\n  .iwpd__personality p {\n    padding-top: 4px;\n    padding-left: 18px;\n  }\n\n  .iwpd__features {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__feature:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .iwpd__specs {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .iwpd {\n    font-size: 15px;\n  }\n\n  .iwpd__hero {\n    padding: 35px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__hero::before,\n  .iwpd__support::before {\n    left: 20px;\n  }\n\n  .iwpd__hero h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n\n  .iwpd__product-card {\n    padding: 12px;\n    border-radius: 19px;\n  }\n\n  .iwpd__facts {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__fact {\n    padding: 18px 14px;\n  }\n\n  .iwpd__section {\n    padding-top: 52px;\n  }\n\n  .iwpd__story-main {\n    padding: 26px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__personality {\n    margin-top: 27px;\n    padding: 22px 19px;\n    border-radius: 16px;\n  }\n\n  .iwpd__features,\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__feature,\n  .iwpd__feature:last-child {\n    min-height: 0;\n    grid-column: auto;\n    padding: 24px 21px;\n  }\n\n  .iwpd__application {\n    min-height: 142px;\n    padding: 21px;\n  }\n\n  .iwpd__pro-note,\n  .iwpd__sample-banner {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__pro-note {\n    padding: 21px;\n  }\n\n  .iwpd__detail summary {\n    min-height: 70px;\n    padding: 18px 56px 18px 18px;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    right: 20px;\n  }\n\n  .iwpd__detail-content {\n    padding: 0 17px 20px;\n  }\n\n  .iwpd__spec {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    min-height: 0;\n    padding: 16px 16px 16px 21px;\n  }\n\n  .iwpd__sample-banner {\n    padding: 24px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__sample-pill {\n    justify-self: start;\n    white-space: normal;\n  }\n\n  .iwpd__support {\n    padding: 36px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__support-actions {\n    margin-top: 25px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .iwpd a.iwpd__support-button,\n  .iwpd__detail summary::after {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-614m-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 614-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-614m-title\"\u003eMatte Powder Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a soft and sophisticated metallic colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Matte Powder Blue Metallic SW900-614-M\u003c\/strong\u003e.\n        Its light powder-blue colour, cool silver-grey undertones and smooth\n        low-sheen factory-finished surface deliver a distinctive appearance for\n        complete vehicle transformations, contrasting panels and coordinated\n        accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSoft powder-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eLow-sheen matte metallic\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003ePowder Blue \/ Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Avery Dennison product documentation identifies this colour as Powder\n        Blue Matte Metallic under product code SW900-614-M. Digital images\n        cannot reproduce the physical blue tone, metallic effect or matte sheen\n        precisely. Appearance varies with lighting, viewing angle, panel shape,\n        film direction, surrounding colours and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003ePowder Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 5 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eSoft matte metallic blue\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Airy powder-blue colour with refined metallic depth and controlled sheen\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eMatte Powder Blue Metallic SW900-614-M\u003c\/strong\u003e combines a soft,\n        pastel-inspired blue colour with a smooth low-sheen surface and refined\n        metallic character. Direct lighting reveals brighter icy-blue\n        highlights and subtle silver movement, while shaded conditions create a\n        calmer blue-grey appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The matte metallic finish responds to changing light, viewing angle and\n        vehicle body lines without producing the sharp reflections associated\n        with gloss film. Compared with a solid matte light blue, the metallic\n        effect adds depth and visual movement while preserving a clean,\n        understated presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Matte Powder Blue Metallic can support a complete colour-change\n        transformation or coordinated feature areas across hoods, roofs,\n        trunks, mirrors, pillars and trim. Because metallic films may appear\n        different when rotated, adjoining panels must follow a consistent roll\n        and application direction.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Calm, refined and distinctive with softly illuminated metallic depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Matte Powder Blue Metallic pairs naturally with gloss black, satin\n          black, exposed carbon fibre, white, charcoal, silver, chrome and\n          brushed metal. Navy, teal, purple, bronze, rose gold, orange or red\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Matte metallic Powder Blue styling with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Matte Powder Blue Metallic combines a multi-layer cast film and\n        integrated finished surface with Avery Dennison® Easy Apply™ RS\n        technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eSoft powder-blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A light pastel-inspired blue colour creates a refined foundation for\n          complete wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eLow-sheen metallic surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The matte finish controls sharp reflections while allowing the\n          metallic character to respond across vehicle body lines.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eDirectional metallic effect\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Consistent roll orientation is required across adjoining panels to\n          reduce visible colour, brightness and metallic differences.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology helps the installer position and align the\n          film before firm final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, supporting controlled installation across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Powder Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the powder-blue colour, metallic depth\n            and controlled matte sheen.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Focused metallic details on compatible smooth surfaces after\n            adhesion and orientation testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is directional matte metallic colour-change vinyl, not paint\n            protection film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Mark the roll direction before cutting and keep every panel oriented\n          consistently. Use material from the same production lot, preferably\n          one roll for the complete vehicle. Rotating metallic panels may\n          create visible differences in colour, brightness and metallic\n          appearance. Matte surfaces may also show pressure marks, oils,\n          burnishing and uneven cleaning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-614m-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct colour:\u003c\/dt\u003e\n              \u003cdd\u003ePowder Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-614-M \/ 614-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eMatte metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003ePowder Blue \/ Light Blue \/ Metallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished low-sheen matte metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eLess than 15 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film range:\u003c\/dt\u003e\n              \u003cdd\u003e\n                SW900 cast films range from 3.2 to 4.7 mil \/ 80 to 119 µm.\n                SW900-614-M is not identified in Revision 20 among films\n                measuring 4 mil or more. Current manufacturer documentation and\n                the physical roll label govern.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOpacity:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Most SW900 colours are considered opaque, but the installer\n                must confirm that coverage meets the project requirements.\n                SW900-614-M is not listed among the reduced-opacity exceptions\n                in Revision 20.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                120% at break as a laboratory value, not a recommended\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOrientation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Directional metallic film, maintain consistent roll direction\n                across adjoining panels\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eListed size options:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-614m-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 614-M\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, panel orientation, forming, edge finishing\n              and post-heating are essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMark the roll direction before cutting.\u003c\/strong\u003e\n              Use arrows or another consistent system on the liner so every\n              panel is installed in the same orientation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eNever rotate adjoining metallic panels.\u003c\/strong\u003e\n              A panel turned 90 or 180 degrees may display a different\n              brightness, metallic pattern or Powder Blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse one roll per vehicle wherever practical.\u003c\/strong\u003e\n              Slight colour or metallic differences may occur between rolls or\n              production lots.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDry-fit and compare panels before final pressure.\u003c\/strong\u003e\n              Review adjoining panels from multiple angles and under strong\n              lighting before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm opacity over the actual substrate.\u003c\/strong\u003e\n              Although SW900-614-M is not listed among the reduced-opacity\n              exceptions, coverage must still be tested over contrasting paint,\n              repaired panels, paint lines, seams and overlaps.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              A light matte metallic finish may reveal dents, sanding marks,\n              dust, paint texture and other irregularities through changes in\n              colour, metallic movement or sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, grit and dirty squeegee protection may\n              alter the matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may burnish the surface,\n              create pressure marks or alter the matte sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain even application pressure.\u003c\/strong\u003e\n              Excessive rubbing or uneven pressure may create visible gloss\n              differences and burnished areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges, film direction and complex areas\n              before removing the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate non-OEM paint carefully.\u003c\/strong\u003e\n              Repainted vehicles and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is listed as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching may alter the metallic pattern,\n              Powder Blue colour, opacity and matte sheen while reducing\n              performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use 120% elongation as a stretch target.\u003c\/strong\u003e\n              It is a laboratory break value, not an installation\n              recommendation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting and rubbing.\u003c\/strong\u003e\n              Excessive repositioning, rubbing or heavy pressure may create\n              visible texture and sheen differences.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be finished according to\n              current Avery Dennison SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline. Saltwater marine\n              applications and applicable above-water areas require careful\n              suitability evaluation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution on glass.\u003c\/strong\u003e\n              Avery Dennison does not recommend SW900 as a block-out film for\n              window applications and does not accept liability for glass\n              breakage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-614m-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination may\n              create staining or uneven sheen on Matte Powder Blue Metallic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using warm water, gentle soap\n              and a clean non-abrasive microfiber towel, wash mitt or soft\n              sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse products confirmed safe for matte vinyl.\u003c\/strong\u003e\n              Matte materials may experience significant colour and gloss\n              shifts when exposed to cleaners, waxes or polishes.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eNever use conventional wax, polish or compound.\u003c\/strong\u003e\n              These products may create glossy spots, streaks, colour changes\n              or uneven sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003e\n                Test every cleaner, coating or protectant in an inconspicuous\n                area first.\n              \u003c\/strong\u003e\n              Confirm that the product does not alter the matte metallic finish\n              before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry using a clean microfiber or soft towel\n              to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive cleaners, hard brushes, rough scrubbing, dirty\n              towels and incompatible chemicals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not repeatedly rub one area, since friction may burnish the\n              matte surface and create a glossy patch.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only when gentler methods fail.\u003c\/strong\u003e\n              Pressure washing can cause edge lifting and surface degradation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep water pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, substrate, paint condition and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-614m-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison product documentation identifies Powder Blue Matte\n              Metallic as SW900-614-M.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              SW900-614-M uses the standard Metallic \u0026amp; Pearlescent\n              durability category, not the shorter gold-flake metallic\n              category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to four years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Revision 20 lists up to 4.8 years for vertical exposure and four\n              months for horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical exposure between 10 and 45 degrees uses the\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Horizontal exposure places the face of the film between 45 and\n              90 degrees from vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion, loss of gloss and ordinary wear are not covered by the\n              Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Matte-finish colour or gloss changes caused by cleaners, waxes,\n              polishes or protectants may not be covered.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery Dennison does not warrant ease or speed of removal and does\n              not warrant removal from automotive paint more than five years\n              old.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour, metallic or sheen differences may occur between\n              production lots. Confirm lot numbers and film direction before\n              cutting adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual Matte Powder Blue Metallic colour before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Powder Blue Metallic cannot be evaluated accurately from a\n          static digital image. Its apparent blue depth, silver-grey undertones,\n          metallic movement and matte sheen change with lighting, viewing angle,\n          panel shape and film direction. Select the 3 × 5-inch sample option\n          and inspect the physical film outdoors, under direct light, in shade\n          and beside the intended vehicle colour before ordering material for\n          the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample option\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison product documentation identifies Powder Blue Matte Metallic\n    as SW900-614-M. The current SW900 product data sheet applies the standard\n    Metallic \u0026amp; Pearlescent durability category, providing up to five years\n    for qualifying Zone 1 vertical exposure and two years for horizontal or\n    non-vertical exposure, with different periods in Zones 2 and 3. Metallic\n    films must be installed with a consistent roll direction across adjoining\n    panels. Matte materials may experience significant colour or gloss shifts\n    when exposed to cleaners, waxes or polishes, so every care product must be\n    tested first. Actual durability and warranty eligibility depend on exposure\n    zone, application angle, substrate, preparation, installation, environment\n    and maintenance. Material from the same production lot should be used\n    across adjoining panels, preferably one roll per vehicle. Professional\n    installation and physical sample evaluation are strongly recommended.\n    Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat are trademarks\n    of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current manufacturer documentation, regional availability and the physical\n    roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546095321145,"sku":"10256488425","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"5ft x 1ft","offer_id":19546095353913,"sku":"10256488426","price":18.78,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546095386681,"sku":"10256488427","price":34.48,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546095419449,"sku":"10256488428","price":81.87,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546095452217,"sku":"10256488429","price":119.44,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546095484985,"sku":"10256488430","price":144.49,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546095517753,"sku":"10256488431","price":202.29,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546095550521,"sku":"10256488432","price":265.86,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546095583289,"sku":"10256488433","price":325.11,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546095616057,"sku":"10256488434","price":384.35,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546095648825,"sku":"10256488435","price":508.61,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546095681593,"sku":"10256488436","price":630.95,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546095714361,"sku":"10256488437","price":751.36,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546095747129,"sku":"10256488438","price":931.98,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/614-M_0393131e-f923-4143-9803-fa2862e318ce.jpg?v=1737607720"},{"product_id":"avery-supreme-vinyl-matte-night-blue-metallic-wrap-sw900-623-m","title":"AVERY DENNISON SW900 SUPREME MATTE NIGHT BLUE METALLIC VINYL WRAP | 623-M","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #686868;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(44, 73, 128, 0.58), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(22, 33, 67, 0.58), transparent 34%),\n      linear-gradient(135deg, #04060b 0%, #0b1221 58%, #17233d 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 800px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 720px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.77);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.56);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 840px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 800px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(37, 61, 109, 0.18), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 930px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(37, 61, 109, 0.2), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 770px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 750px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-623m-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eMatte Metallic\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 623-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-623m-title\"\u003eMatte Night Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a deep midnight-blue colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Matte Night Blue Metallic SW900-623-M\u003c\/strong\u003e.\n        Its dark navy character, subtle metallic detail and smooth matte\n        factory-finished surface create a refined appearance for complete\n        vehicle transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep midnight blue\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMatte metallic finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Navy\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical finish precisely. Apparent\n        blue depth, cool undertone, metallic visibility and surface sheen vary\n        with lighting, viewing angle, panel shape, surrounding colours,\n        underlying paint and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"m12 5 1.7 4.2L18 11l-4.3 1.8L12 17l-1.7-4.2L6 11l4.3-1.8L12 5Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eNight Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte, Below 15 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eTypical face film\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eApprox. 3.2 mil \/ 80 µm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 5 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep midnight metallic\u003c\/span\u003e\n      \u003ch3\u003eDark navy-blue colour with softened reflections and controlled metallic depth\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eMatte Night Blue Metallic SW900-623-M\u003c\/strong\u003e combines a deep\n        midnight-blue base with refined metallic detail and a smooth matte\n        factory-finished surface. Direct light reveals more of its blue colour\n        and metallic character, while shade creates a darker navy presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The low-sheen finish softens reflections while maintaining visual depth\n        across broad panels, curves and body lines. Depending on the lighting\n        and surrounding colours, Night Blue may appear cooler, darker or closer\n        to near-black navy than a conventional medium-blue finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Matte Night Blue Metallic can support a complete colour-change project\n        or coordinated feature areas across hoods, roofs, trunks, mirrors and\n        trim. Consistent roll orientation and production-lot planning are\n        important because metallic film can display visible differences when\n        adjoining pieces are reversed or mixed between rolls.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Sophisticated, reserved and dramatic with deep navy colour, muted\n            reflections and subtle metallic dimension.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Matte Night Blue Metallic pairs naturally with gloss black, satin\n          black, exposed carbon fibre, charcoal, gunmetal, silver, chrome and\n          polished metal. White, bronze, copper, red or brighter blue details\n          can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eRefined metallic styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Matte Night Blue Metallic combines a multi-layer cast film and\n        integrated finished surface with Avery Dennison® Easy Apply™ RS\n        technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eDeep night-blue appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A dark navy-blue base creates a sophisticated foundation for complete\n          wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eMatte metallic finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          Restrained surface sheen and fine metallic detail create dimension\n          without the pronounced reflections associated with a gloss finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and repositionability,\n          helping the installer align the film before firm final pressure is\n          applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Night Blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the deep blue colour, matte sheen and\n            metallic detail.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n\n        \u003cp\u003e\n          Keep every adjoining panel aligned with the original roll direction.\n          Use material from the same production lot and preferably complete one\n          vehicle from one roll. Confirm the finished appearance before final\n          pressure because metallic visibility changes with direction, lighting\n          and panel shape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-623m-accordion\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eNight Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-623-M \/ 623-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eMatte metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Navy\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eVisual effect:\u003c\/dt\u003e\n              \u003cdd\u003eMetallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished matte metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eLess than 15 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e120% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003eTwo years from manufacture at 68°F to 77°F \/ 20°C to 25°C and 50 ± 5% relative humidity\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-623m-accordion\"\u003e\n        \u003csummary\u003eImportant installation considerations for 623-M\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel orientation before cutting.\u003c\/strong\u003e\n              Mark the original roll direction and keep every adjoining piece\n              oriented consistently.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              Reversing a metallic panel can create a visible appearance\n              difference even when both pieces came from the same roll.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour and metallic differences may occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Matte finishes can reveal dents, repair marks, dust, paint texture\n              and other surface irregularities differently from gloss film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute forming.\u003c\/strong\u003e\n              Concentrated extension can reduce metallic uniformity, alter\n              surface sheen and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid excessive surface pressure.\u003c\/strong\u003e\n              Heavy or uneven squeegee pressure can create visible differences\n              in a matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the appearance before final pressure.\u003c\/strong\u003e\n              Step back from each panel and confirm that its direction,\n              night-blue depth and metallic character remain consistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is limited.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable areas require\n              suitable edge sealing, and saltwater removability is not\n              warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-623m-accordion\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              alter the matte appearance and obscure the metallic detail.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, film-compatible cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid hard brushes, forceful rubbing, dirty towels, gritty\n              compounds and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use gloss-enhancing waxes, polishes or coatings unless the\n              product is confirmed suitable for the matte SW900 finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-623m-accordion\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Night Blue as SW900-623-M within the\n              Matte Metallic family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to four years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel direction, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003eLoss of gloss and ordinary wear are not covered by the Avery Dennison material warranty.\u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or metallic differences may occur between\n              production lots. Confirm lot numbers and roll direction before\n              cutting material for one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Appearance differences caused by reversed panel direction,\n              concentrated forming or mixed production lots are related to\n              installation rather than the intended finished appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Matte Night Blue Metallic finish before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Night Blue Metallic cannot be evaluated accurately from a\n          static digital image. Its blue depth, cool undertone, surface sheen\n          and metallic visibility change with lighting, viewing angle,\n          underlying paint and surrounding colours. Select the 3 × 5-inch\n          sample option above and inspect the physical film outdoors, under\n          direct light and beside the intended vehicle colour before ordering\n          material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Night Blue as SW900-623-M within the Matte\n    Metallic family. The current SW900 product data sheet lists metallic and\n    pearlescent durability of up to five years for qualifying Zone 1 vertical\n    exposure and two years for horizontal or non-vertical exposure, with\n    different periods in Zones 2 and 3. Metallic film should be installed in a\n    consistent roll direction, and material from the same production lot should\n    be used across adjoining panels, preferably one roll per vehicle. Actual\n    durability and warranty eligibility depend on exposure zone, application\n    angle, substrate, preparation, installation, environment and maintenance.\n    Professional installation and physical sample evaluation are strongly\n    recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546097254457,"sku":"10256488397","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546097287225,"sku":"10256488398","price":18.79,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546097319993,"sku":"10256488399","price":34.51,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546097352761,"sku":"10256488400","price":81.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546097385529,"sku":"10256488401","price":119.54,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546097418297,"sku":"10256488402","price":144.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546097451065,"sku":"10256488403","price":202.45,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546097483833,"sku":"10256488404","price":266.08,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546097516601,"sku":"10256488405","price":325.37,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546097549369,"sku":"10256488406","price":384.66,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546097582137,"sku":"10256488407","price":509.03,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546097614905,"sku":"10256488408","price":631.47,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546097647673,"sku":"10256488409","price":751.98,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546097680441,"sku":"10256488410","price":932.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/623-M_d153bc0e-e2c5-4f58-96db-8bf0d948e5a0.jpg?v=1737607726"},{"product_id":"avery-supreme-vinyl-matte-frosty-blue-metallic-wrap-sw900-643-m","title":"AVERY DENNISON SW900 SUPREME MATTE FROSTY BLUE METALLIC VINYL WRAP | 643-M","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(112, 164, 177, 0.44), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(45, 83, 94, 0.52), transparent 34%),\n      linear-gradient(135deg, #090a0b 0%, #151a1c 58%, #27363a 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 18px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 12px 0 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 17px 0 0;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.48;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon,\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon {\n    margin-bottom: 15px;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(92, 150, 164, 0.13), transparent 32%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(92, 150, 164, 0.11), transparent 38%),\n      linear-gradient(135deg, #fff8f8, #ffffff);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary,\n  .iwpd__detail-content {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff, #fafafa);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child,\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print,\n  .iwpd__governance {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin-top: 5px;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero,\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before,\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      padding: 12px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note,\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__pro-note {\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support-actions {\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-643m-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 643-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-643m-title\"\u003eMatte Frosty Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a cool and distinctive metallic colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Matte Frosty Blue Metallic SW900-643-M\u003c\/strong\u003e.\n        Its light icy-blue colour, subtle aqua character and smooth low-sheen\n        factory-finished surface deliver a modern appearance for complete\n        vehicle transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eCool frosty-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eLow-sheen matte metallic\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eLight Blue \/ Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Avery Dennison’s current North American colour guide identifies this\n        colour as Frosty Blue under product code SW900-643-M within the Matte\n        Metallic collection. Digital images cannot reproduce the physical blue\n        tone, metallic effect or matte sheen precisely. Appearance varies with\n        lighting, viewing angle, panel shape, film direction, surrounding\n        colours and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eFrosty Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 5 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eCool matte metallic blue\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Icy blue colour with subtle metallic depth and a controlled matte sheen\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eMatte Frosty Blue Metallic SW900-643-M\u003c\/strong\u003e combines a\n        cool, light blue colour with a smooth low-sheen surface and a refined\n        metallic effect. Direct lighting reveals brighter icy-blue highlights\n        and subtle aqua movement, while shaded conditions create a calmer,\n        slightly deeper blue-grey appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The matte metallic finish responds to changing light, viewing angle and\n        vehicle body lines without producing the sharp reflections of a gloss\n        film. Compared with a solid matte blue, Frosty Blue introduces greater\n        visual depth and a softly illuminated character while maintaining a\n        clean, understated presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Matte Frosty Blue Metallic can support a complete colour-change\n        transformation or coordinated feature areas across hoods, roofs,\n        trunks, mirrors, pillars and trim. Because metallic films may appear\n        different when rotated, adjoining panels must follow a consistent roll\n        and application direction.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Cool, modern and distinctive with softly illuminated metallic depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Matte Frosty Blue Metallic pairs naturally with gloss black, satin\n          black, exposed carbon fibre, white, charcoal, silver, chrome and\n          brushed metal. Navy, teal, purple, bronze, gold or bright-red details\n          can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Matte metallic blue styling with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Matte Frosty Blue Metallic combines a multi-layer cast film and\n        integrated finished surface with Avery Dennison® Easy Apply™ RS\n        technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eCool frosty-blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A light, cool blue colour creates a distinctive foundation for\n          complete wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eLow-sheen metallic surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The matte finish controls sharp reflections while allowing the\n          metallic character to respond across vehicle body lines.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eDirectional metallic effect\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Consistent roll orientation is required across adjoining panels to\n          reduce visible colour, brightness and metallic differences.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology helps the installer position and align the\n          film before firm final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, supporting controlled installation across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Frosty Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the icy-blue colour, metallic depth and\n            controlled matte sheen.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Focused metallic details on compatible smooth surfaces after\n            adhesion and orientation testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is directional matte metallic colour-change vinyl, not paint\n            protection film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Mark the roll direction before cutting and keep every panel oriented\n          consistently. Use material from the same production lot, preferably\n          one roll for the complete vehicle. Rotating metallic panels may\n          create visible differences in colour, brightness and metallic\n          appearance. Matte surfaces may also show pressure marks, oils,\n          burnishing and uneven cleaning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-643m-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eFrosty Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-643-M \/ 643-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eMatte metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eLight Blue \/ Aqua \/ Metallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished low-sheen matte metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eLess than 15 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film range:\u003c\/dt\u003e\n              \u003cdd\u003e\n                SW900 cast films range from 3.2 to 4.7 mil \/ 80 to 119 µm.\n                SW900-643-M is not identified in Revision 20 among the films\n                measuring 4 mil or above. Current manufacturer documentation\n                and the physical roll label govern.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOpacity:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Most SW900 colours are considered opaque, but the installer\n                must confirm that the coverage meets the project requirements.\n                SW900-643-M is not listed among the reduced-opacity exceptions\n                in Revision 20.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                120% at break as a laboratory value, not a recommended\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOrientation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Directional metallic film, maintain consistent roll direction\n                across adjoining panels\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAvailable cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-643m-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 643-M\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, panel orientation, forming, edge finishing\n              and post-heating are essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMark the roll direction before cutting.\u003c\/strong\u003e\n              Use arrows or another consistent system on the liner so every\n              panel is installed in the same orientation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eNever rotate adjoining metallic panels.\u003c\/strong\u003e\n              A panel turned 90 or 180 degrees may display a different\n              brightness, metallic pattern or Frosty Blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse one roll per vehicle wherever practical.\u003c\/strong\u003e\n              Slight colour or metallic differences may occur between rolls or\n              production lots.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDry-fit and compare panels before final pressure.\u003c\/strong\u003e\n              Review adjoining panels from multiple angles and under strong\n              lighting before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm opacity over the actual substrate.\u003c\/strong\u003e\n              Test the film over contrasting paint, repaired panels, paint\n              lines, seams and overlaps before beginning the complete project.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              A light matte metallic finish may reveal dents, sanding marks,\n              dust, paint texture and other irregularities through changes in\n              colour, metallic movement or sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, grit and dirty squeegee protection may\n              alter the matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may burnish the surface,\n              create pressure marks or alter the matte sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain even application pressure.\u003c\/strong\u003e\n              Excessive rubbing or uneven pressure may create visible gloss\n              differences and burnished areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges, film direction and complex areas\n              before removing the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate non-OEM paint carefully.\u003c\/strong\u003e\n              Repainted vehicles and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is listed as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching may alter the metallic pattern,\n              Frosty Blue colour, opacity and matte sheen while reducing\n              performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use 120% elongation as a stretch target.\u003c\/strong\u003e\n              It is a laboratory break value, not an installation\n              recommendation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting and rubbing.\u003c\/strong\u003e\n              Excessive repositioning, rubbing or heavy pressure may create\n              visible texture and sheen differences.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be finished according to\n              current Avery Dennison SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable above-water\n              areas require suitability evaluation and edge sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution on glass.\u003c\/strong\u003e\n              Avery Dennison does not recommend SW900 as a block-out film for\n              window applications and does not accept liability for glass\n              breakage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-643m-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination may\n              create staining or uneven sheen on Matte Frosty Blue Metallic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse products confirmed safe for matte vinyl.\u003c\/strong\u003e\n              Matte materials may experience significant colour and gloss\n              shifts when exposed to cleaners, waxes or polishes.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eNever wax, polish or compound the surface.\u003c\/strong\u003e\n              These products may create glossy spots, streaks, colour changes\n              or uneven sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003e\n                Test every cleaner, coating or protectant in an inconspicuous\n                area first.\n              \u003c\/strong\u003e\n              Confirm that the product does not alter the matte metallic\n              finish before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry using a clean microfiber or soft towel\n              to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid harsh compounds, hard brushes, rough scrubbing, dirty\n              towels and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not repeatedly rub one area, since friction may burnish the\n              matte surface and create a glossy patch.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only when necessary.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold it perpendicular to the\n              film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, substrate, paint condition and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-643m-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Frosty Blue as SW900-643-M within the\n              Matte Metallic collection.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The current PDS places SW900-643-M within the standard Metallic\n              \u0026amp; Pearlescent durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to four years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              The current Revision 20 product data sheet lists up to 4.8 years\n              for vertical exposure and four months for horizontal or\n              non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical exposure between 10 and 45 degrees uses the\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Horizontal exposure places the face of the film between 45 and\n              90 degrees from vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion, loss of gloss and ordinary wear are not covered by the\n              Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Matte-finish colour or gloss changes caused by cleaners, waxes,\n              polishes or protectants may not be covered.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery Dennison does not warrant ease or speed of removal and does\n              not warrant removal from automotive paint more than five years\n              old.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour, metallic or sheen differences may occur between\n              production lots. Confirm lot numbers and film direction before\n              cutting adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual Matte Frosty Blue Metallic colour before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Frosty Blue Metallic cannot be evaluated accurately from a\n          static digital image. Its apparent blue depth, aqua character,\n          metallic movement and matte sheen change with lighting, viewing\n          angle, panel shape and film direction. Select the 3 × 5-inch sample\n          option and inspect the physical film outdoors, under direct light, in\n          shade and beside the intended vehicle colour before ordering material\n          for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Frosty Blue as SW900-643-M within the SW900\n    Matte Metallic family. The current SW900 product data sheet lists Metallic\n    \u0026amp; Pearlescent durability of up to five years for qualifying Zone 1\n    vertical exposure and two years for horizontal or non-vertical exposure,\n    with different periods in Zones 2 and 3. Metallic films must be installed\n    with a consistent roll direction across adjoining panels. Matte materials\n    may experience significant colour or gloss shifts when exposed to\n    cleaners, waxes or polishes, so every care product must be tested first.\n    Actual durability and warranty eligibility depend on exposure zone,\n    application angle, substrate, preparation, installation, environment and\n    maintenance. Material from the same production lot should be used across\n    adjoining panels, preferably one roll per vehicle. Professional\n    installation and physical sample evaluation are strongly recommended.\n    Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat are\n    trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current manufacturer documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546101547065,"sku":"10256488341","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546101579833,"sku":"10256488342","price":19.39,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546101612601,"sku":"10256488343","price":35.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546101645369,"sku":"10256488344","price":84.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546101678137,"sku":"10256488345","price":123.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546101710905,"sku":"10256488346","price":149.22,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546101743673,"sku":"10256488347","price":208.9,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546101776441,"sku":"10256488348","price":274.56,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546101809209,"sku":"10256488349","price":335.74,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546101841977,"sku":"10256488350","price":396.92,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546101874745,"sku":"10256488351","price":525.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546101907513,"sku":"10256488352","price":651.59,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546101940281,"sku":"10256488353","price":775.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546101973049,"sku":"10256488354","price":955.01,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/643-M_6f798180-63c9-47f9-bf56-5e778ac5a29d.jpg?v=1737607734"},{"product_id":"avery-supreme-vinyl-matte-brilliant-blue-metallic-wrap-sw900-671-m","title":"AVERY DENNISON SW900 SUPREME MATTE BRILLIANT BLUE METALLIC VINYL WRAP | 671-M","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #686868;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(61, 113, 190, 0.54), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(58, 43, 112, 0.48), transparent 34%),\n      linear-gradient(135deg, #06080d 0%, #111a2b 58%, #222d49 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 780px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 710px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.77);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.56);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 830px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 800px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(66, 106, 173, 0.17), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 930px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(66, 106, 173, 0.2), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 770px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 750px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-671m-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eMatte Metallic\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 671-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-671m-title\"\u003eMatte Brilliant Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a sophisticated blue colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Matte Brilliant Blue Metallic SW900-671-M\u003c\/strong\u003e.\n        Its rich blue character, refined metallic detail and smooth matte\n        factory-finished surface deliver a distinctive appearance for complete\n        vehicle transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRich brilliant blue\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMatte metallic finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical finish precisely. Apparent\n        blue depth, violet influence, metallic visibility and surface sheen vary\n        with lighting, viewing angle, panel shape, surrounding colours,\n        underlying paint and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"m12 5 1.7 4.2L18 11l-4.3 1.8L12 17l-1.7-4.2L6 11l4.3-1.8L12 5Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eBrilliant Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte, Below 15 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eTypical face film\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e3.2 mil \/ 80 µm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 5 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRefined blue metallic\u003c\/span\u003e\n      \u003ch3\u003eRich blue colour with softened reflections and metallic dimension\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eMatte Brilliant Blue Metallic SW900-671-M\u003c\/strong\u003e combines a\n        rich blue base with refined metallic detail and a smooth matte\n        factory-finished surface. Direct light reveals a brighter blue and more\n        visible metallic character, while shade creates a deeper and more\n        understated presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The low-sheen finish softens reflections while preserving visual depth\n        across broad panels, curves and body lines. Depending on the lighting\n        and surrounding colours, Brilliant Blue can appear cooler, deeper or\n        more violet-influenced than a conventional solid blue finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Matte Brilliant Blue Metallic can support a complete colour-change\n        project or coordinated feature areas across hoods, roofs, trunks,\n        mirrors and trim. Consistent roll orientation and production-lot\n        planning are important because metallic film can display visible\n        differences when adjoining pieces are reversed or mixed between rolls.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Sophisticated, expressive and modern with deep blue colour, muted\n            reflections and controlled metallic depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Matte Brilliant Blue Metallic pairs naturally with gloss black, satin\n          black, exposed carbon fibre, charcoal, gunmetal, silver, chrome and\n          polished metal. White, bronze, copper, red or violet details can\n          create a more distinctive custom combination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eDistinctive metallic styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Matte Brilliant Blue Metallic combines a multi-layer cast film and\n        integrated finished surface with Avery Dennison® Easy Apply™ RS\n        technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eRich brilliant-blue appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A deep blue base creates an expressive foundation for complete wraps,\n          contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eMatte metallic finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          Restrained surface sheen and fine metallic detail create depth without\n          the pronounced reflections associated with a gloss finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Brilliant Blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the rich blue colour, matte sheen and\n            metallic detail.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n\n        \u003cp\u003e\n          Keep every adjoining panel aligned with the original roll direction.\n          Use material from the same production lot and preferably complete one\n          vehicle from one roll. Confirm the finished appearance before final\n          pressure because metallic visibility changes with direction, lighting\n          and panel shape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-671m-accordion\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eBrilliant Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-671-M \/ 671-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eMatte metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eVisual effect:\u003c\/dt\u003e\n              \u003cdd\u003eMetallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished matte metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eLess than 15 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e120% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003eTwo years from manufacture at 68°F to 77°F \/ 20°C to 25°C and 50 ± 5% relative humidity\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-671m-accordion\"\u003e\n        \u003csummary\u003eImportant installation considerations for 671-M\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel orientation before cutting.\u003c\/strong\u003e\n              Mark the original roll direction and keep every adjoining piece\n              oriented consistently.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              Reversing a metallic panel can create a visible appearance\n              difference even when both pieces came from the same roll.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour and metallic differences may occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Matte finishes can reveal dents, repair marks, dust, paint texture\n              and other surface irregularities differently from gloss film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can reduce metallic uniformity, alter\n              surface sheen and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid excessive surface pressure.\u003c\/strong\u003e\n              Heavy or uneven squeegee pressure can create visible differences\n              in a matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the appearance before final pressure.\u003c\/strong\u003e\n              Step back from each panel and confirm that its direction, blue\n              depth and metallic character remain consistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is limited.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable areas require\n              suitable edge sealing, and saltwater removability is not\n              warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-671m-accordion\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              alter the matte appearance and obscure the metallic detail.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, film-compatible cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid hard brushes, forceful rubbing, dirty towels, gritty\n              compounds and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use gloss-enhancing waxes, polishes or coatings unless the\n              product is confirmed suitable for the matte SW900 finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-671m-accordion\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Brilliant Blue as SW900-671-M within the\n              Matte Metallic family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to four years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel direction, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003eLoss of gloss and ordinary wear are not covered by the Avery Dennison material warranty.\u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or metallic differences may occur between\n              production lots. Confirm lot numbers and roll direction before\n              cutting material for one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Appearance differences caused by reversed panel direction,\n              concentrated stretching or mixed production lots are related to\n              installation rather than the intended finished appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Matte Brilliant Blue Metallic finish before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Brilliant Blue Metallic cannot be evaluated accurately from a\n          static digital image. Its blue depth, undertone, surface sheen and\n          metallic visibility change with lighting, viewing angle, underlying\n          paint and surrounding colours. Select the 3 × 5-inch sample option\n          above and inspect the physical film outdoors, under direct light and\n          beside the intended vehicle colour before ordering material for the\n          complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Brilliant Blue as SW900-671-M within the Matte\n    Metallic family. The current SW900 product data sheet lists metallic and\n    pearlescent durability of up to five years for qualifying Zone 1 vertical\n    exposure and two years for horizontal or non-vertical exposure, with\n    different periods in Zones 2 and 3. Metallic film should be installed in a\n    consistent roll direction, and material from the same production lot should\n    be used across adjoining panels, preferably one roll per vehicle. Actual\n    durability and warranty eligibility depend on exposure zone, application\n    angle, substrate, preparation, installation, environment and maintenance.\n    Professional installation and physical sample evaluation are strongly\n    recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546107117625,"sku":"10256488243","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546107150393,"sku":"10256488244","price":18.79,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546107183161,"sku":"10256488245","price":34.51,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546107215929,"sku":"10256488246","price":81.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546107248697,"sku":"10256488247","price":119.54,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546107281465,"sku":"10256488248","price":144.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546107314233,"sku":"10256488249","price":202.45,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546107347001,"sku":"10256488250","price":266.08,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546107379769,"sku":"10256488251","price":325.37,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546107412537,"sku":"10256488252","price":384.66,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546107445305,"sku":"10256488253","price":509.03,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546107478073,"sku":"10256488254","price":631.47,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546107510841,"sku":"10256488255","price":751.98,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546107543609,"sku":"10256488256","price":932.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/671-M_2cebf128-26b0-4292-9e4d-050f2e917922.jpg?v=1737607750"},{"product_id":"avery-supreme-vinyl-matte-blue-metallic-wrap-sw900-615-m","title":"AVERY DENNISON SW900 SUPREME MATTE BLUE METALLIC VINYL WRAP | 615-M","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #686868;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(55, 103, 164, 0.56), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(35, 55, 98, 0.5), transparent 34%),\n      linear-gradient(135deg, #06080c 0%, #101a2a 58%, #21334e 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 780px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 710px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.77);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.56);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 830px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 800px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(59, 95, 151, 0.17), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 930px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(59, 95, 151, 0.2), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 770px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 750px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-615m-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eMatte Metallic\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 615-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-615m-title\"\u003eMatte Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a refined blue colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Matte Blue Metallic SW900-615-M\u003c\/strong\u003e.\n        Its medium-to-deep blue character, subtle metallic detail and smooth\n        matte factory-finished surface create a sophisticated appearance for\n        complete vehicle transformations, contrasting panels and coordinated\n        accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRefined blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMatte metallic finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatte Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical finish precisely. Apparent\n        blue depth, undertone, metallic visibility and surface sheen vary with\n        lighting, viewing angle, panel shape, surrounding colours, underlying\n        paint and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"m12 5 1.7 4.2L18 11l-4.3 1.8L12 17l-1.7-4.2L6 11l4.3-1.8L12 5Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eBlue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatte, Below 15 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eTypical face film\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eApprox. 3.2 mil \/ 80 µm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 5 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRefined matte blue\u003c\/span\u003e\n      \u003ch3\u003eDeep blue colour with softened reflections and subtle metallic dimension\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eMatte Blue Metallic SW900-615-M\u003c\/strong\u003e combines a refined blue\n        base with subtle metallic detail and a smooth matte factory-finished\n        surface. Direct light reveals a brighter blue and more visible metallic\n        character, while shade creates a deeper and more understated appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The low-sheen finish softens reflections while maintaining visual depth\n        across broad panels, curves and body lines. Depending on the lighting\n        and surrounding colours, the finish may appear cooler, darker or more\n        steel-blue than a conventional solid blue.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Matte Blue Metallic can support a complete colour-change project or\n        coordinated feature areas across hoods, roofs, trunks, mirrors and trim.\n        Consistent roll orientation and production-lot planning are important\n        because metallic film can display visible differences when adjoining\n        pieces are reversed or mixed between rolls.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Sophisticated, composed and modern with deep blue colour, muted\n            reflections and controlled metallic depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Matte Blue Metallic pairs naturally with gloss black, satin black,\n          exposed carbon fibre, charcoal, gunmetal, silver, chrome and polished\n          metal. White, bronze, copper, red or lighter blue details can create a\n          more distinctive custom combination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eDistinctive metallic styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Matte Blue Metallic combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eRefined blue appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A medium-to-deep blue base creates a sophisticated foundation for\n          complete wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eMatte metallic finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          Restrained surface sheen and fine metallic detail create depth without\n          the pronounced reflections associated with a gloss finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and repositionability,\n          helping the installer align the film before firm final pressure is\n          applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Matte Blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the blue colour, matte sheen and\n            metallic detail.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n\n        \u003cp\u003e\n          Keep every adjoining panel aligned with the original roll direction.\n          Use material from the same production lot and preferably complete one\n          vehicle from one roll. Confirm the finished appearance before final\n          pressure because metallic visibility changes with direction, lighting\n          and panel shape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-615m-accordion\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-615-M \/ 615-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eMatte metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eVisual effect:\u003c\/dt\u003e\n              \u003cdd\u003eMetallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished matte metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eLess than 15 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e120% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003eTwo years from manufacture at 68°F to 77°F \/ 20°C to 25°C and 50 ± 5% relative humidity\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-615m-accordion\"\u003e\n        \u003csummary\u003eImportant installation considerations for 615-M\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel orientation before cutting.\u003c\/strong\u003e\n              Mark the original roll direction and keep every adjoining piece\n              oriented consistently.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              Reversing a metallic panel can create a visible appearance\n              difference even when both pieces came from the same roll.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour and metallic differences may occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Matte finishes can reveal dents, repair marks, dust, paint texture\n              and other surface irregularities differently from gloss film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can reduce metallic uniformity, alter\n              surface sheen and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid excessive surface pressure.\u003c\/strong\u003e\n              Heavy or uneven squeegee pressure can create visible differences\n              in a matte surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the appearance before final pressure.\u003c\/strong\u003e\n              Step back from each panel and confirm that its direction, blue\n              depth and metallic character remain consistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is limited.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable areas require\n              suitable edge sealing, and saltwater removability is not\n              warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-615m-accordion\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              alter the matte appearance and obscure the metallic detail.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, film-compatible cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid hard brushes, forceful rubbing, dirty towels, gritty\n              compounds and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use gloss-enhancing waxes, polishes or coatings unless the\n              product is confirmed suitable for the matte SW900 finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-615m-accordion\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Blue as SW900-615-M within the Matte\n              Metallic family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to four years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel direction, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003eLoss of gloss and ordinary wear are not covered by the Avery Dennison material warranty.\u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or metallic differences may occur between\n              production lots. Confirm lot numbers and roll direction before\n              cutting material for one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Appearance differences caused by reversed panel direction,\n              concentrated stretching or mixed production lots are related to\n              installation rather than the intended finished appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Matte Blue Metallic finish before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Matte Blue Metallic cannot be evaluated accurately from a static\n          digital image. Its blue depth, undertone, surface sheen and metallic\n          visibility change with lighting, viewing angle, underlying paint and\n          surrounding colours. Select the 3 × 5-inch sample option above and\n          inspect the physical film outdoors, under direct light and beside the\n          intended vehicle colour before ordering material for the complete\n          project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Blue as SW900-615-M within the Matte Metallic\n    family. The current SW900 product data sheet lists metallic and pearlescent\n    durability of up to five years for qualifying Zone 1 vertical exposure and\n    two years for horizontal or non-vertical exposure, with different periods\n    in Zones 2 and 3. Metallic film should be installed in a consistent roll\n    direction, and material from the same production lot should be used across\n    adjoining panels, preferably one roll per vehicle. Actual durability and\n    warranty eligibility depend on exposure zone, application angle, substrate,\n    preparation, installation, environment and maintenance. Professional\n    installation and physical sample evaluation are strongly recommended.\n    Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat are trademarks\n    of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546107838521,"sku":"10256488271","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546107871289,"sku":"10256488272","price":18.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546107904057,"sku":"10256488273","price":34.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546107936825,"sku":"10256488274","price":82.79,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546107969593,"sku":"10256488275","price":120.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546108002361,"sku":"10256488276","price":146.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546108035129,"sku":"10256488277","price":204.56,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546108067897,"sku":"10256488278","price":268.85,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546108100665,"sku":"10256488279","price":328.76,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546108133433,"sku":"10256488280","price":388.67,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546108166201,"sku":"10256488281","price":514.33,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546108198969,"sku":"10256488282","price":638.04,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546108231737,"sku":"10256488283","price":759.8,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546108264505,"sku":"10256488284","price":935.14,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/615-M_5a5ccb73-03b3-4413-b3d0-21bbaf956b07.jpg?v=1737607723"},{"product_id":"avery-supreme-vinyl-gloss-magnetic-burst-blue-metallic-wrap-sw900-679-m","title":"AVERY DENNISON SW900 SUPREME GLOSS METALLIC MAGNETIC BURST VINYL WRAP | 679-M","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(35, 100, 207, 0.5), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(153, 112, 28, 0.36), transparent 32%),\n      linear-gradient(135deg, #070b12 0%, #101b2d 58%, #202c3d 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(40, 103, 200, 0.13), transparent 31%),\n      radial-gradient(circle at 92% 100%, rgba(166, 122, 31, 0.09), transparent 28%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(40, 103, 200, 0.13), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-679m-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eGloss Metallic\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 679-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-679m-title\"\u003eGloss Metallic Magnetic Burst\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a dramatic blue-based colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Metallic Magnetic Burst SW900-679-M\u003c\/strong\u003e.\n        Its rich colour, high-gloss factory-finished surface and metallic\n        detail deliver a distinctive appearance for complete vehicle\n        transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eBlue-based metallic colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGold-flake classification\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical finish precisely. Apparent\n        blue depth, metallic visibility, warm reflective detail and gloss vary\n        with lighting, viewing angle, panel shape, surrounding colours and\n        screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"m12 3 2.2 5.3L20 10.5l-5.8 2.2L12 18l-2.2-5.3L4 10.5l5.8-2.2L12 3Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMagnetic Burst\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 3 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDynamic blue metallic\u003c\/span\u003e\n      \u003ch3\u003eDeep blue character with polished gloss and warm reflective detail\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Metallic Magnetic Burst SW900-679-M\u003c\/strong\u003e combines a\n        rich blue-based appearance with a smooth, high-gloss factory-finished\n        surface and fine metallic detail. Direct sunlight and focused\n        illumination reveal stronger reflective character, while softer\n        lighting creates a deeper and more restrained presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Avery Dennison places Magnetic Burst within its metallic-with-gold-flake\n        durability group. This classification contributes warm visual detail\n        within the blue metallic finish, helping curves and body lines display\n        additional dimension as lighting and viewing angles change.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Magnetic Burst can support a complete colour-change project or\n        coordinated feature areas across hoods, roofs, trunks, mirrors and trim.\n        Consistent panel orientation and production-lot planning are important\n        because metallic film can display visible differences when adjoining\n        pieces are reversed or mixed between rolls.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Dramatic, energetic and premium with deep blue colour, polished\n            reflections and warm metallic dimension.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Magnetic Burst pairs naturally with gloss black, satin black, exposed\n          carbon fibre, charcoal, gunmetal, silver, bronze, gold and polished\n          metal. White, red, copper or bright-blue details can create a stronger\n          custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eDistinctive metallic styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Magnetic Burst combines a multi-layer cast film and integrated finished\n        surface with Avery Dennison® Easy Apply™ RS technology for positioning,\n        air management and professional installation on properly prepared\n        surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eDynamic metallic appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          Fine reflective detail adds visual dimension to the blue-based colour\n          and becomes more noticeable as lighting and viewing angles change.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eHigh-gloss finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          The smooth gloss surface creates defined reflections across properly\n          prepared vehicle panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Magnetic Burst transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the blue colour, polished gloss and\n            metallic detail.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n\n        \u003cp\u003e\n          Keep every panel aligned with the original roll orientation. Use\n          material from the same production lot and preferably complete one\n          vehicle from one roll. Confirm the finished appearance before final\n          pressure because metallic visibility changes with direction,\n          lighting and panel shape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-679m-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eMagnetic Burst\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-679-M \/ 679-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic classification:\u003c\/dt\u003e\n              \u003cdd\u003eMetallic with gold flake\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e120% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to three years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to one year*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-679m-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 679-M\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel orientation before cutting.\u003c\/strong\u003e\n              Mark the original roll direction and keep every adjoining piece\n              oriented consistently.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              Reversing a metallic panel can create a visible appearance\n              difference even when both pieces came from the same roll.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences may occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              A high-gloss finish can make dents, sanding marks, dust, paint\n              texture and other surface irregularities easier to see.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and areas requiring additional\n              forming before removing the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can reduce metallic uniformity, alter\n              gloss and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the appearance before final pressure.\u003c\/strong\u003e\n              Step back from each panel and confirm that its direction and\n              visual character remain consistent before completing the\n              installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is limited.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable areas require\n              suitable edge sealing, and saltwater removability is not\n              warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-679m-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and obscure the metallic appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, film-compatible cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid hard brushes, aggressive scrubbing, dirty towels, harsh\n              compounds and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-679m-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Magnetic Burst as SW900-679-M and places\n              it within the metallic-with-gold-flake durability group.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to three years for vertical exposure and one year for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to 2.4 years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 1.5 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel direction, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Loss of gloss and ordinary wear are not covered by the Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate and paint condition. Additional\n              exclusions are identified in current manufacturer documentation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or metallic differences may occur between\n              production lots. Confirm lot numbers and roll direction before\n              cutting material for one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Appearance differences caused by reversed panel direction,\n              concentrated stretching or mixed production lots are related to\n              installation rather than the intended finished appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Magnetic Burst finish before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Magnetic Burst cannot be evaluated accurately from a static digital\n          image. Its blue depth, gloss, metallic visibility and warm reflective\n          detail change with lighting, viewing angle and surrounding colours.\n          Select the 3 × 5-inch sample option above and inspect the physical\n          film outdoors, under direct light and beside the intended vehicle\n          colour before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Magnetic Burst as SW900-679-M within the SW900\n    Gloss Metallic family and places it in the metallic-with-gold-flake\n    durability group. The current SW900 product data sheet lists durability of\n    up to three years for qualifying Zone 1 vertical exposure and one year for\n    horizontal or non-vertical exposure, with shorter periods in Zones 2 and 3.\n    Metallic film must be installed in a consistent roll direction, and\n    material from the same production lot should be used across adjoining\n    panels, preferably one roll per vehicle. Actual durability and warranty\n    eligibility depend on exposure zone, application angle, substrate,\n    preparation, installation, environment and maintenance. Professional\n    installation and physical sample evaluation are strongly recommended.\n    Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat are trademarks\n    of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546118815801,"sku":"10256487991","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546118848569,"sku":"10256487992","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546118881337,"sku":"10256487993","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546118914105,"sku":"10256487994","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546118946873,"sku":"10256487995","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546118979641,"sku":"10256487996","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546119012409,"sku":"10256487997","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546119077945,"sku":"10256487998","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546119143481,"sku":"10256487999","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546119176249,"sku":"10256488000","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546119209017,"sku":"10256488001","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546119241785,"sku":"10256488002","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546119274553,"sku":"10256488003","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546119307321,"sku":"10256488004","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/679-M_08e0b90f-3632-4e23-b2ff-629bf4daffe8.jpg?v=1737607755"},{"product_id":"avery-supreme-vinyl-gloss-light-blue-wrap-sw900-632-o","title":"AVERY DENNISON SW900 SUPREME GLOSS LIGHT BLUE VINYL WRAP | 632-O","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(150, 154, 159, 0.38), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(75, 79, 84, 0.48), transparent 32%),\n      linear-gradient(135deg, #0a0b0c 0%, #191b1d 58%, #2d3033 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(138, 143, 148, 0.14), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(138, 143, 148, 0.16), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-632o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 632-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-632o-title\"\u003eGloss Light Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a bright and refreshing colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Light Blue SW900-632-O\u003c\/strong\u003e.\n        Its clear sky-inspired blue colour and smooth, high-gloss\n        factory-finished surface create a crisp, energetic appearance for\n        complete vehicle transformations, contrasting panels and coordinated\n        accent projects.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eBright sky-inspired blue\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Light Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Avery Dennison’s current North American guide identifies this colour as\n        Light Blue. Digital images cannot reproduce the physical colour\n        precisely. Apparent brightness, saturation and gloss vary with\n        lighting, viewing angle, panel shape, surrounding colours and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eLight Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eFresh gloss blue\u003c\/span\u003e\n      \u003ch3\u003eFresh light-blue colour with clean and polished reflections\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Light Blue SW900-632-O\u003c\/strong\u003e combines a fresh, clear\n        light-blue colour with a smooth, high-gloss factory-finished surface.\n        Direct lighting creates crisp reflections and a brighter, more vivid\n        presentation, while shaded conditions give the colour a softer and\n        calmer character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The solid, non-metallic finish follows vehicle body lines cleanly\n        without a directional special effect. Its light-blue appearance offers\n        a distinctive alternative to darker blues, white, silver and gray while\n        remaining easy to coordinate with many exterior finishes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Light Blue can support a complete colour-change transformation or\n        coordinated feature areas across hoods, roofs, trunks, mirrors, pillars\n        and trim. Careful preparation and controlled installation help maintain\n        consistent colour, gloss and reflections across adjoining panels.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Fresh, energetic and approachable with a smooth high-gloss\n            presentation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Light Blue pairs naturally with gloss black, satin black,\n          exposed carbon fibre, white, silver, chrome and polished metal. Navy,\n          dark blue, charcoal, red, orange or yellow details can create a\n          stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eFresh blue styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Light Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eBright light-blue appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A clear non-metallic light-blue colour provides a bright foundation\n          for complete wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eHigh-gloss finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          The smooth gloss surface creates defined reflections across properly\n          prepared vehicle panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Light Blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the fresh light-blue colour and high\n            gloss.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused details on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e\n          Use clean tools and material from the same production lot, and\n          preferably complete one vehicle from one roll. High-gloss finishes\n          can make dust, handling marks and substrate irregularities easier to\n          see, so preparation and installation conditions should be controlled.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-632o-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eLight Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-632-O \/ 632-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Light Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Approximately 3.2 mil \/ 80 µm typical face film; current\n                PDS\/physical roll governs.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e150% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-632o-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 632-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour or gloss differences may occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              A high-gloss finish can make dents, sanding marks, dust, paint\n              texture and other surface irregularities easier to see.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              Non-OEM-painted vehicles require careful suitability evaluation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can alter colour, reduce gloss\n              uniformity and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure can create visible\n              texture beneath a high-gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline, and applicable areas\n              require appropriate edge sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-632o-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and affect the light-blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid harsh compounds, hard brushes, rough scrubbing, dirty\n              towels and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-632o-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Light Blue as SW900-632-O within the\n              SW900 Gloss colour family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Loss of gloss and ordinary wear are not covered by the Avery\n              Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Light Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Light Blue cannot be evaluated accurately from a static digital\n          image. Its apparent brightness, saturation and gloss change with\n          lighting, viewing angle and surrounding colours. Select the\n          3 × 5-inch sample option above and inspect the physical film outdoors,\n          under direct light and beside the intended vehicle colour before\n          ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Light Blue as SW900-632-O within the SW900 Gloss\n    family. The current SW900 product data sheet lists colour durability of up\n    to 10 years for qualifying Zone 1 vertical exposure and two years for\n    horizontal or non-vertical exposure, with shorter periods in Zones 2 and 3.\n    Actual durability and warranty eligibility depend on exposure zone,\n    application angle, substrate, preparation, installation, environment and\n    maintenance. Material from the same production lot should be used across\n    adjoining panels, preferably one roll per vehicle. Professional installation\n    and physical sample evaluation are strongly recommended. Avery Dennison,\n    Supreme Wrapping Film, Easy Apply and StaFlat are trademarks of Avery\n    Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current manufacturer documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546120650809,"sku":"10256487515","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546120683577,"sku":"10256487516","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546120716345,"sku":"10256487517","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546120749113,"sku":"10256487518","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546120781881,"sku":"10256487519","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546120814649,"sku":"10256487520","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546120847417,"sku":"10256487521","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546120880185,"sku":"10256487522","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546120912953,"sku":"10256487523","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546120945721,"sku":"10256487524","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546120978489,"sku":"10256487525","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546121011257,"sku":"10256487526","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546121044025,"sku":"10256487527","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546121076793,"sku":"10256487528","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/632-O_0f93ede9-161f-44b0-9c61-c6f0dff3ecd1.jpg?v=1737607729"},{"product_id":"avery-supreme-vinyl-gloss-intense-blue-wrap-sw900-667-o","title":"AVERY DENNISON SW900 SUPREME GLOSS INTENSE BLUE VINYL WRAP | 667-O","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(27, 103, 232, 0.52), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(17, 46, 142, 0.52), transparent 32%),\n      linear-gradient(135deg, #070b16 0%, #0d1838 58%, #172c61 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(38, 112, 231, 0.13), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(38, 112, 231, 0.15), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-667o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 667-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-667o-title\"\u003eGloss Intense Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a vivid and confident colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Intense Blue SW900-667-O\u003c\/strong\u003e.\n        Its saturated blue colour and smooth, high-gloss factory-finished\n        surface deliver a striking appearance for complete vehicle\n        transformations, contrasting panels and coordinated accent projects.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eVivid intense blue\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical colour precisely. Apparent\n        brightness, saturation and gloss vary with lighting, viewing angle,\n        panel shape, surrounding colours, underlying paint and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eIntense Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eVivid gloss blue\u003c\/span\u003e\n      \u003ch3\u003eHigh-energy blue colour with smooth, polished reflections\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Intense Blue SW900-667-O\u003c\/strong\u003e combines a bright,\n        saturated blue colour with a smooth, high-gloss factory-finished\n        surface. Strong daylight gives the finish a lively and energetic\n        presentation, while softer lighting creates a deeper and more composed\n        blue appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The solid, non-metallic finish follows vehicle body lines cleanly\n        without a directional special effect. Its vivid character offers a bold\n        alternative to darker navy tones, muted blues and conventional factory\n        colours.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Intense Blue can support a complete colour-change transformation\n        or coordinated feature areas across hoods, roofs, trunks, mirrors,\n        pillars and trim. Careful preparation and controlled installation help\n        maintain consistent colour and gloss across adjoining panels.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Bold, energetic and modern with a vivid high-gloss blue\n            presentation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Intense Blue pairs naturally with gloss black, satin black,\n          exposed carbon fibre, charcoal, gunmetal, silver, white, chrome and\n          polished metal. Red, orange, bronze, gold or bright-green details can\n          create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eVivid blue styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Intense Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eSaturated blue appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A vivid non-metallic blue provides a distinctive foundation for\n          complete wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eHigh-gloss finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          The smooth gloss surface creates defined reflections across properly\n          prepared vehicle panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Intense Blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the saturated blue colour and high\n            gloss.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n\n        \u003cp\u003e\n          Use clean tools and material from the same production lot across\n          adjoining panels, preferably one roll per vehicle where practical.\n          High-gloss finishes can make dust, handling marks, paint texture and\n          substrate irregularities easier to see, so preparation and\n          installation conditions should be carefully controlled.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-667o-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eIntense Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-667-O \/ 667-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e150% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-667o-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 667-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour or gloss differences may occur between rolls or\n              lots. Avoid mixing lots across one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              A high-gloss finish can make dents, sanding marks, dust, paint\n              texture and other surface irregularities easier to see.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can alter colour, reduce gloss\n              uniformity and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure can create visible\n              texture beneath a high-gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable areas require\n              appropriate edge sealing, and saltwater removability is not\n              warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-667o-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and affect the Intense Blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid harsh compounds, hard brushes, rough scrubbing, dirty\n              towels and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-667o-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Intense Blue as SW900-667-O within the\n              SW900 Gloss colour family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Loss of gloss and ordinary wear are not covered by the Avery\n              Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Intense Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Intense Blue cannot be evaluated accurately from a static\n          digital image. Its apparent brightness, saturation and gloss change\n          with lighting, viewing angle, underlying paint and surrounding\n          colours. Select the 3 × 5-inch sample option above and inspect the\n          physical film outdoors, under direct light and beside the intended\n          vehicle colour before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Intense Blue as SW900-667-O within the SW900\n    Gloss family. The current SW900 product data sheet lists colour durability\n    of up to 10 years for qualifying Zone 1 vertical exposure and two years for\n    horizontal or non-vertical exposure, with shorter periods in Zones 2 and 3.\n    Actual durability and warranty eligibility depend on exposure zone,\n    application angle, substrate, preparation, installation, environment and\n    maintenance. Material from the same production lot should be used across\n    adjoining panels, preferably one roll per vehicle where practical.\n    Professional installation and physical sample evaluation are strongly\n    recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546121338937,"sku":"10256487501","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546121371705,"sku":"10256487502","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546121404473,"sku":"10256487503","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546121437241,"sku":"10256487504","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546121470009,"sku":"10256487505","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546121502777,"sku":"10256487506","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546121535545,"sku":"10256487507","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546121568313,"sku":"10256487508","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546121601081,"sku":"10256487509","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546121633849,"sku":"10256487510","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546121666617,"sku":"10256487511","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546121699385,"sku":"10256487512","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546121732153,"sku":"10256487513","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546121764921,"sku":"10256487514","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/667-O_b2767ad6-0f21-4f2c-9319-69b3a8469ab2.jpg?v=1737607747"},{"product_id":"avery-supreme-vinyl-gloss-indigo-blue-wrap-sw900-699-o","title":"AVERY DENNISON SW900 SUPREME GLOSS INDIGO BLUE VINYL WRAP | 699-O","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(40, 65, 170, 0.48), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(30, 31, 106, 0.5), transparent 32%),\n      linear-gradient(135deg, #080912 0%, #11152c 58%, #242847 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(53, 65, 169, 0.13), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(53, 65, 169, 0.15), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin: 5px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-699o-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 699-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-699o-title\"\u003eGloss Indigo Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a deep and expressive colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Indigo Blue SW900-699-O\u003c\/strong\u003e.\n        Its saturated blue colour and smooth, high-gloss factory-finished\n        surface deliver a polished appearance for complete vehicle\n        transformations, contrasting panels and coordinated accent projects.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep indigo blue\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical colour precisely. Apparent\n        blue depth, violet character and gloss vary with lighting, viewing\n        angle, panel shape, surrounding colours, underlying paint and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eIndigo Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep gloss blue\u003c\/span\u003e\n      \u003ch3\u003eSaturated indigo colour with smooth, polished reflections\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Indigo Blue SW900-699-O\u003c\/strong\u003e combines a rich blue\n        colour with subtle violet character and a smooth, high-gloss\n        factory-finished surface. Direct daylight creates a brighter and more\n        energetic blue presentation, while shade gives the colour a deeper and\n        more restrained appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The solid, non-metallic finish follows vehicle body lines cleanly\n        without a directional special effect. Its saturated indigo character\n        provides a distinctive alternative to conventional navy, royal blue,\n        purple and black finishes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Indigo Blue can support a complete colour-change transformation\n        or coordinated feature areas across hoods, roofs, trunks, mirrors,\n        pillars and trim. Careful preparation and controlled installation help\n        maintain smooth colour and gloss across adjoining panels.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Deep, confident and expressive with a polished blue-violet\n            presentation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Indigo Blue pairs naturally with gloss black, satin black,\n          exposed carbon fibre, gunmetal, silver, white, chrome and polished\n          metal. Bronze, gold, copper, red or bright-blue details can create a\n          stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eDistinctive blue styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Indigo Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eRich indigo appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A saturated non-metallic blue colour provides a distinctive foundation\n          for complete wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eHigh-gloss finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          The smooth gloss surface creates defined reflections across properly\n          prepared vehicle panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete Indigo Blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the saturated indigo colour and high\n            gloss.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused styling on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n\n        \u003cp\u003e\n          Use clean tools and material from the same production lot across\n          adjoining panels. High-gloss finishes can make dust, handling marks,\n          paint texture and substrate irregularities easier to see, so surface\n          preparation and installation conditions should be carefully\n          controlled.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-699o-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eIndigo Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-699-O \/ 699-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e150% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-699o-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 699-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour or gloss differences may occur between rolls or\n              lots. Avoid mixing lots across one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              A high-gloss finish can make dents, sanding marks, dust, paint\n              texture and other surface irregularities easier to see.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and complex areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse suitable factory-finished vehicle surfaces.\u003c\/strong\u003e\n              The current PDS lists non-OEM-painted vehicles as an unsuitable\n              use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can alter colour, reduce gloss\n              uniformity and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting.\u003c\/strong\u003e\n              Excessive repositioning or heavy pressure can create visible\n              texture beneath a high-gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and formed areas must be completed according to\n              Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film designed for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWatercraft use is restricted.\u003c\/strong\u003e\n              Do not apply below the static waterline. Applicable areas require\n              appropriate edge sealing, and saltwater removability is not\n              warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-699o-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and affect the Indigo Blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose particles before\n              touching the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or soft sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild cleaning products within a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft towel to\n              reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in an\n              inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid harsh compounds, hard brushes, rough scrubbing, dirty\n              towels and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges or lifted\n              sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-699o-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Indigo Blue as SW900-699-O within the\n              SW900 Gloss colour family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel angle, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Loss of gloss and ordinary wear are not covered by the Avery\n              Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or coating products may alter\n              the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate condition, paint condition,\n              film age and adherence to current removal instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Indigo Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Indigo Blue cannot be evaluated accurately from a static\n          digital image. Its apparent blue depth, violet character and gloss\n          change with lighting, viewing angle, underlying paint and surrounding\n          colours. Select the 3 × 5-inch sample option above and inspect the\n          physical film outdoors, under direct light and beside the intended\n          vehicle colour before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Indigo Blue as SW900-699-O within the SW900 Gloss\n    family. The current SW900 product data sheet lists colour durability of up\n    to 10 years for qualifying Zone 1 vertical exposure and two years for\n    horizontal or non-vertical exposure, with shorter periods in Zones 2 and 3.\n    Actual durability and warranty eligibility depend on exposure zone,\n    application angle, substrate, preparation, installation, environment and\n    maintenance. Material from the same production lot should be used across\n    adjoining panels. Professional installation and physical sample evaluation\n    are strongly recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply\n    and StaFlat are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546122125369,"sku":"10256487487","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546122158137,"sku":"10256487488","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546122190905,"sku":"10256487489","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546122223673,"sku":"10256487490","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546122256441,"sku":"10256487491","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546122289209,"sku":"10256487492","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546122321977,"sku":"10256487493","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546122354745,"sku":"10256487494","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546122387513,"sku":"10256487495","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546122420281,"sku":"10256487496","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546122453049,"sku":"10256487497","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546122485817,"sku":"10256487498","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546122518585,"sku":"10256487499","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":31411398082617,"sku":"10256487500","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/699-O_cb17c5f1-8c89-43f3-92c1-423cff1c20a8.jpg?v=1737607761"},{"product_id":"avery-supreme-vinyl-gloss-dark-blue-wrap-sw900-681-o","title":"AVERY DENNISON SW900 SUPREME GLOSS DARK BLUE VINYL WRAP | 681-O","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION\n     Avery Dennison SW900 Gloss Dark Blue | SW900-681-O\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* HERO *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 88% 8%, rgba(24, 66, 145, 0.42), transparent 29%),\n      radial-gradient(circle at 72% 90%, rgba(5, 27, 69, 0.48), transparent 32%),\n      linear-gradient(135deg, #080b10 0%, #151a23 58%, #252b35 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* PRODUCT METADATA CARD *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* QUICK FACTS *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* GENERAL SECTIONS *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* PRODUCT STORY *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(24, 66, 145, 0.11), transparent 31%),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(24, 66, 145, 0.14), transparent 35%),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* FEATURES *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* APPLICATIONS *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* ACCORDIONS *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* TECHNICAL SPECIFICATIONS *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 75, 75, 0.06), transparent 43%),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* CHECK LIST *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* SAMPLE BANNER *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* SUPPORT *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(circle at 95% 5%, rgba(255, 75, 75, 0.35), transparent 34%),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print,\n  .iwpd__governance {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin-top: 5px;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-681o-title\"\u003e\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 681-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-681o-title\"\u003eGloss Dark Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a deep and polished colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Dark Blue SW900-681-O\u003c\/strong\u003e.\n        Its dark blue colour and smooth, high-gloss factory-finished surface\n        deliver a refined appearance for complete vehicle transformations,\n        contrasting panels and coordinated accent projects.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep dark blue\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMulti-layer cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eDark Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical colour precisely. Apparent\n        blue depth, brightness and gloss vary with lighting, viewing angle,\n        panel shape, surrounding colours and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SIX QUICK FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDark Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY AND COLOUR PERSONALITY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep gloss blue\u003c\/span\u003e\n      \u003ch3\u003eA sophisticated dark blue finish with clean, polished reflections\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Dark Blue SW900-681-O\u003c\/strong\u003e combines a deep blue colour\n        with a smooth, high-gloss factory-finished surface. Strong daylight and\n        focused illumination make the blue character more noticeable, while\n        shaded conditions create a darker and more restrained presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The solid, non-metallic finish produces defined reflections across\n        broad panels and follows vehicle body lines without a directional\n        special effect. Its dark blue appearance offers a refined alternative\n        to black, grey or brighter blue finishes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Dark Blue can be used for a complete colour-change transformation\n        or coordinated feature areas across hoods, roofs, trunks, mirrors,\n        pillars and trim. Careful surface preparation and controlled\n        installation help preserve a smooth and consistent result.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Sophisticated, composed and polished with a deep high-gloss\n            presentation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Dark Blue pairs naturally with gloss black, satin black,\n          charcoal, exposed carbon fibre, gunmetal, silver, white and polished\n          metal. Bronze, gold, copper or bright-red details can create a warmer\n          and more expressive contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SIX FEATURE CARDS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eDeep blue styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Dark Blue combines a multi-layer cast film and integrated\n        finished surface with Avery Dennison® Easy Apply™ RS technology for\n        positioning, air management and professional installation on properly\n        prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eDeep solid-blue appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          A rich non-metallic blue colour provides a refined foundation for\n          complete wraps, contrasting panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eHigh-gloss finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          The smooth gloss surface creates defined reflections across properly\n          prepared vehicle panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOUR APPLICATION CARDS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003eCreate a complete dark-blue transformation or coordinated accents\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the deep blue colour and gloss.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused details on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WARNING NOTE --\u003e\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e\n          Use material from the same production lot and preferably one roll per\n          vehicle. Confirm the physical colour before installation because\n          lighting, the underlying vehicle colour and surrounding finishes can\n          influence its apparent depth.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOUR TECHNICAL ACCORDIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-681o-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eDark Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-681-O \/ 681-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eDark Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face film:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e150% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlat and simple curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex curves:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum 60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-681o-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 681-O\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or application fluid beneath the\n              adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour or gloss differences may occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              High-gloss film can make dents, sanding marks, dust, paint texture\n              and other surface irregularities easier to see.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the complete panel layout first.\u003c\/strong\u003e\n              Review seams, overlaps, edges and high-stress areas before\n              removing the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can alter colour, reduce gloss\n              uniformity and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize adhesive disturbance.\u003c\/strong\u003e\n              Repeated lifting, aggressive repositioning or excessive pressure\n              can create visible texture beneath high-gloss film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not apply below the static waterline. Approved watercraft\n              applications require appropriate edge sealing, and saltwater\n              removability is not warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-681o-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and affect the dark blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, non-abrasive cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft,\n              non-abrasive towel to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from film edges, use a\n              40-degree wide spray pattern and hold the nozzle perpendicular to\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, lifted sections\n              or damaged areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-681o-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Dark Blue as SW900-681-O within the\n              SW900 Gloss colour family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1 vertical exposure:\u003c\/strong\u003e\n              Up to 10 years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1 horizontal or non-vertical exposure:\u003c\/strong\u003e\n              Up to two years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical. Non-vertical and horizontal applications\n              use the shorter horizontal value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Other geographic zones use different durability periods. Refer to\n              the current PDS and applicable warranty documentation for the\n              installation location.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and loss of gloss are considered normal wear and are not\n              covered by the Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Incompatible soaps, waxes, solvents or surface treatments may\n              alter the finish, cause premature failure and affect warranty\n              eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate and paint condition.\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n              Additional exclusions are identified in the current manufacturer\n              documentation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Dark Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Dark Blue cannot be evaluated accurately from a static digital\n          image. Its apparent depth, brightness and gloss change with lighting,\n          viewing angle and surrounding colours. Select the 3 × 5-inch sample\n          option above and inspect the physical film outdoors, under direct\n          light and beside the intended vehicle colour before ordering material\n          for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINE PRINT --\u003e\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Dark Blue as SW900-681-O within the SW900 Gloss\n    family. The current SW900 product data sheet lists colour durability of up\n    to 10 years for qualifying Zone 1 vertical exposure and two years for\n    horizontal or non-vertical exposure, with different periods in other\n    geographic zones. Actual durability and warranty eligibility depend on\n    exposure zone, application angle, substrate, preparation, installation,\n    environment and maintenance. Professional installation and physical sample\n    evaluation are strongly recommended. Avery Dennison, Supreme Wrapping Film,\n    Easy Apply and StaFlat are trademarks of Avery Dennison Corporation or its\n    affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546130612281,"sku":"10256487389","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546130645049,"sku":"10256487390","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546130677817,"sku":"10256487391","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546130710585,"sku":"10256487392","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546130743353,"sku":"10256487393","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546130776121,"sku":"10256487394","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546130808889,"sku":"10256487395","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546130841657,"sku":"10256487396","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546130874425,"sku":"10256487397","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546130907193,"sku":"10256487398","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546130939961,"sku":"10256487399","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546130972729,"sku":"10256487400","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546131005497,"sku":"10256487401","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546131038265,"sku":"10256487402","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/681-O_fd2e5110-ed44-4b6a-ac25-0055a9b37bbb.jpg?v=1737607757"},{"product_id":"avery-supreme-vinyl-gloss-dark-blue-metallic-wrap-sw900-653-m","title":"AVERY DENNISON SW900 SUPREME GLOSS DARK BLUE METALLIC VINYL WRAP | 653-M","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 Gloss Dark Blue Metallic\n     Product Code: SW900-653-M\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(28, 70, 145, 0.42),\n        transparent 29%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(7, 31, 78, 0.46),\n        transparent 32%\n      ),\n      linear-gradient(135deg, #080b10 0%, #141922 58%, #242a34 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(28, 70, 145, 0.11),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(28, 70, 145, 0.14),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECIFICATIONS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print,\n  .iwpd__governance {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin-top: 5px;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-653m-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eGloss Metallic\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 653-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-653m-title\"\u003eGloss Dark Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a deep, polished colour-change finish with\n        \u003cstrong\u003eAvery Dennison® SW900 Gloss Dark Blue Metallic SW900-653-M\u003c\/strong\u003e.\n        Its dark blue foundation, high-gloss factory-finished surface and fine\n        metallic detail provide a refined appearance for complete vehicle\n        transformations, contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic detail\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eDark Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical finish precisely. Apparent\n        blue depth, metallic visibility and gloss vary with lighting, viewing\n        angle, panel shape, surrounding colours and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SIX QUICK FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"m12 3 2.2 5.3L20 10.5l-5.8 2.2L12 18l-2.2-5.3L4 10.5l5.8-2.2L12 3Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eVisual effect\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eFine Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 5 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY AND COLOUR PERSONALITY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep metallic blue\u003c\/span\u003e\n      \u003ch3\u003eDark blue gloss with understated metallic dimension\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Dark Blue Metallic SW900-653-M\u003c\/strong\u003e combines a deep\n        blue colour with a smooth, high-gloss factory-finished surface and fine\n        metallic detail. In softer lighting, the finish appears dark, composed\n        and understated. Under direct sunlight or focused illumination, the\n        metallic character becomes more visible.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The finish creates clean reflections across broad panels while curves\n        and body lines reveal additional depth. Its darker blue presentation\n        provides a distinctive alternative to black, grey or brighter blue\n        finishes without relying on a directional ColorFlow effect.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Dark Blue Metallic can be used across a complete colour-change project\n        or for coordinated hoods, roofs, trunks, mirrors and trim. Because this\n        is a metallic construction, consistent panel orientation and production\n        lot planning are important throughout the installation.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n          \u003ch4\u003e\n            Sophisticated, composed and modern with deep blue colour and refined\n            metallic detail.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Dark Blue Metallic pairs naturally with gloss black, satin\n          black, charcoal, exposed carbon fibre, gunmetal, silver, white and\n          polished metal. Bronze, gold, copper or bright-red accents can create\n          a warmer and more expressive contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SIX FEATURE CARDS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProfessional wrap-film technology\u003c\/span\u003e\n      \u003ch3\u003eRefined metallic styling with controlled application performance\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Dark Blue Metallic combines a multi-layer cast film and\n        factory-finished gloss surface with Avery Dennison® Easy Apply™ RS\n        technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eDeep metallic appearance\u003c\/h4\u003e\n        \u003cp\u003e\n          Fine metallic detail gives the dark blue colour additional visual\n          dimension while maintaining a polished and controlled presentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eHigh-gloss finished surface\u003c\/h4\u003e\n        \u003cp\u003e\n          The smooth gloss surface creates defined reflections across properly\n          prepared vehicle panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eSlide and reposition\u003c\/h4\u003e\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eAir-egress adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLong-term removable adhesive\u003c\/h4\u003e\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOUR APPLICATION CARDS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n      \u003ch3\u003e\n        Create a complete dark-blue transformation or coordinated feature areas\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable factory-finished\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the dark blue gloss and metallic detail.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused details on compatible smooth surfaces after adhesion\n            testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eLarge Vehicle Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on cars, vans, trucks and buses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WARNING NOTE --\u003e\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Maintain consistent panel orientation and production lot.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Metallic films can display visible appearance differences when\n          adjoining pieces are installed in opposite directions. Keep every\n          panel aligned with the original roll orientation, use material from\n          the same production lot and preferably complete one vehicle from one\n          roll. \u003cstrong\u003eThis is decorative colour-change vinyl, not paint protection film.\u003c\/strong\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-653m-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eDark Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-653-M \/ 653-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eDark Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSW900 face-film range:\u003c\/dt\u003e\n              \u003cdd\u003e3.2 to 4.7 mil \/ 80 to 119 µm, depending on construction\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e120% at break, typical PDS value\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture at 68°F to 77°F \/ 20°C to 25°C and\n                50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-653m-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for 653-M\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before cutting.\u003c\/strong\u003e\n              Mark the roll direction and keep every adjoining piece oriented\n              consistently throughout the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              Reversing a metallic panel can create a visible appearance\n              difference even when both pieces were cut from the same roll.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences can occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Plan seams, overlaps, edges and high-stress areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and similar materials may not provide\n              reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can reduce metallic uniformity, alter\n              gloss and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the metallic appearance before final pressure.\u003c\/strong\u003e\n              Step back from each panel and confirm that its orientation and\n              appearance remain consistent before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not apply below the static waterline. Approved watercraft\n              applications require appropriate edge sealing, and saltwater\n              removability is not warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-653m-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and obscure the metallic appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, non-abrasive cleaning products within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft,\n              non-abrasive towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Spot-clean bird droppings, insects, tree sap, fuel and road\n              contamination promptly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and incompatible cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the pressure-washer nozzle at least 12 inches from film\n              edges, use a 40-degree wide spray pattern and hold the nozzle\n              perpendicular to the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, lifted sections\n              or damaged areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-653m-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Dark Blue as SW900-653-M within the\n              SW900 Gloss Metallic family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to four years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              The current PDS lists 4.8 years for vertical exposure and four\n              months for horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the film within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and loss of gloss are considered normal wear and are not\n              covered by the Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Products containing petroleum distillates or incompatible\n              solvents may alter the finish, cause premature failure and affect\n              warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability means removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate and paint condition.\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n              The PDS also identifies additional removability exclusions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight appearance differences may occur between production lots.\n              Confirm lot numbers before cutting material for one vehicle or\n              adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Appearance differences caused by reversed panel direction,\n              concentrated stretching or mixed production lots are related to\n              installation rather than the intended finished appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Dark Blue Metallic finish before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Dark Blue Metallic cannot be evaluated accurately from a static\n          digital image. Its blue depth, gloss and metallic visibility change\n          with lighting and viewing angle. Select the 3 × 5-inch sample option\n          above and inspect the physical film outdoors, under direct light and\n          beside the intended vehicle colour before ordering material for the\n          complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e3 × 5 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINE PRINT --\u003e\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Dark Blue as SW900-653-M within the SW900 Gloss\n    Metallic family. The current SW900 product data sheet lists metallic and\n    pearlescent durability of up to five years for qualifying Zone 1 vertical\n    exposure and two years for horizontal or non-vertical exposure, with\n    different periods in Zones 2 and 3. Metallic film must be installed in a\n    consistent roll direction, and material from the same production lot should\n    be used across adjoining panels, preferably one roll per vehicle. Actual\n    durability and warranty eligibility depend on exposure zone, application\n    angle, substrate, preparation, installation, environment and maintenance.\n    This product is decorative colour-change vinyl, not paint protection film.\n    Professional installation and physical sample evaluation are strongly\n    recommended. Avery Dennison, Supreme Wrapping Film, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546131267641,"sku":"10256487935","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546131300409,"sku":"10256487936","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546131333177,"sku":"10256487937","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546131365945,"sku":"10256487938","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546131398713,"sku":"10256487939","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546131431481,"sku":"10256487940","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546131464249,"sku":"10256487941","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546131497017,"sku":"10256487942","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546131529785,"sku":"10256487943","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546131562553,"sku":"10256487944","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546131595321,"sku":"10256487945","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546131628089,"sku":"10256487946","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546131660857,"sku":"10256487947","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546131693625,"sku":"10256487948","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/653-M_0fda04ab-5c7e-45e8-a4bb-eeb8e5f06745.jpg?v=1737607742"},{"product_id":"avery-supreme-vinyl-gloss-bright-blue-metallic-wrap-sw900-646-m","title":"AVERY DENNISON SW900 SUPREME GLOSS BRIGHT BLUE METALLIC VINYL WRAP | 646-M","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 Gloss Bright Blue Metallic\n     Product Code: SW900-646-M\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(36, 116, 255, 0.38),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(5, 58, 151, 0.38),\n        transparent 31%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(36, 116, 255, 0.11),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(36, 116, 255, 0.14),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    box-shadow: none;\n    font-family: inherit;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__fine-print p {\n    margin: 0;\n  }\n\n  .iwpd__fine-print p + p {\n    margin-top: 5px;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-646m-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eGloss Metallic\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 646-M\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-646m-title\"\u003e\n        Gloss Bright Blue Metallic\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a vibrant and polished colour-change finish with\n        \u003cstrong\u003e\n          Avery Dennison® SW900 Gloss Bright Blue Metallic SW900-646-M\n        \u003c\/strong\u003e.\n        Its bright blue base, smooth high-gloss surface and fine metallic detail\n        produce an energetic appearance that becomes more expressive under\n        direct light and across sculpted vehicle panels.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eBright blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eFine metallic detail\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical finish precisely. Apparent\n        blue depth, metallic visibility and gloss will vary with lighting,\n        viewing angle, panel shape, surrounding colours and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"m12 3 2.2 5.3L20 10.5l-5.8 2.2L12 18l-2.2-5.3L4 10.5l5.8-2.2L12 3Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVisual effect\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eFine Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 5 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY AND COLOUR PERSONALITY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Bright metallic energy\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Vivid blue gloss with fine metallic dimension\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Bright Blue Metallic SW900-646-M\u003c\/strong\u003e\n        combines a vivid blue colour with a smooth, high-gloss\n        factory-finished surface and fine metallic detail. In softer lighting,\n        the finish presents as a rich polished blue. Under direct sunlight,\n        showroom lighting or other focused illumination, the metallic character\n        becomes easier to see.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Reflections travel cleanly across broad panels, while curves and body\n        lines reveal additional visual depth. Depending on the environment, the\n        surface may appear brighter and more electric in strong light or deeper\n        and more restrained in shaded conditions.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Bright Blue Metallic can support a complete colour-change project or\n        coordinated accent areas. Because metallic films can appear different\n        when reversed or installed from mixed production lots, panel direction\n        and material planning are important throughout the project.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003e\n            Finish personality\n          \u003c\/span\u003e\n\n          \u003ch4\u003e\n            Energetic, polished and modern with vivid blue colour and refined metallic depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Bright Blue Metallic pairs naturally with gloss black, satin\n          black, charcoal, exposed carbon fibre, gunmetal, silver, white and\n          polished metal. Orange, yellow, red, bronze or bright-green accents\n          can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Professional wrap-film technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Refined metallic character with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Bright Blue Metallic combines a multi-layer cast-film\n        construction and factory-finished gloss surface with Avery Dennison®\n        Easy Apply™ RS technology for positioning, air management and\n        professional installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Fine metallic appearance\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Metallic detail gives the bright blue surface additional dimension\n          while maintaining a polished and refined visual presentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          High-gloss finished surface\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The smooth gloss finish produces clean reflections and helps the vivid\n          blue colour maintain a polished, paint-inspired presentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 60-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete bright-blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the bright blue gloss and metallic\n            dimension.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Trim \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused exterior or interior details on compatible smooth surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Large Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on vans, trucks, buses and approved solid\n            surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WARNING NOTE --\u003e\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Maintain consistent panel direction and production lot.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Metallic films can display visible differences when adjoining pieces\n          are installed in opposite directions. Keep every panel aligned with\n          the original roll orientation, use material from the same production\n          lot and preferably complete one vehicle from one roll. This is\n          decorative colour-change vinyl, not paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-646m-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eBright Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-646-M \/ 646-M\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss metallic cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMetallic elongation:\u003c\/dt\u003e\n              \u003cdd\u003e120% at break, typical PDS value\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture when stored at 68°F to 77°F \/\n                20°C to 25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-646m-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 646-M\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before cutting.\u003c\/strong\u003e\n              Mark the roll direction and keep every adjoining piece oriented\n              consistently throughout the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              Reversing a metallic panel can create a visible appearance\n              difference even when both pieces were cut from the same roll.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences can occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Plan seams, overlaps, edges and high-stress areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and certain other low-surface-energy\n              materials may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can reduce metallic uniformity, alter\n              gloss and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect metallic appearance before final pressure.\u003c\/strong\u003e\n              Step back from the panel and confirm that its colour and metallic\n              direction remain consistent before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not use below the static waterline or on watercraft without\n              appropriate edge sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-646m-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and obscure the metallic appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, non-abrasive cleaning products that are ideally within\n              a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft,\n              non-abrasive towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and polishing methods that may alter the gloss.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid incompatible products containing petroleum distillates,\n              harsh solvents, acids, ammonia, chlorine, glycol ethers,\n              phosphates or abrasive ingredients.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the pressure-washer nozzle at least 12 inches from film\n              edges, use a 40-degree wide spray pattern and hold the nozzle\n              perpendicular to the graphic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, lifted sections\n              or damaged areas. Power washing graphics installed on glass is\n              not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-646m-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Bright Blue as SW900-646-M within the\n              SW900 Gloss Metallic family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to four years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the graphic within\n              0 to 10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and loss of gloss are considered normal wear and are not\n              covered by the Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Soaps, waxes, coatings or products containing petroleum\n              distillates or incompatible solvents may cause premature failure,\n              alter the finish and affect warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability refers to removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate and paint condition. The current\n              PDS lists stainless steel as an unsuitable use and identifies\n              additional removability exclusions in its current documentation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or metallic differences may occur between\n              production lots. Confirm lot numbers before cutting material for\n              one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Appearance differences caused by reversed panel direction,\n              concentrated stretching or mixed production lots are related to\n              installation rather than the intended appearance of the product.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual Bright Blue Metallic finish before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Bright Blue Metallic cannot be evaluated accurately from a\n          static digital image. Its blue depth, gloss and metallic visibility\n          change with lighting and viewing angle. Select the 3 × 5-inch sample\n          option above and inspect the physical film outdoors, under direct\n          light and beside the intended vehicle colour before ordering material\n          for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINE PRINT --\u003e\n  \u003cdiv class=\"iwpd__fine-print\"\u003e\n    \u003cp\u003e\n      *Avery Dennison identifies Bright Blue as SW900-646-M within the SW900\n      Gloss Metallic family. The current SW900 product data sheet lists\n      metallic and pearlescent durability of up to five years for qualifying\n      Zone 1 vertical exposure and two years for horizontal or non-vertical\n      exposure, with different periods in Zones 2 and 3. Metallic film must be\n      installed in a consistent roll direction, and material from the same\n      production lot should be used across adjoining panels, preferably one\n      roll per vehicle. Actual durability and warranty eligibility depend on\n      exposure zone, application angle, substrate, preparation, installation,\n      environment and maintenance. This product is decorative colour-change\n      vinyl and is not paint protection film. Professional installation and\n      physical sample evaluation are strongly recommended. Avery Dennison,\n      Supreme Wrapping Film, Easy Apply and StaFlat are trademarks of Avery\n      Dennison Corporation or its affiliates.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546135035961,"sku":"10256487907","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"5ft x 1ft","offer_id":19546135068729,"sku":"10256487908","price":18.78,"currency_code":"CAD","in_stock":false},{"title":"5ft x 2ft","offer_id":19546135101497,"sku":"10256487909","price":34.48,"currency_code":"CAD","in_stock":false},{"title":"5ft x 5ft","offer_id":19546135134265,"sku":"10256487910","price":81.87,"currency_code":"CAD","in_stock":false},{"title":"5ft x 8ft","offer_id":19546135167033,"sku":"10256487911","price":119.44,"currency_code":"CAD","in_stock":false},{"title":"5ft x 10ft","offer_id":19546135199801,"sku":"10256487912","price":144.49,"currency_code":"CAD","in_stock":false},{"title":"5ft x 15ft","offer_id":19546135232569,"sku":"10256487913","price":202.29,"currency_code":"CAD","in_stock":false},{"title":"5ft x 20ft","offer_id":19546135265337,"sku":"10256487914","price":265.86,"currency_code":"CAD","in_stock":false},{"title":"5ft x 25ft","offer_id":19546135298105,"sku":"10256487915","price":325.11,"currency_code":"CAD","in_stock":false},{"title":"5ft x 30ft","offer_id":19546135330873,"sku":"10256487916","price":384.35,"currency_code":"CAD","in_stock":false},{"title":"5ft x 40ft","offer_id":19546135363641,"sku":"10256487917","price":508.61,"currency_code":"CAD","in_stock":false},{"title":"5ft x 50ft","offer_id":19546135396409,"sku":"10256487918","price":630.95,"currency_code":"CAD","in_stock":false},{"title":"5ft x 60ft","offer_id":19546135429177,"sku":"10256487919","price":751.36,"currency_code":"CAD","in_stock":false},{"title":"5ft x 75ft","offer_id":19546135461945,"sku":"10256487920","price":931.98,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/646-M_c0d93e97-2e94-4009-b2ba-21248c39279c.jpg?v=1737607738"},{"product_id":"avery-supreme-vinyl-gloss-blue-wrap-sw900-677-o","title":"AVERY DENNISON SW900 SUPREME GLOSS BLUE VINYL WRAP | 677-O","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 Gloss Blue\n     Product Code: SW900-677-O\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(31, 99, 224, 0.34),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(9, 48, 123, 0.36),\n        transparent 31%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(31, 99, 224, 0.1),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(31, 99, 224, 0.13),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    box-shadow: none;\n    font-family: inherit;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__fine-print p {\n    margin: 0;\n  }\n\n  .iwpd__fine-print p + p {\n    margin-top: 5px;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-677o-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSupreme Wrapping Film™\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 677-O\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-677o-title\"\u003e\n        Gloss Blue\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a vivid, polished colour-change finish with\n        \u003cstrong\u003e\n          Avery Dennison® SW900 Gloss Blue SW900-677-O\n        \u003c\/strong\u003e.\n        Its rich blue colour and smooth, high-gloss factory-finished surface\n        provide a clean and expressive appearance for complete vehicle\n        transformations, contrasting panels and coordinated accent projects.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRich blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eCast wrap film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical colour precisely. Apparent\n        blue depth, brightness and gloss will vary with lighting, panel shape,\n        surrounding colours, viewing angle and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSolid Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 10 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY AND COLOUR PERSONALITY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Classic gloss blue\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        A rich blue colour with clean reflections and confident visual energy\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Blue SW900-677-O\u003c\/strong\u003e\n        combines a saturated blue colour with a smooth, high-gloss\n        factory-finished surface. Direct sunlight and focused lighting make the\n        colour appear brighter and more vivid, while shaded conditions create a\n        deeper and more restrained blue presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The solid, non-metallic finish follows body lines cleanly and creates\n        defined reflections across broad panels. Its versatile blue tone can\n        suit sports cars, luxury vehicles, motorcycles, personal projects and\n        selected commercial applications.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Gloss Blue can be used for a complete colour-change transformation or\n        to add contrast across roofs, hoods, trunks, mirrors, pillars and trim.\n        Careful preparation and controlled installation help preserve a smooth,\n        consistent appearance across adjoining panels.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003e\n            Finish personality\n          \u003c\/span\u003e\n\n          \u003ch4\u003e\n            Confident, polished and versatile with a vivid high-gloss presentation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Blue pairs naturally with gloss black, satin black, charcoal,\n          exposed carbon fibre, gunmetal, silver, white and polished metal.\n          Yellow, orange, red, bronze or bright-green accents can create a\n          stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Professional wrap-film technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Rich blue styling with controlled application performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Blue combines a multi-layer cast-film construction and\n        factory-finished gloss surface with Avery Dennison® Easy Apply™ RS\n        technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Solid blue appearance\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          A non-metallic blue colour provides a clean and expressive foundation\n          for complete wraps, contrast panels and coordinated accent work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          High-gloss finished surface\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The smooth gloss surface produces defined reflections and a polished\n          appearance across properly prepared vehicle panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align the film before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 60-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete gloss-blue transformation or coordinated feature areas\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the smooth blue gloss finish.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused exterior or interior details on compatible smooth surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Large Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on vans, trucks, buses and approved solid\n            surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WARNING NOTE --\u003e\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Prepare the surface carefully and confirm the physical colour first.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          High-gloss surfaces can make dust, fingerprints, adhesive disturbance\n          and substrate imperfections easier to see. Prepare the surface\n          thoroughly, use clean non-abrasive tools and test the physical film\n          beside the intended vehicle colour before installation. Use material\n          from the same production lot, preferably one roll per vehicle. This\n          decorative vinyl is not paint protection film and does not provide\n          stone-chip, puncture, impact or self-healing protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-677o-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-677-O \/ 677-O\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e150% at break\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture when stored at 68°F to 77°F \/\n                20°C to 25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 10 years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-677o-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 677-O\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, forming, edge finishing and post-heating are\n              essential for reliable wrap performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate under strong lighting.\u003c\/strong\u003e\n              Gloss film may reveal dents, sanding marks, dust, paint texture\n              and other surface irregularities after installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Keep the adhesive and finished surface free from fingerprints,\n              grit, dust and squeegee contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight colour or gloss differences can occur between rolls or\n              lots. One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Plan seams, overlaps, edges and high-stress areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and certain other low-surface-energy\n              materials may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe current PDS lists stainless steel as an unsuitable use.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated overstretching can alter colour, reduce gloss\n              uniformity and weaken performance in formed areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize adhesive disturbance.\u003c\/strong\u003e\n              Repeated lifting, aggressive repositioning or excessive pressure\n              can create visible texture beneath high-gloss film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 installation instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not use below the static waterline or on watercraft without\n              appropriate edge sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-677o-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and affect the blue appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, non-abrasive cleaning products that are ideally within\n              a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft,\n              non-abrasive towel to reduce water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and polishing methods that may alter the gloss.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid incompatible products containing petroleum distillates,\n              harsh solvents, acids, ammonia, chlorine, glycol ethers,\n              phosphates or abrasive ingredients.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be acceptable, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the pressure-washer nozzle at least 12 inches from film\n              edges, use a 40-degree wide spray pattern and hold the nozzle\n              perpendicular to the graphic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, lifted sections\n              or damaged areas. Power washing graphics installed on glass is\n              not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-677o-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Blue as SW900-677-O within the SW900\n              Gloss colour family.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to 10 years for vertical exposure and two years for horizontal\n              or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to eight years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 4.8 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the graphic within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and loss of gloss are considered normal wear and are not\n              covered by the Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Soaps, waxes, coatings or products containing petroleum\n              distillates or incompatible solvents may cause premature failure,\n              alter the finish and affect warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability refers to removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability depends on substrate and paint condition. The current\n              PDS lists stainless steel as an unsuitable use and identifies\n              additional removability exclusions in its current documentation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Visible marks caused by substrate defects, contamination,\n              incorrect tools, excessive pressure or improper installation are\n              not evidence of a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by impacts, road debris, accidents, improper\n              cleaning, incorrect installation or ordinary use is not a\n              manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual Gloss Blue colour before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Blue cannot be evaluated accurately from a static digital\n          image. Its apparent depth, brightness and gloss change with lighting,\n          viewing angle and surrounding colours. Select the 3 × 5-inch sample\n          option above and inspect the physical film outdoors, under direct\n          light and beside the intended vehicle colour before ordering material\n          for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINE PRINT --\u003e\n  \u003cdiv class=\"iwpd__fine-print\"\u003e\n    \u003cp\u003e\n      *Avery Dennison identifies Blue as SW900-677-O within the SW900 Gloss\n      family. The current SW900 product data sheet lists colour durability of up\n      to 10 years for qualifying Zone 1 vertical exposure and two years for\n      horizontal or non-vertical exposure, with shorter periods in Zones 2 and\n      3. Actual durability and warranty eligibility depend on exposure zone,\n      application angle, substrate, preparation, installation, environment and\n      maintenance. This product is decorative colour-change vinyl and is not\n      paint protection film. Professional installation and physical sample\n      evaluation are strongly recommended. Avery Dennison, Supreme Wrapping\n      Film, Easy Apply and StaFlat are trademarks of Avery Dennison Corporation\n      or its affiliates.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\u003cspan\u003eCurrent manufacturer documentation and the physical roll label govern.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546135560249,"sku":"10256487333","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546135593017,"sku":"10256487334","price":18.78,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546135625785,"sku":"10256487335","price":34.48,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546135658553,"sku":"10256487336","price":81.87,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546135691321,"sku":"10256487337","price":119.44,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546135724089,"sku":"10256487338","price":144.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546135756857,"sku":"10256487339","price":202.29,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546135789625,"sku":"10256487340","price":265.86,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546135822393,"sku":"10256487341","price":325.11,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546135855161,"sku":"10256487342","price":384.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546135887929,"sku":"10256487343","price":508.61,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546135920697,"sku":"10256487344","price":630.95,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546135953465,"sku":"10256487345","price":751.36,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546135986233,"sku":"10256487346","price":931.98,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/667-O_da4b0f30-cf6a-463c-a32f-be58a165ca98.jpg?v=1737607753"},{"product_id":"avery-supreme-vinyl-gloss-blue-diamond-wrap-sw900-676-d","title":"AVERY DENNISON SW900 SUPREME GLOSS BLUE DIAMOND VINYL WRAP | 676-D","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 Gloss Blue Diamond\n     Product Code: SW900-676-D\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(44, 109, 220, 0.34),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(14, 53, 130, 0.32),\n        transparent 31%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(38, 100, 210, 0.1),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(35, 83, 167, 0.14),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    box-shadow: none;\n    font-family: inherit;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-676d-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eDiamond Series\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 676-D\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-676d-title\"\u003e\n        Gloss Blue Diamond\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Give vehicle surfaces a rich, jewel-inspired finish with\n        \u003cstrong\u003e\n          Avery Dennison® SW900 Blue Diamond SW900-676-D\n        \u003c\/strong\u003e.\n        Its deep blue colour, high-gloss factory-finished surface and brilliant\n        Diamond sparkle create a distinctive appearance that becomes more\n        pronounced under direct light and across sculpted body panels.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRich blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDiamond sparkle effect\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Diamond\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the complete Diamond effect. Apparent\n        sparkle, brightness, blue depth and gloss will vary with lighting,\n        viewing position, panel shape, surrounding colours and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"m12 3 3 6 6 3-6 3-3 6-3-6-6-3 6-3 3-6Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eSpecial effect\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDiamond Sparkle\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 9h6v6H9z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss, Above 85 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 3 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY AND COLOUR PERSONALITY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Diamond brilliance\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        A deep blue colour with an illuminated, jewel-like gloss effect\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Blue Diamond SW900-676-D\u003c\/strong\u003e\n        combines a rich blue colour with a high-gloss Diamond-effect finished\n        surface. Fine reflective detail becomes more visible under direct\n        sunlight, showroom lighting and other focused light sources, giving\n        broad panels a bright and dimensional presentation.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The primary colour remains blue, while the sparkle can create\n        impressions of sapphire, cobalt and cool electric highlights depending\n        on the lighting environment. Curves and body lines catch reflections\n        differently from flatter areas, helping the finish reveal additional\n        depth as the vehicle or viewer moves.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Blue Diamond can be used for a complete colour-change project or as a\n        distinctive accent. Because its special-effect construction is thicker\n        than standard SW900 colours, professional planning and controlled\n        installation are especially important around complex curves and deep\n        recesses.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003e\n            Finish personality\n          \u003c\/span\u003e\n\n          \u003ch4\u003e\n            Bold, polished and performance-inspired with deep blue colour and brilliant sparkle.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Blue Diamond pairs naturally with gloss black, satin black, charcoal,\n          exposed carbon fibre, gunmetal and polished metal. White or silver\n          details create a clean contrast, while cyan, violet, red or bronze\n          accents can build a more expressive custom combination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Diamond Series\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        High-impact visual detail with professional wrap-film technology\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Blue Diamond combines a thick special-effect cast-film construction and\n        factory-finished gloss surface with Avery Dennison® Easy Apply™ RS\n        technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Diamond sparkle effect\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Reflective visual detail becomes more prominent under direct light,\n          giving the blue surface a bright, jewel-inspired presentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          High-gloss finished surface\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The gloss surface intensifies reflections and helps define the\n          contrast between the rich blue base and its Diamond-effect detail.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align material before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, supporting smoother installation across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 60-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Diamond transformation or brilliant feature areas\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase the high-gloss blue sparkle effect.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Trim \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused exterior or interior details on compatible smooth surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Large Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on vans, trucks, buses and approved solid\n            surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WARNING NOTE --\u003e\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Diamond films are thicker and may have reduced conformability.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          The SW900 Diamond line has a face caliper of 5.4 to 5.7 mil \/\n          137 to 140 µm. Plan complex curves and deep recesses carefully, avoid\n          concentrated overstretching, and follow Avery Dennison’s current\n          installation and post-heating instructions. Maintain consistent panel\n          orientation and use material from the same production lot, preferably\n          one roll per vehicle. This decorative vinyl is not paint protection\n          film and does not provide stone-chip, puncture, impact, scratch or\n          self-healing protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-676d-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct family:\u003c\/dt\u003e\n              \u003cdd\u003eDiamond Series\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-676-D \/ 676-D\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Diamond-effect cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished gloss Diamond-effect surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eDiamond face caliper:\u003c\/dt\u003e\n              \u003cdd\u003e5.4 to 5.7 mil \/ 137 to 140 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eConformability note:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Films 4 mil \/ 102 µm and above may have reduced conformability\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50°F to 180°F \/ -45°C to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture when stored at 68°F to 77°F \/\n                20°C to 25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to three years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to one year*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-676d-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 676-D\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is strongly recommended.\u003c\/strong\u003e\n              Diamond film is substantially thicker than standard SW900\n              colours and requires careful planning around compound curves and\n              recesses.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan panel direction before cutting.\u003c\/strong\u003e\n              Keep roll orientation consistent across adjoining panels so the\n              Diamond detail presents uniformly.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences can occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAccount for reduced conformability.\u003c\/strong\u003e\n              The 5.4 to 5.7 mil Diamond construction may not form as easily as\n              thinner SW900 films in tight channels, deep recesses or severe\n              compound curves.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid concentrated overstretching.\u003c\/strong\u003e\n              Excessive tension can reduce sparkle uniformity, alter gloss and\n              weaken long-term performance in stretched areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Plan seams, overlaps, edges and high-stress areas before removing\n              the liner or applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and certain other low-surface-energy\n              materials may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is not a recommended substrate.\u003c\/strong\u003e\n              Avery Dennison does not warrant clean removability from stainless\n              steel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat.\u003c\/strong\u003e\n              Apply heat gradually and evenly. Excessive or concentrated heat\n              can damage the film or create an inconsistent appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 application instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eFollow current manufacturer instructions.\u003c\/strong\u003e\n              Surface preparation, forming, finishing, edge treatment and\n              post-heating requirements take priority over general guidance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not use below the static waterline or without appropriate edge\n              sealing. Saltwater marine applications are not warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-676d-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              reduce gloss and obscure the Diamond-effect appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, non-abrasive cleaning products that are ideally within\n              a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft,\n              non-abrasive towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and polishing methods that may scratch or alter the\n              gloss.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid incompatible products containing petroleum distillates,\n              harsh solvents, acids, ammonia, chlorine, glycol ethers,\n              phosphates or abrasive ingredients.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be used, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler cleaning methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the pressure-washer nozzle at least 12 inches from film\n              edges, use a 40-degree wide spray pattern and hold the nozzle\n              perpendicular to the graphic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, lifted sections\n              or damaged areas. Power washing graphics installed on glass is\n              not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-676d-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Blue as product code SW900-676-D within\n              the SW900 Diamond line.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to three years for vertical exposure and one year for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to 2.4 years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to 1.5 years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the graphic within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and loss of gloss are considered normal wear and are not\n              covered by the Avery Dennison material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Soaps, waxes, coatings or products containing petroleum\n              distillates or incompatible solvents may cause premature failure,\n              alter the finish and affect warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability refers to removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability is not warranted from poorly bonded paint,\n              improperly cured paint, oxidized surfaces, stainless steel or\n              existing graphics that must remain intact.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery Dennison does not warrant ease or speed of removal or\n              removal from automotive paint more than five years old.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or special-effect differences may occur between\n              production lots. Confirm lot numbers before cutting material for\n              one vehicle or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Appearance differences caused by inconsistent panel direction,\n              excessive stretching or mixed production lots are\n              installation-related rather than evidence of a manufacturing\n              defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by impacts, road debris, accidents, improper\n              cleaning, incorrect installation or ordinary use is not a\n              manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual Blue Diamond effect before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Blue Diamond cannot be evaluated accurately from a static\n          digital image. Its blue depth, gloss and reflective sparkle change\n          with lighting and viewing angle. Select the 3 × 5-inch sample option\n          above and inspect the physical film outdoors, under direct light and\n          beside the intended vehicle colour before ordering material for the\n          complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Blue as SW900-676-D within the SW900 Diamond\n    line. The current SW900 product data sheet lists Diamond-line durability\n    of up to three years for qualifying Zone 1 vertical exposure and one year\n    for horizontal or non-vertical exposure, with shorter periods in Zones 2\n    and 3. The Diamond line has a face caliper of 5.4 to 5.7 mil \/\n    137 to 140 µm and may have reduced conformability compared with thinner\n    SW900 films. Consistent panel orientation and material from the same\n    production lot should be used across adjoining panels. Actual durability\n    and warranty eligibility depend on exposure zone, application angle,\n    substrate, preparation, installation and maintenance. Current manufacturer documentation and the physical roll label govern. This product is decorative\n    vinyl and is not paint protection film. Professional installation and\n    physical sample evaluation are strongly recommended. Avery Dennison,\n    Supreme Wrapping Film, Easy Apply and StaFlat are trademarks of Avery\n    Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546141360185,"sku":"10256488495","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546141392953,"sku":"10256488496","price":21.53,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546141425721,"sku":"10256488497","price":42.1,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546141458489,"sku":"10256488498","price":99.25,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546141491257,"sku":"10256488499","price":144.37,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546141524025,"sku":"10256488500","price":168.43,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546141556793,"sku":"10256488501","price":249.03,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546141589561,"sku":"10256488502","price":324.83,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546141622329,"sku":"10256488503","price":400.02,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546141655097,"sku":"10256488504","price":476.42,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546141687865,"sku":"10256488505","price":630.41,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546141720633,"sku":"10256488506","price":782.0,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546141753401,"sku":"10256488507","price":931.18,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546141786169,"sku":"10256488508","price":1145.93,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/676-D_51120e7f-eeef-4a6d-9075-a3114a4e2475.jpg?v=1737607862"},{"product_id":"avery-supreme-vinyl-wrap-color-flow-satin-rushing-riptide-wrap-sw900-673-s","title":"AVERY DENNISON SW900 SUPREME COLORFLOW SATIN RUSHING RIPTIDE VINYL WRAP | 673-S","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 ColorFlow Satin Rushing Riptide\n     Product Code: SW900-673-S\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(119, 63, 186, 0.34),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(27, 183, 201, 0.27),\n        transparent 31%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(34, 177, 194, 0.08),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(111, 66, 181, 0.14),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    box-shadow: none;\n    font-family: inherit;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"iwpd\" aria-labelledby=\"iwpd-673s-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eColorFlow™ Satin\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 673-S\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-673s-title\"\u003e\n        Satin Rushing Riptide\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Transform vehicle surfaces with the vivid, angle-responsive character\n        of\n        \u003cstrong\u003e\n          Avery Dennison® SW900 ColorFlow™ Satin Rushing Riptide SW900-673-S\n        \u003c\/strong\u003e.\n        Its factory-finished satin surface moves visually between bright cyan\n        and rich purple as lighting, viewing position and panel contours\n        change.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eCyan \/ purple effect\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin ColorFlow™ finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDirectional appearance\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin ColorFlow™\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor effect\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eCyan \/ Purple\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the complete ColorFlow™ effect.\n        Apparent cyan-to-purple balance, satin sheen and brightness will vary\n        with lighting, viewing angle, panel shape, surrounding colors and\n        screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 18 18 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 4h11v11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9v11h11\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eColor effect\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eCyan \/ Purple\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7 12h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin 20-30 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 4 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY AND COLOR PERSONALITY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Color in motion\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        A vivid cyan-and-purple transformation with a controlled satin sheen\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSatin Rushing Riptide SW900-673-S\u003c\/strong\u003e\n        combines the shifting visual character of Avery Dennison® ColorFlow™\n        technology with a softly diffused satin finish. Depending on the light\n        source, viewing position and surface angle, the film can present bright\n        cyan, rich purple or a moving blend of intermediate tones across the\n        same panel.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The satin surface softens sharp reflections while preserving visible\n        color movement. Broad panels can display smooth, gradual transitions,\n        while curves, body lines and sculpted areas produce more concentrated\n        movement between the cyan and purple sides of the finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Rushing Riptide is particularly effective for complete color-change\n        projects where film direction can remain coordinated across adjoining\n        panels. It can also create distinctive partial wraps and accents when\n        roll orientation, panel layout and production lot are planned before\n        cutting.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003e\n            Finish personality\n          \u003c\/span\u003e\n\n          \u003ch4\u003e\n            Electric, futuristic and expressive with a refined cyan-to-purple transformation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Satin Rushing Riptide pairs naturally with satin black, gloss black,\n          charcoal, exposed carbon fiber, gunmetal and polished metal. Cyan,\n          violet or deep-blue details can emphasize one side of the effect,\n          while white, silver or magenta can create a sharper custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        ColorFlow™ technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Multi-angle color movement with professional wrap-film performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Satin Rushing Riptide combines multi-layer cast-film construction and\n        a factory-finished satin surface with Avery Dennison® Easy Apply™ RS\n        adhesive technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Cyan-to-purple movement\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The visible color balance changes with light direction, viewing\n          position and panel contour, producing a dynamic effect across the\n          vehicle.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Satin finished surface\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 20-30 GU satin range diffuses sharp reflections and presents the\n          ColorFlow™ effect with a smoother, more controlled character than a\n          high-gloss finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align material before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, reducing bubbles and supporting controlled installation\n          across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 60-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Build a complete ColorFlow™ transformation or distinctive feature areas\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete color-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase gradual cyan-and-purple visual movement.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Trim \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused exterior or interior details on compatible smooth surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Large Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on vans, trucks, buses and other approved\n            solid surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WARNING NOTE --\u003e\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Film direction and production lot must be planned before cutting.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          ColorFlow™ is directional. Rotating one panel relative to another can\n          produce a visibly different cyan-to-purple balance. Maintain the same\n          roll orientation across adjoining panels and use material from the\n          same production lot, preferably one roll per vehicle. This decorative\n          vinyl is not paint protection film and does not provide stone-chip,\n          puncture, impact or self-healing protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-673s-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct family:\u003c\/dt\u003e\n              \u003cdd\u003eColorFlow™ Series\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial color:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Rushing Riptide\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-673-S \/ 673-S\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eSatin special-effect cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColor effect:\u003c\/dt\u003e\n              \u003cdd\u003eCyan \/ Purple ColorFlow™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished satin surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSatin gloss level:\u003c\/dt\u003e\n              \u003cdd\u003e20-30 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50 to 180°F \/ -45 to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture when stored at 68-77°F \/\n                20-25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to four years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to one year*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-673s-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 673-S\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              ColorFlow™ films require deliberate panel planning to maintain a\n              coordinated appearance across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the application direction before cutting.\u003c\/strong\u003e\n              Mark the roll direction and keep it consistent across doors,\n              fenders, quarter panels, bumpers and mirrored components.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate panels to reduce material use.\u003c\/strong\u003e\n              A panel turned 90 or 180 degrees may display a visibly different\n              cyan-to-purple balance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences can occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Seams, overlaps, repairs and adjoining pieces can display\n              different effects when film direction is inconsistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and certain other low-surface-energy\n              materials may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is not a recommended substrate.\u003c\/strong\u003e\n              Avery Dennison does not warrant clean removability from stainless\n              steel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated tension can alter the special-effect appearance and\n              create visible differences between adjoining areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 application instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eFollow current manufacturer instructions.\u003c\/strong\u003e\n              Surface preparation, forming, finishing, edge treatment and\n              post-heating requirements take priority over general guidance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not use below the static waterline or without appropriate edge\n              sealing. Saltwater marine applications are not warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-673s-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              affect the satin appearance when left on the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, non-abrasive cleaning products that are ideally within\n              a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft,\n              non-abrasive towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean and dry complete panels evenly. Concentrated rubbing or\n              treating only one small area can create an inconsistent satin\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and polishing methods that may alter the satin\n              finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid incompatible products containing petroleum distillates,\n              harsh solvents, acids, ammonia, chlorine or abrasive ingredients.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be used, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only with caution.\u003c\/strong\u003e\n              Try gentler cleaning methods first, keep the nozzle a safe\n              distance from the film and never direct pressurized water into\n              seams, edges, lifted sections or damaged areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Power washing graphics installed on glass is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              discoloration, cracking, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-673s-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Satin Rushing Riptide as product code\n              SW900-673-S with a Cyan\/Purple ColorFlow™ effect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Satin Rushing Riptide is classified within Avery Dennison’s\n              SW900 ColorFlow™ durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to four years for vertical exposure and one year for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to three years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to two years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the graphic within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and changes to the satin appearance are considered\n              normal wear and are not covered by the material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Soaps, waxes, coatings or products containing petroleum\n              distillates or incompatible solvents may cause premature failure,\n              alter the finish and affect warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability is not warranted from poorly bonded paint,\n              improperly cured paint, oxidized surfaces, stainless steel or\n              existing graphics that must remain intact.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight color or effect differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Visual mismatches caused by rotated panels, inconsistent film\n              direction or mixed production lots are installation-related\n              rather than evidence of a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by impacts, road debris, accidents, improper\n              cleaning, incorrect installation or ordinary use is not a\n              manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual cyan-to-purple satin effect before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Rushing Riptide cannot be evaluated accurately from a static\n          digital image. Its cyan-and-purple balance, satin sheen and visual\n          movement change with lighting and viewing angle. Select the\n          3 × 5-inch sample option above and inspect the physical film from\n          multiple directions beside the intended vehicle color before\n          ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Satin Rushing Riptide as SW900-673-S with a\n    Cyan\/Purple ColorFlow™ effect. The current SW900 product data sheet lists\n    ColorFlow™ durability of up to four years for qualifying Zone 1 vertical\n    exposure, with shorter coverage for horizontal, non-vertical and more\n    severe geographic exposures. ColorFlow™ is directional; consistent roll\n    orientation and material from the same production lot should be used\n    across adjoining panels. Actual durability and warranty eligibility depend\n    on exposure zone, application angle, substrate, preparation, installation\n    and maintenance. Current manufacturer documentation and the physical roll label govern. This product is decorative vinyl and is not paint protection\n    film. Professional installation and physical sample evaluation are\n    strongly recommended. Avery Dennison, Supreme Wrapping Film, ColorFlow,\n    Easy Apply and StaFlat are trademarks of Avery Dennison Corporation or its\n    affiliates.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546143391801,"sku":"10256488705","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546143424569,"sku":"10256488706","price":25.85,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546143457337,"sku":"10256488707","price":50.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546143490105,"sku":"10256488708","price":111.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546143522873,"sku":"10256488709","price":161.77,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546143555641,"sku":"10256488710","price":202.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546143588409,"sku":"10256488711","price":292.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546143621177,"sku":"10256488712","price":384.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546143686713,"sku":"10256488713","price":476.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546143719481,"sku":"10256488714","price":567.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546143752249,"sku":"10256488715","price":751.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546143817785,"sku":"10256488716","price":931.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546143850553,"sku":"10256488717","price":1100.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546143883321,"sku":"10256488718","price":1364.97,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/673-S_e44bdef3-f310-4fdd-b39b-b9de1ccffa67.jpg?v=1737607889"},{"product_id":"avery-supreme-vinyl-wrap-color-flow-satin-roaring-thunder-wrap-sw900-551-s","title":"AVERY DENNISON SW900 SUPREME COLORFLOW SATIN ROARING THUNDER VINYL WRAP | 551-S","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 ColorFlow Satin Roaring Thunder\n     Product Code: SW900-551-S\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(53, 91, 201, 0.34),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(190, 35, 61, 0.28),\n        transparent 31%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(54, 88, 182, 0.08),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(188, 42, 70, 0.14),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    box-shadow: none;\n    font-family: inherit;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-551s-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eColorFlow™ Satin\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 551-S\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-551s-title\"\u003e\n        Satin Roaring Thunder\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Transform vehicle surfaces with the dramatic, angle-responsive\n        character of\n        \u003cstrong\u003e\n          Avery Dennison® SW900 ColorFlow™ Satin Roaring Thunder SW900-551-S\n        \u003c\/strong\u003e.\n        Its factory-finished satin surface moves visually between vivid blue\n        and rich red as lighting, viewing position and panel contours change.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eBlue \/ red effect\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSatin ColorFlow™ finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDirectional appearance\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eSatin ColorFlow™\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor effect\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Red\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the complete ColorFlow™ effect.\n        Apparent blue-to-red balance, satin sheen and brightness will vary with\n        lighting, viewing angle, panel shape, surrounding colours and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 18 18 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 4h11v11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9v11h11\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eColour effect\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eBlue \/ Red\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7 12h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSatin 20-30 GU\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 4 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY AND COLOUR PERSONALITY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Colour in motion\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        A powerful blue-and-red transformation with a controlled satin sheen\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSatin Roaring Thunder SW900-551-S\u003c\/strong\u003e\n        combines the shifting visual character of Avery Dennison® ColorFlow™\n        technology with a softly diffused satin finish. Depending on the light\n        source, viewing position and surface angle, the film can present vivid\n        blue, rich red or a moving blend of intermediate tones across the same\n        panel.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The satin surface softens sharp reflections while preserving visible\n        colour movement. Broad panels can display smooth, gradual transitions,\n        while curves, body lines and sculpted areas produce more concentrated\n        movement between the blue and red sides of the finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Roaring Thunder is particularly effective for complete colour-change\n        projects where film direction can remain coordinated across adjoining\n        panels. It can also create distinctive partial wraps and accents when\n        roll orientation, panel layout and production lot are planned before\n        cutting.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003e\n            Finish personality\n          \u003c\/span\u003e\n\n          \u003ch4\u003e\n            Bold, electric and performance-inspired with a refined blue-to-red transformation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Satin Roaring Thunder pairs naturally with satin black, gloss black,\n          charcoal, exposed carbon fibre, gunmetal and polished metal. Blue or\n          red details can emphasize one side of the effect, while white,\n          silver or bronze can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        ColorFlow™ technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Multi-angle colour movement with professional wrap-film performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Satin Roaring Thunder combines multi-layer cast-film construction and\n        a factory-finished satin surface with Avery Dennison® Easy Apply™ RS\n        adhesive technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Blue-to-red movement\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The visible colour balance changes with light direction, viewing\n          position and panel contour, producing a dynamic effect across the\n          vehicle.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Satin finished surface\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 20-30 GU satin range diffuses sharp reflections and presents the\n          ColorFlow™ effect with a smoother, more controlled character than a\n          high-gloss finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align material before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, reducing bubbles and supporting controlled installation\n          across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 60-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Build a complete ColorFlow™ transformation or distinctive feature areas\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete colour-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase gradual blue-and-red visual movement.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Trim \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused exterior or interior details on compatible smooth surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Large Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Suitable prepared areas on vans, trucks, buses and other approved\n            solid surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WARNING NOTE --\u003e\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Film direction and production lot must be planned before cutting.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          ColorFlow™ is directional. Rotating one panel relative to another can\n          produce a visibly different blue-to-red balance. Maintain the same\n          roll orientation across adjoining panels and use material from the\n          same production lot, preferably one roll per vehicle. This decorative\n          vinyl is not paint protection film and does not provide stone-chip,\n          puncture, impact or self-healing protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-551s-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct family:\u003c\/dt\u003e\n              \u003cdd\u003eColorFlow™ Series\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial colour:\u003c\/dt\u003e\n              \u003cdd\u003eSatin Roaring Thunder\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-551-S \/ 551-S\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eSatin special-effect cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour effect:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Red ColorFlow™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished satin surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSatin gloss level:\u003c\/dt\u003e\n              \u003cdd\u003e20-30 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical face-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 3.2 mil \/ 80 µm typical face film; current PDS\/physical roll governs.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50 to 180°F \/ -45 to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture when stored at 68-77°F \/\n                20-25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to four years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to one year*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-551s-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 551-S\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              ColorFlow™ films require deliberate panel planning to maintain a\n              coordinated appearance across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the application direction before cutting.\u003c\/strong\u003e\n              Mark the roll direction and keep it consistent across doors,\n              fenders, quarter panels, bumpers and mirrored components.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate panels to reduce material use.\u003c\/strong\u003e\n              A panel turned 90 or 180 degrees may display a visibly different\n              blue-to-red balance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences can occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Seams, overlaps, repairs and adjoining pieces can display\n              different effects when film direction is inconsistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and certain other low-surface-energy\n              materials may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is not a recommended substrate.\u003c\/strong\u003e\n              Avery Dennison does not warrant clean removability from stainless\n              steel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated tension can alter the special-effect appearance and\n              create visible differences between adjoining areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 application instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eFollow current manufacturer instructions.\u003c\/strong\u003e\n              Surface preparation, forming, finishing, edge treatment and\n              post-heating requirements take priority over general guidance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not use below the static waterline or without appropriate edge\n              sealing.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-551s-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              affect the satin appearance when left on the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use mild, non-abrasive cleaning products that are ideally within\n              a pH range of 5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber or soft,\n              non-abrasive towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean and dry complete panels evenly. Concentrated rubbing or\n              treating only one small area can create an inconsistent satin\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and polishing methods that may alter the satin\n              finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid incompatible products containing petroleum distillates,\n              harsh solvents, acids, ammonia, chlorine, glycol ethers,\n              phosphates or abrasive ingredients.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash may be used, but\n              automated brush washes are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only with caution.\u003c\/strong\u003e\n              Try gentler cleaning methods first, keep the nozzle a safe\n              distance from the surface and never direct pressurized water into\n              seams, edges, lifted sections or damaged areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Power washing graphics installed on glass is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              discoloration, cracking, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-551s-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Satin Roaring Thunder as product code\n              SW900-551-S with a Blue\/Red ColorFlow™ effect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Satin Roaring Thunder is classified within Avery Dennison’s\n              SW900 ColorFlow™ durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to four years for vertical exposure and one year for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to three years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to two years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the graphic within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and changes to the satin appearance are considered\n              normal wear and are not covered by the material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Soaps, waxes, coatings or products containing petroleum\n              distillates or incompatible solvents may cause premature failure,\n              alter the finish and affect warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability refers to removal with less than 20% adhesive\n              residue when appropriate heat and chemical removal methods are\n              used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability is not warranted from poorly bonded paint,\n              improperly cured paint, oxidized surfaces, stainless steel or\n              existing graphics that must remain intact.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery Dennison does not warrant ease or speed of removal or\n              removal from automotive paint more than five years old.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or effect differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Visual mismatches caused by rotated panels, inconsistent film\n              direction or mixed production lots are installation-related\n              rather than evidence of a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by impacts, road debris, accidents, improper\n              cleaning, incorrect installation or ordinary use is not a\n              manufacturing defect.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual blue-to-red satin effect before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Satin Roaring Thunder cannot be evaluated accurately from a static\n          digital image. Its blue-and-red balance, satin sheen and visual\n          movement change with lighting and viewing angle. Select the\n          3 × 5-inch sample option above and inspect the physical film from\n          multiple directions beside the intended vehicle colour before\n          ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Satin Roaring Thunder as SW900-551-S with a\n    Blue\/Red ColorFlow™ effect. The current SW900 product data sheet lists\n    ColorFlow™ durability of up to four years for qualifying Zone 1 vertical\n    exposure, with shorter coverage for horizontal, non-vertical and more\n    severe geographic exposures. ColorFlow™ is directional; consistent roll\n    orientation and material from the same production lot should be used\n    across adjoining panels. Approximately 3.2 mil \/ 80 µm typical face film;\n    current PDS\/physical roll governs. Actual durability and warranty\n    eligibility depend on exposure zone, application angle, substrate,\n    preparation, installation and maintenance. Current manufacturer documentation and the physical roll label govern. This product is decorative\n    vinyl and is not paint protection film. Professional installation and\n    physical sample evaluation are strongly recommended. Avery Dennison,\n    Supreme Wrapping Film, ColorFlow, Easy Apply and StaFlat are trademarks of\n    Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546144079929,"sku":"10256488691","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546144112697,"sku":"10256488692","price":25.85,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546144145465,"sku":"10256488693","price":50.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546144178233,"sku":"10256488694","price":111.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546144211001,"sku":"10256488695","price":161.77,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546144243769,"sku":"10256488696","price":202.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546144276537,"sku":"10256488697","price":292.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546144309305,"sku":"10256488698","price":384.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546144342073,"sku":"10256488699","price":476.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546144374841,"sku":"10256488700","price":567.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546144407609,"sku":"10256488701","price":751.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546144440377,"sku":"10256488702","price":931.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546144473145,"sku":"10256488703","price":1100.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546144505913,"sku":"10256488704","price":1364.97,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/551-S_2f69f76d-417a-4ffc-9285-4faa6416bb27.jpg?v=1737607878"},{"product_id":"avery-supreme-vinyl-wrap-color-flow-gloss-rushing-riptide-wrap-sw900-674-s","title":"AVERY DENNISON SW900 SUPREME COLORFLOW GLOSS RUSHING RIPTIDE VINYL WRAP | 674-S","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 ColorFlow Gloss Rushing Riptide\n     Product Code: SW900-674-S\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(119, 63, 186, 0.34),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(27, 183, 201, 0.26),\n        transparent 31%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(29, 176, 194, 0.08),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(112, 67, 181, 0.14),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-674s-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eColorFlow™ Gloss\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 674-S\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-674s-title\"\u003e\n        Gloss Rushing Riptide\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Transform vehicle surfaces with the vivid, angle-responsive character\n        of\n        \u003cstrong\u003e\n          Avery Dennison® SW900 ColorFlow™ Gloss Rushing Riptide SW900-674-S\n        \u003c\/strong\u003e.\n        Its factory-finished gloss surface moves visually between bright cyan\n        and rich purple as lighting, viewing position and panel contours\n        change.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eCyan \/ purple effect\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss ColorFlow™ finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDirectional appearance\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss ColorFlow™\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eCyan \/ Purple\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the complete ColorFlow™ effect.\n        Apparent cyan-to-purple balance, brightness and gloss will vary with\n        lighting, viewing angle, panel shape, surrounding colors and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 18 18 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 4h11v11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9v11h11\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eColor effect\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eCyan \/ Purple\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 9h6v6H9z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eHigh Gloss\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 4 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Color in motion\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        A vivid cyan-and-purple effect shaped by light and movement\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Rushing Riptide SW900-674-S\u003c\/strong\u003e\n        combines a polished gloss surface with the shifting visual character\n        of Avery Dennison® ColorFlow™ technology. Depending on the light\n        source, viewing position and surface angle, the finish can present\n        bright cyan, rich purple or blended transitional tones across the same\n        panel.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Broad surfaces can display gradual color movement, while curves, body\n        lines and sculpted panels create stronger transitions. As the vehicle\n        or viewer moves, different areas become cooler, deeper or more vivid,\n        giving the completed wrap a continuously changing appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Rushing Riptide is especially effective for complete color-change\n        projects where film direction can remain coordinated across adjoining\n        panels. It can also create distinctive partial wraps and accents when\n        roll orientation, panel layout and production lot are planned before\n        cutting.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003e\n            Finish personality\n          \u003c\/span\u003e\n\n          \u003ch4\u003e\n            Electric, expressive and futuristic with a vivid cyan-to-purple transformation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Rushing Riptide pairs naturally with gloss black, satin black,\n          charcoal, exposed carbon fiber, silver and polished metal. Cyan,\n          violet or deep-blue details can emphasize one side of the effect,\n          while white, gunmetal or magenta can create a sharper custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        ColorFlow™ technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Multi-angle color movement with professional wrap-film performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Rushing Riptide combines a cast-film construction and\n        factory-finished gloss surface with Avery Dennison® Easy Apply™ RS\n        adhesive technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Cyan-to-purple movement\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The visible color balance changes with light direction, viewing\n          position and panel contour, creating dynamic movement across the\n          vehicle.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          High-gloss finished surface\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The smooth gloss finish intensifies highlights and gives the\n          ColorFlow™ effect a polished, visually defined presentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align material before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, reducing bubbles and supporting controlled installation\n          across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 60-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Build a complete ColorFlow™ transformation or distinctive feature areas\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete color-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase gradual cyan-and-purple visual movement.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Trim \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused exterior or interior details on compatible smooth surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Custom Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Vans, trucks, buses and selected custom graphic or branding areas.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Film direction and production lot must be planned before cutting.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          ColorFlow™ is directional. Rotating one panel relative to another can\n          produce a visibly different cyan-to-purple balance. Maintain the same\n          roll orientation across adjoining panels and use material from the\n          same production lot, preferably one roll per vehicle. This decorative\n          vinyl is not paint protection film and does not provide stone-chip,\n          puncture, impact or self-healing protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-674s-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct family:\u003c\/dt\u003e\n              \u003cdd\u003eColorFlow™ Series\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Rushing Riptide\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-674-S \/ 674-S\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss special-effect cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColor effect:\u003c\/dt\u003e\n              \u003cdd\u003eCyan \/ Purple ColorFlow™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film range:\u003c\/dt\u003e\n              \u003cdd\u003e\n                3.2–4.7 mil \/ 80–119 µm across the SW900 series; current\n                manufacturer documentation and the physical roll label govern\n                for 674-S\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50 to 180°F \/ -45 to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture when stored at 68–77°F \/\n                20–25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to four years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to one year*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-674s-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 674-S\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              ColorFlow™ films require deliberate panel planning to maintain a\n              coordinated effect across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the application direction before cutting.\u003c\/strong\u003e\n              Mark the roll direction and keep it consistent across doors,\n              fenders, quarter panels, bumpers and mirrored components.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate panels to reduce material use.\u003c\/strong\u003e\n              A panel turned 90 or 180 degrees may display a visibly different\n              cyan-to-purple balance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences can occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Seams, overlaps, repairs and adjoining pieces can display\n              different effects when film direction is inconsistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and certain other low-surface-energy\n              materials may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is not a recommended substrate.\u003c\/strong\u003e\n              Avery Dennison does not warrant clean removability from stainless\n              steel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated tension can alter the special-effect appearance and\n              create visible differences between adjoining areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 application instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eFollow current manufacturer instructions.\u003c\/strong\u003e\n              Surface preparation, forming, finishing, edge treatment and\n              post-heating requirements take priority over general guidance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and detailed graphics are not recommended.\u003c\/strong\u003e\n              Use a film intended for small lettering or intricate sign-cut\n              graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not use below the static waterline or without appropriate edge\n              sealing. Saltwater marine applications are not warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-674s-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              affect the gloss and appearance when left on the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use non-abrasive cleaners that are ideally within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber, chamois or soft\n              non-abrasive towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and polishing methods that may alter the gloss.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid incompatible products containing petroleum distillates,\n              harsh solvents, acids, ammonia, chlorine, glycol ethers,\n              phosphates or abrasive ingredients.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash is acceptable. Skip\n              automatic wax options that may contain petroleum distillates.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler methods have failed.\u003c\/strong\u003e\n              Keep water pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the pressure-washer nozzle at least 12 inches from film\n              edges, use a 40-degree wide spray pattern and hold the nozzle\n              perpendicular to the graphic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, lifted sections\n              or damaged areas. Power washing graphics installed on glass is\n              not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discoloration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-674s-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Gloss Rushing Riptide as product code\n              SW900-674-S with a Cyan\/Purple ColorFlow™ effect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rushing Riptide is classified within Avery Dennison’s SW900\n              ColorFlow™ Series durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to four years for vertical exposure and one year for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to three years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to two years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the graphic within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and loss of gloss are considered normal wear and are not\n              covered by Avery Dennison’s material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Certain soaps, waxes, coatings or products containing petroleum\n              distillates or incompatible solvents may cause premature failure\n              and affect warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability is not warranted from poorly bonded paint,\n              improperly cured paint, oxidized surfaces, stainless steel or\n              existing graphics that must remain intact.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight color or effect differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Visual mismatches caused by rotated panels, inconsistent film\n              direction or mixed production lots are installation-related\n              rather than evidence of a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by impacts, road debris, accidents, improper\n              cleaning, incorrect installation or ordinary use is not a\n              manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual cyan-to-purple effect before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Rushing Riptide cannot be evaluated accurately from a static\n          digital image. Its cyan-and-purple balance, gloss and visual movement\n          change with lighting and viewing angle. Select the 3 × 5-inch sample\n          option above and inspect the physical film from multiple directions\n          beside the intended vehicle color before ordering material for the\n          complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Gloss Rushing Riptide as SW900-674-S with a\n    Cyan\/Purple ColorFlow™ effect. The current SW900 product data sheet lists\n    ColorFlow™ durability of up to four years for qualifying Zone 1 vertical\n    exposure, with shorter coverage for horizontal, non-vertical and more\n    severe geographic exposures. ColorFlow™ is directional; consistent roll\n    orientation and material from the same production lot should be used\n    across adjoining panels. The current SW900 product data sheet lists a\n    series face-film range of 3.2–4.7 mil \/ 80–119 µm. Actual durability and\n    warranty eligibility depend on exposure zone, application angle,\n    substrate, preparation, installation and maintenance. Current manufacturer\n    documentation and the physical roll label govern. This product is\n    decorative vinyl and is not paint protection film. Professional\n    installation and physical sample evaluation are strongly recommended.\n    Avery Dennison, Supreme Wrapping Film, ColorFlow, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546147717177,"sku":"10256488621","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546147749945,"sku":"10256488622","price":25.85,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546147782713,"sku":"10256488623","price":50.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546147815481,"sku":"10256488624","price":111.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546147848249,"sku":"10256488625","price":161.77,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546147881017,"sku":"10256488626","price":202.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546147913785,"sku":"10256488627","price":292.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546147946553,"sku":"10256488628","price":384.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546147979321,"sku":"10256488629","price":476.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546148012089,"sku":"10256488630","price":567.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546148044857,"sku":"10256488631","price":751.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546148077625,"sku":"10256488632","price":931.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546148110393,"sku":"10256488633","price":1100.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546148143161,"sku":"10256488634","price":1364.97,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/674-S_c6051868-b5ef-4afd-90f6-c5c5f0443996.jpg?v=1737607892"},{"product_id":"avery-supreme-vinyl-wrap-color-flow-gloss-roaring-thunder-wrap-sw900-552-s","title":"AVERY DENNISON SW900 SUPREME COLORFLOW GLOSS ROARING THUNDER VINYL WRAP | 552-S","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison SW900 ColorFlow Gloss Roaring Thunder\n     Product Code: SW900-552-S\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(53, 92, 200, 0.34),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 72% 90%,\n        rgba(190, 34, 62, 0.27),\n        transparent 31%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(54, 88, 182, 0.08),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(190, 43, 69, 0.13),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-552s-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eColorFlow™ Gloss\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 552-S\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-552s-title\"\u003e\n        Gloss Roaring Thunder\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Transform vehicle surfaces with the dramatic, angle-responsive\n        character of\n        \u003cstrong\u003e\n          Avery Dennison® SW900 ColorFlow™ Gloss Roaring Thunder SW900-552-S\n        \u003c\/strong\u003e.\n        Its factory-finished gloss surface moves visually between vivid blue\n        and rich red as lighting, viewing position and panel contours change.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eBlue \/ red effect\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss ColorFlow™ finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDirectional appearance\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eEasy Apply™ RS\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss ColorFlow™\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Red\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the complete ColorFlow™ effect.\n        Apparent blue-to-red balance, brightness and gloss will vary with\n        lighting, viewing angle, panel shape, surrounding colors and screen\n        settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 18 18 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 4h11v11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9v11h11\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eColor effect\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eBlue \/ Red\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 9h6v6H9z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eHigh Gloss\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 152.4 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application Only\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eVertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 4 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Color in motion\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        A powerful blue-and-red effect that changes across every contour\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eGloss Roaring Thunder SW900-552-S\u003c\/strong\u003e\n        combines a polished gloss surface with the shifting visual character\n        of Avery Dennison® ColorFlow™ technology. Depending on the light\n        source, viewing position and surface angle, the finish can present\n        vivid blue, rich red or blended transitional tones across the same\n        panel.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Broad areas can display gradual color movement, while curves, body\n        lines and sculpted panels create stronger transitions. As the vehicle\n        or viewer moves, different areas become cooler, warmer, brighter or\n        deeper, producing a continuously changing appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Roaring Thunder is especially effective for complete color-change\n        projects where film direction can remain coordinated across adjoining\n        panels. It can also create distinctive partial wraps and accents when\n        roll orientation, panel layout and production lot are planned before\n        cutting.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003e\n            Finish personality\n          \u003c\/span\u003e\n\n          \u003ch4\u003e\n            Bold, electric and performance-inspired with an intense blue-to-red transformation.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Roaring Thunder pairs naturally with gloss black, satin black,\n          charcoal, exposed carbon fiber, silver and polished metal. Blue or\n          red accents can emphasize one side of the effect, while white,\n          gunmetal or bronze can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        ColorFlow™ technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Multi-angle color movement with professional wrap-film performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        Gloss Roaring Thunder combines a cast-film construction and\n        factory-finished gloss surface with Avery Dennison® Easy Apply™ RS\n        adhesive technology for positioning, air management and professional\n        installation on properly prepared surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Blue-to-red movement\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The visible color balance changes with light direction, viewing\n          position and panel contour, creating dynamic movement across the\n          vehicle.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          High-gloss finished surface\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The smooth gloss finish intensifies highlights and gives the\n          ColorFlow™ effect a polished, visually defined presentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology provides slideability and\n          repositionability, helping the installer align material before firm\n          final pressure is applied.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          application, reducing bubbles and supporting controlled installation\n          across broad panels.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 60-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The five-foot width allows many hoods, roofs, trunks and side panels\n          to be wrapped in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The acrylic adhesive is designed for professional removal during the\n          applicable durability period, subject to substrate, paint condition,\n          installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Build a complete ColorFlow™ transformation or dramatic feature areas\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n          \u003cspan\u003e\n            Complete color-change applications on suitable OEM-painted\n            vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n          \u003cspan\u003e\n            Broad panels that showcase gradual blue-and-red visual movement.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Trim \u0026amp; Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Focused exterior or interior details on compatible smooth surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Custom Panels\u003c\/strong\u003e\n          \u003cspan\u003e\n            Vans, trucks, buses and selected custom graphic or branding areas.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Film direction and production lot must be planned before cutting.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          ColorFlow™ is directional. Rotating one panel relative to another can\n          produce a visibly different blue-to-red balance. Maintain the same\n          roll orientation across adjoining panels and use material from the\n          same production lot, preferably one roll per vehicle. This decorative\n          vinyl is not paint protection film and does not provide stone-chip,\n          puncture, impact or self-healing protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-552s-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSW900 Supreme Wrapping Film™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct family:\u003c\/dt\u003e\n              \u003cdd\u003eColorFlow™ Series\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial color:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Roaring Thunder\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSW900-552-S \/ 552-S\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss special-effect cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColor effect:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Red ColorFlow™\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished high-gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film range:\u003c\/dt\u003e\n              \u003cdd\u003e\n                The current SW900 PDS lists a series range of 3.2–4.7 mil \/\n                80–119 µm; current manufacturer documentation and the physical\n                roll label govern for 552-S\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003e1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e90# StaFlat™ poly-coated liner with Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application only\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication surfaces:\u003c\/dt\u003e\n              \u003cdd\u003eFlat, flat with rivets, corrugations and deep recesses\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C for flat surfaces and simple curves\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eComplex-curve minimum:\u003c\/dt\u003e\n              \u003cdd\u003e60°F \/ 16°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50 to 180°F \/ -45 to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 152.4 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e3 × 5 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years from manufacture when stored at 68–77°F \/\n                20–25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to four years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to one year*\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-552s-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 552-S\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              ColorFlow™ films require deliberate panel planning to maintain a\n              coordinated effect across the complete vehicle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method only.\u003c\/strong\u003e\n              Never use water, soap solution or commercial application fluid\n              beneath the adhesive.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan the application direction before cutting.\u003c\/strong\u003e\n              Mark the roll direction and keep it consistent across doors,\n              fenders, quarter panels, bumpers and mirrored components.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate panels to reduce material use.\u003c\/strong\u003e\n              A panel turned 90 or 180 degrees may display a visibly different\n              blue-to-red balance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse material from the same production lot.\u003c\/strong\u003e\n              Slight appearance differences can occur between rolls or lots.\n              One roll per vehicle is preferred wherever practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate the complete panel layout first.\u003c\/strong\u003e\n              Seams, overlaps, repairs and adjoining pieces can display\n              different effects when film direction is inconsistent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply only to properly prepared surfaces.\u003c\/strong\u003e\n              The substrate must be clean, smooth, dry and free from wax,\n              silicone, grease, polish, dust and other contamination.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow paint to cure fully.\u003c\/strong\u003e\n              Do not apply over uncured, improperly dried, weak, peeling,\n              oxidized or poorly bonded paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid unsuitable low-energy substrates.\u003c\/strong\u003e\n              Rubber, unpainted plastic and certain other low-surface-energy\n              materials may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eStainless steel is not a recommended substrate.\u003c\/strong\u003e\n              Avery Dennison does not warrant clean removability from stainless\n              steel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse controlled heat and distribute stretch.\u003c\/strong\u003e\n              Concentrated tension can alter the special-effect appearance and\n              create visible differences between adjoining areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat critical areas correctly.\u003c\/strong\u003e\n              Recesses, edges and stretched areas must be completed according\n              to Avery Dennison’s current SW900 application instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eFollow the current manufacturer instructions.\u003c\/strong\u003e\n              Surface preparation, forming, finishing, edge treatment and\n              post-heating requirements take priority over general application\n              guidance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSign-cut letters and detailed graphics are not recommended.\u003c\/strong\u003e\n              Use an appropriate film designed for small lettering or intricate\n              sign-cut graphics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse caution over existing graphics or films.\u003c\/strong\u003e\n              Application over pre-existing graphics requires approval, and\n              application over non-Avery Dennison films is not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited.\u003c\/strong\u003e\n              Do not use below the static waterline or without appropriate edge\n              sealing. Saltwater marine applications are not warranted.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest interior components before full installation.\u003c\/strong\u003e\n              Interior plastics and trim vary in texture, coating and surface\n              energy, so adhesion and removal must be evaluated first.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-552s-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eAllow the newly installed wrap to settle.\u003c\/strong\u003e\n              Avoid washing the vehicle during the first 48 hours after\n              installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, fuel residue, insects and environmental contamination can\n              affect the gloss and appearance when left on the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is ideal; avoid brush washes.\u003c\/strong\u003e\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash gently from the top downward using mild soapy water and a\n              clean microfiber towel, wash mitt or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use non-abrasive cleaners that are ideally within a pH range of\n              5 to 9.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly and dry with a clean microfiber, chamois or soft\n              non-abrasive towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner, wax, sealant or surface-care product in\n              an inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, hard brushes, aggressive scrubbing,\n              dirty towels and polishing methods that may alter the gloss.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid incompatible products containing petroleum distillates,\n              harsh solvents, acids, ammonia, chlorine or abrasive ingredients.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap, fuel and road\n              contamination promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A brushless, spray-only automatic car wash is acceptable. Skip\n              automatic wax options that may contain petroleum distillates.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse pressure washing only after gentler methods have failed.\u003c\/strong\u003e\n              Keep pressure below 1200 psi and water temperature below\n              180°F \/ 80°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the pressure-washer nozzle at least 12 inches from film\n              edges, use a 40-degree wide spray pattern and hold the nozzle\n              perpendicular to the graphic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, lifted sections\n              or damaged areas. Power washing graphics installed on glass is\n              not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discoloration, edge lifting or significant surface\n              deterioration first appears.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Results depend on film age,\n              exposure, paint condition, substrate and installation quality.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-552s-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison identifies Gloss Roaring Thunder as product code\n              SW900-552-S with a Blue\/Red ColorFlow™ effect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Roaring Thunder is classified within Avery Dennison’s SW900\n              ColorFlow™ Series durability category.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1:\u003c\/strong\u003e\n              Up to four years for vertical exposure and one year for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2:\u003c\/strong\u003e\n              Up to three years for vertical exposure and six months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3:\u003c\/strong\u003e\n              Up to two years for vertical exposure and four months for\n              horizontal or non-vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Vertical exposure places the face of the graphic within 0 to\n              10 degrees of vertical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Non-vertical and horizontal exposure receive the shorter\n              horizontal durability value.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual service life and warranty eligibility depend on exposure\n              zone, panel orientation, substrate, preparation, installation,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The durability period assumes correct storage, conversion and\n              installation in accordance with Avery Dennison instructions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Abrasion and loss of gloss are considered normal wear and are not\n              covered by Avery Dennison’s material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Certain soaps, waxes, coatings or products containing petroleum\n              distillates or incompatible solvents may cause premature failure\n              and affect warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removability applies through the applicable durability period,\n              subject to the substrate, paint condition, exposure and approved\n              removal methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean removability is not warranted from poorly bonded paint,\n              improperly cured paint, oxidized surfaces, stainless steel or\n              existing graphics that must remain intact.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight color or effect differences may occur between production\n              lots. Confirm lot numbers before cutting material for one vehicle\n              or adjoining panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Visual mismatches caused by rotated panels, inconsistent film\n              direction or mixed production lots are installation-related\n              rather than evidence of a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by impacts, road debris, accidents, improper\n              cleaning, incorrect installation or ordinary use is not a\n              manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty documentation and\n              SW900 application instructions before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          View the actual blue-to-red effect before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gloss Roaring Thunder cannot be evaluated accurately from a static\n          digital image. Its blue-and-red balance, gloss and visual movement\n          change with lighting and viewing angle. Select the 3 × 5-inch sample\n          option above and inspect the physical film from multiple directions\n          beside the intended vehicle color before ordering material for the\n          complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Avery Dennison identifies Gloss Roaring Thunder as SW900-552-S with a\n    Blue\/Red ColorFlow™ effect. The current SW900 product data sheet lists\n    ColorFlow™ durability of up to four years for qualifying Zone 1 vertical\n    exposure, with shorter coverage for horizontal, non-vertical and more\n    severe geographic exposures. ColorFlow™ is directional; consistent roll\n    orientation and material from the same production lot should be used\n    across adjoining panels. The current SW900 PDS lists a series face-film\n    range of 3.2–4.7 mil \/ 80–119 µm and does not assign a separate\n    product-specific face caliper to 552-S in the published table. Actual\n    durability and warranty eligibility depend on exposure zone, application\n    angle, substrate, preparation, installation and maintenance. Current\n    manufacturer documentation and the physical roll label govern. This\n    product is decorative vinyl and is not paint protection film. Professional\n    installation and physical sample evaluation are strongly recommended.\n    Avery Dennison, Supreme Wrapping Film, ColorFlow, Easy Apply and StaFlat\n    are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546148438073,"sku":"10256488607","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546148470841,"sku":"10256488608","price":25.85,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546148503609,"sku":"10256488609","price":50.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546148536377,"sku":"10256488610","price":111.94,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546148569145,"sku":"10256488611","price":161.77,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546148601913,"sku":"10256488612","price":202.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546148634681,"sku":"10256488613","price":292.49,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546148667449,"sku":"10256488614","price":384.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546148700217,"sku":"10256488615","price":476.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546148765753,"sku":"10256488616","price":567.65,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546148798521,"sku":"10256488617","price":751.09,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546148831289,"sku":"10256488618","price":931.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546148864057,"sku":"10256488619","price":1100.64,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546148896825,"sku":"10256488620","price":1364.97,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/552-S_11173cc2-02b4-4792-83be-04c3b6b39fcf.jpg?v=1737607881"},{"product_id":"avery-vinyl-blue-conform-chrome-flexible-wrap-sf100-256-s","title":"AVERY DENNISON BLUE CONFORM CHROME FLEXIBLE VINYL WRAP | 256-S","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS PRODUCT DESCRIPTION MASTER TEMPLATE\n     Product: Avery Dennison Blue Conform Chrome\n     Product Code: SF100-256-S\n     ========================================================= *\/\n\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-accent-dark: #e93d3d;\n    --iwpd-black: #111111;\n    --iwpd-charcoal: #202020;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #666666;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    --iwpd-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd img,\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 85% 10%,\n        rgba(255, 75, 75, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #0d0d0d 0%, #1d1d1d 58%, #292929 100%);\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 760px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.4vw, 68px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n    text-transform: none;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 700px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     PRODUCT METADATA CARD\n     ========================= *\/\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n    backdrop-filter: blur(8px);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.55);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     QUICK FACTS\n     ========================= *\/\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 820px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     PRODUCT STORY\n     ========================= *\/\n\n  .iwpd__story {\n    width: 100%;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.055),\n        transparent 30%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 920px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #ffd4d4;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.12),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #fff8f8 0%, #fffdfd 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     FEATURES\n     ========================= *\/\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     APPLICATIONS\n     ========================= *\/\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note strong {\n    display: block;\n    color: var(--iwpd-black);\n    font-size: 15px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 5px 0 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================\n     ACCORDIONS\n     ========================= *\/\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  \/* =========================\n     TECHNICAL SPECS\n     ========================= *\/\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     CHECK LIST\n     ========================= *\/\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  \/* =========================\n     SAMPLE BANNER\n     ========================= *\/\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     SUPPORT\n     ========================= *\/\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 740px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    all: unset;\n    position: relative;\n    isolation: isolate;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    box-sizing: border-box;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background-color: rgba(255, 255, 255, 0.08);\n    background-image: none;\n    box-shadow: none;\n    cursor: pointer;\n    font-family: inherit;\n    text-decoration: none;\n    text-decoration-line: none;\n    text-underline-offset: 0;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background-color: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background-color: var(--iwpd-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd a.iwpd__support-button::before,\n  .iwpd a.iwpd__support-button::after {\n    display: none;\n    width: 0;\n    height: 0;\n    border: 0;\n    background: none;\n    box-shadow: none;\n    content: none;\n  }\n\n  .iwpd__support-button span,\n  .iwpd__support-button small,\n  .iwpd__support-button strong {\n    border: 0;\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-button:first-child small,\n  .iwpd__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     RESPONSIVE\n     ========================= *\/\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__personality p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwpd__chips {\n      margin-top: 22px;\n    }\n\n    .iwpd__product-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__product-meta {\n      gap: 12px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__personality p {\n      padding-left: 15px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__spec dt,\n    .iwpd__spec dd {\n      padding-left: 12px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwpd a.iwpd__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-256s-title\"\u003e\n  \u003c!-- PRODUCT HERO --\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eAvery Dennison®\u003c\/span\u003e\n        \u003cspan\u003eSF100 Conform Chrome\u003c\/span\u003e\n        \u003cspan\u003eProduct Code 256-S\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-256s-title\"\u003e\n        Blue Conform Chrome\n      \u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Add vivid, mirror-like blue impact to selected vehicle details with\n        \u003cstrong\u003e\n          Avery Dennison® Blue Conform Chrome SF100-256-S\n        \u003c\/strong\u003e.\n        Its highly reflective blue-chrome surface captures surrounding light,\n        shapes and movement to create a dramatic specialty finish for\n        carefully planned accents, custom detailing and high-visibility\n        graphic applications.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product finish characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMirror-like blue chrome\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eVery-high-gloss surface\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eSpecialty accent film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eAdvanced installation\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT METADATA CARD --\u003e\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMirror-Like Chrome\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColor family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Reflective Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital colors cannot accurately reproduce a mirror-like chrome\n        surface. Actual blue depth, brightness and reflectivity will vary with\n        lighting, viewing angle, surrounding objects, panel shape, surface\n        condition and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK PRODUCT FACTS --\u003e\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8.5 14.5c1.8-4.5 4.3-6.6 7-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eBlue Chrome\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eSpecialty Chrome Film\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAdhesive technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eEasy Apply™ RS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eMaximum width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e53 in \/ 134.6 cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication method\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Adhesive Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eBlue vertical durability\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 2 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT STORY --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Vivid mirror-like impact\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        A reflective blue-chrome finish designed for immediate visual impact\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story\"\u003e\n      \u003cdiv class=\"iwpd__story-main\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBlue Conform Chrome SF100-256-S\u003c\/strong\u003e\n          combines a saturated blue appearance with a very-high-gloss,\n          mirror-inspired chrome surface. In subdued surroundings, the film\n          can appear deeper and more concentrated. Under direct lighting, it\n          reflects nearby objects, highlights and movement with significantly\n          greater intensity.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Unlike a conventional solid gloss-blue wrap, its appearance is\n          strongly influenced by the environment around the vehicle.\n          Reflections travel across the finished surface and can emphasize\n          selected curves, contours and custom details.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Conform Chrome is engineered primarily as a specialty accent film.\n          It is best used selectively on suitable vehicle features, approved\n          graphic surfaces and custom design elements rather than being\n          treated like standard SW900 color-change vinyl or specified for a\n          complete vehicle wrap.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"iwpd__personality\"\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"iwpd__personality-label\"\u003e\n              Finish personality\n            \u003c\/span\u003e\n\n            \u003ch4\u003e\n              Electric, expressive and futuristic with intense reflective depth.\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Blue Conform Chrome pairs especially well with gloss black,\n            satin black, exposed carbon fibre, silver, gunmetal and polished\n            metal. White, red, orange, yellow, lime green or bright metallic\n            accents can create a focused motorsport or show-vehicle contrast.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Conform Chrome technology\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Specialty chrome construction for carefully planned applications\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        SF100 Conform Chrome combines a highly reflective specialty surface\n        with Avery Dennison® Easy Apply™ RS adhesive technology to assist\n        experienced installers with positioning, air management and controlled\n        installation on suitable surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Mirror-like blue chrome\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The very-high-gloss surface produces a vivid reflective effect that\n          responds dramatically to surrounding light, objects and panel\n          contours.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Slide and reposition\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Easy Apply™ RS technology supports slideability and\n          repositionability, helping the installer establish alignment before\n          applying final pressure.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Air-egress adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The adhesive and liner system helps trapped air escape during\n          installation, supporting controlled application by an experienced\n          chrome-film installer.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Semi-conformable construction\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The film is intended for flat surfaces, curves and simple concave or\n          convex shapes. It requires more controlled handling than standard\n          color-change cast vinyl.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Wide 53-inch format\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 53-inch width provides material for broad accent sections,\n          selected panels, approved signage and custom design combinations\n          with fewer unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003e\n          Long-term removable adhesive\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The gray acrylic adhesive is designed for professional removal\n          during the applicable durability period, subject to substrate\n          condition, installation, exposure and maintenance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Recommended possibilities\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create focused blue-chrome detailing with striking visual impact\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eVehicle Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Carefully selected exterior details on suitable cars, vans and\n            trucks.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors \u0026amp; Trim\u003c\/strong\u003e\n          \u003cspan\u003e\n            Mirror caps, decorative trim and approved non-sensor accent\n            surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003ccircle cx=\"7\" cy=\"17\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"17\" cy=\"17\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M7 17 11 8h4l2 9M9 12h7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMotorcycle \u0026amp; RV Details\u003c\/strong\u003e\n          \u003cspan\u003e\n            Decorative graphics and selected personalization areas on suitable\n            surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Signage Accents\u003c\/strong\u003e\n          \u003cspan\u003e\n            Outdoor advertising and architectural details on approved smooth\n            substrates.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e\n          Advanced specialty film: full-car wrapping is not recommended.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Conform Chrome can scratch, lose gloss, discolour or whiten when\n          incorrectly handled, overheated or overstretched. Do not cover\n          proximity sensors, cameras, radar units or other safety-related\n          equipment. Local laws may restrict chrome or mirror-like vehicle\n          finishes. This decorative accent film is not paint protection film\n          and does not provide stone-chip, puncture or self-healing protection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TECHNICAL DETAILS --\u003e\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003e\n        Product information\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Technical details and professional installation notes\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-256s-technical\"\u003e\n        \u003csummary\u003e\n          Technical specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison®\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries:\u003c\/dt\u003e\n              \u003cdd\u003eSF100 Conform Chrome Series-S LTR Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct color:\u003c\/dt\u003e\n              \u003cdd\u003eBlue Conform Chrome\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eSF100-256-S \/ 256-S\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eSpecialty chrome accent film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eConformability:\u003c\/dt\u003e\n              \u003cdd\u003eVery-high-gloss semi-conformable film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eMirror-like blue chrome\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 5.7 mil \/ 142 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive thickness:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 1.2 mil \/ 30 µm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTotal construction:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 6.9 mil \/ 172 µm including adhesive\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive color:\u003c\/dt\u003e\n              \u003cdd\u003eGray\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive type:\u003c\/dt\u003e\n              \u003cdd\u003eLong-term removable acrylic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive technology:\u003c\/dt\u003e\n              \u003cdd\u003eAvery Dennison® Easy Apply™ RS\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e\n                90# StaFlat™ poly-coated liner with Easy Apply™ RS\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry adhesive application\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSuitable surface shapes:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Flat surfaces, simple curves, curves and simple concave or\n                convex shapes\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application temperature:\u003c\/dt\u003e\n              \u003cdd\u003e50°F \/ 10°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-50 to 180°F \/ -45 to 82°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum elongation:\u003c\/dt\u003e\n              \u003cdd\u003eApproximately 90%\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum roll width:\u003c\/dt\u003e\n              \u003cdd\u003e53 in \/ 134.6 cm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum listed length:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 75 ft \/ 25 yd \/ 22.86 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                One year from manufacture when stored at 68–77°F \/\n                20–25°C and 50 ± 5% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eBlue vertical durability:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Up to two years for qualifying Zone 1 vertical exposure*\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColor horizontal durability:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Up to one year under qualifying exposure conditions*\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-256s-technical\"\u003e\n        \u003csummary\u003e\n          Important installation considerations for 256-S\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003e\n                Professional chrome-film installation is strongly recommended.\n              \u003c\/strong\u003e\n              Conform Chrome requires substantially more control and experience\n              than standard color-change vinyl.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse it primarily as an accent film.\u003c\/strong\u003e\n              Avery Dennison does not recommend Conform Chrome for complete\n              full-car wraps.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eNever cover proximity sensors.\u003c\/strong\u003e\n              Keep the film away from parking sensors, radar units, cameras and\n              other vehicle safety or driver-assistance equipment.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm local legal requirements.\u003c\/strong\u003e\n              Some jurisdictions restrict chrome, mirror-like or highly\n              reflective finishes on road vehicles.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply the adhesive side using a dry method.\u003c\/strong\u003e\n              Do not use water, soap solution or commercial application fluid\n              beneath the film to position it.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003e\n                A wetted squeegee edge does not mean wet application.\n              \u003c\/strong\u003e\n              Avery recommends a cloth-wrapped WetEdge-style squeegee with the\n              cloth edge lightly wetted using soap-and-water solution to help\n              minimize scratching while the adhesive side remains dry.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse gentle, controlled heat.\u003c\/strong\u003e\n              Excessive heat can permanently discolour or whiten the film.\n              Whitening caused during installation is not covered by the\n              material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not overstretch.\u003c\/strong\u003e\n              Excessive tension can distort the reflective surface, change the\n              blue appearance, produce whitening and reduce dimensional\n              stability.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRespect its semi-conformable construction.\u003c\/strong\u003e\n              Use caution on complex shapes and avoid treating it like highly\n              conformable SW900 film intended for deep recesses and demanding\n              compound curves.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect and test the intended substrate.\u003c\/strong\u003e\n              Apply only to a clean, smooth, dry and stable surface after\n              confirming adhesion and finished appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid surfaces that may outgas.\u003c\/strong\u003e\n              New paint and certain plastics, including some painted OEM\n              plastics, can release vapours that may create bubbles beneath the\n              low-permeability chrome film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not apply over uncured or weak paint.\u003c\/strong\u003e\n              Avoid peeling clear coat, corrosion, oxidized surfaces, stainless\n              steel, rubber, unpainted plastic and other unsuitable\n              low-surface-energy substrates.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eProtect the reflective face during installation.\u003c\/strong\u003e\n              Chrome film can scratch easily. Keep gloves, tools, worktables\n              and squeegee edges exceptionally clean.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eOptional overlamination requires planning.\u003c\/strong\u003e\n              Avery identifies compatible DOL1300 Series or DOL1460Z\n              overlaminates as options for improved abrasion resistance, but\n              the additional structure may reduce conformability.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use it for sign-cut lettering.\u003c\/strong\u003e\n              Cutting the material into planned accent shapes is feasible, but\n              sign-cut letters and detailed graphics are not recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003e\n                Check the roll label rather than relying on liner printing.\n              \u003c\/strong\u003e\n              The Conform Chrome backing paper may not display the same\n              repeating Avery branding pattern found on SW900 liners. Confirm\n              the product using its roll label, SKU and purchase documentation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003e\n                Follow the current Conform Chrome installation bulletin.\n              \u003c\/strong\u003e\n              Heating, finishing, edge treatment and removal procedures should\n              follow Avery Dennison’s current product-specific instructions.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-256s-technical\"\u003e\n        \u003csummary\u003e\n          Care, cleaning and removal\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eTreat the chrome surface as scratch-sensitive.\u003c\/strong\u003e\n              Scratching, abrasion and gradual loss of gloss can occur during\n              installation and normal use.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Hand washing is ideal; avoid brush washes because rotating\n              brushes can scratch the mirror-like surface or catch exposed\n              edges.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash using clean water, a mild compatible non-abrasive cleaner\n              and a soft, clean microfiber towel or non-abrasive sponge.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every new cleaner in an inconspicuous area before treating\n              the complete graphic.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid abrasive compounds, polishing machines, hard brushes,\n              aggressive scrubbing and dirty towels that can permanently mark\n              the reflective finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use products containing petroleum distillates or\n              incompatible solvents. Certain soaps, waxes and protective\n              coatings may damage the film, cause premature failure or affect\n              warranty eligibility.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Bird droppings, insects, tree sap, fuel and road contamination\n              should be removed promptly using a compatible cleaning method.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use pressure washing only with caution. Avoid excessive pressure,\n              excessive heat and directing the nozzle toward seams, edges,\n              lifted areas or damaged sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Power washing chrome graphics installed on glass is not\n              recommended.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A compatible protective overlaminate may improve abrasion\n              resistance, but it does not make the finished surface\n              scratch-proof.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Covered or indoor parking can help reduce prolonged UV exposure,\n              environmental contamination and repeated abrasion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly. Contact a qualified installer when\n              cracking, discolouration, edge lifting or significant surface\n              deterioration first becomes visible.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Professional removal is recommended. Appropriate heat and\n              chemical removal methods may be required, and results depend on\n              film age, substrate condition, paint adhesion and exposure.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-256s-technical\"\u003e\n        \u003csummary\u003e\n          Warranty and durability information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              Avery Dennison’s current North American colour portfolio\n              identifies Blue Conform Chrome as product code SF100-256-S.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The blue-specific product-data-sheet rating is up to two years\n              for qualifying Zone 1 vertical exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The general horizontal durability rating for coloured Conform\n              Chrome films is up to one year under qualifying conditions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Horizontal applications in the USA desert southwest or in Zone 3\n              receive zero years of durability coverage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual durability and warranty eligibility depend on exposure\n              zone, application angle, substrate, surface preparation,\n              installation, environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Some colour fading may occur in severe environmental areas and\n              may be affected by prolonged direct exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Scratching, abrasion and loss of gloss are considered normal wear\n              and are not covered by Avery Dennison’s material warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Whitening or discolouration caused by excessive heat or\n              stretching during installation is not covered.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Minor surface imperfections can occur in this specialty film and\n              are not automatically considered manufacturing defects.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Unsupported applications—including full-car wrapping,\n              unsuitable substrates, improperly cured paint, stainless steel,\n              unsealed watercraft applications and sign-cut lettering—may fall\n              outside recommended use and warranty coverage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avery does not warrant clean removability from weak, improperly\n              cured, oxidized or chalked surfaces, stainless steel or existing\n              graphics that must remain intact.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Damage caused by accidents, road debris, impacts, improper\n              cleaning, incorrect installation or ordinary use is not the same\n              as a manufacturing defect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current product data sheet, warranty bulletin and\n              Conform Chrome installation instructions before beginning the\n              project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SAMPLE BANNER --\u003e\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e\n          See the actual blue-chrome reflectivity before ordering\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Blue Conform Chrome cannot be judged accurately from a digital image.\n          Its blue depth, brightness and mirror-like reflections can change\n          dramatically with sunlight, indoor lighting, viewing angle,\n          surrounding objects and panel shape. Select the 3 × 5-inch sample\n          option above and evaluate the actual film on or beside the intended\n          surface before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e\n        3 × 5 in sample available\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CUSTOMER SUPPORT --\u003e\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003e\n        Instawraps product support\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Have more questions or need help planning your project?\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, color samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *Product specifications, available dimensions, installation\n    recommendations and warranty terms are subject to change and may vary by\n    production lot, geographic zone, application angle, substrate and\n    installation conditions. Avery Dennison’s current SF100 Conform Chrome\n    product data identifies Blue SF100-256-S within the up-to-two-year\n    qualifying Zone 1 vertical durability tier; qualifying horizontal exposure\n    is shorter. Conform Chrome is a specialty accent film and is not\n    recommended for complete full-car wraps or for covering proximity sensors.\n    The mirror-like surface is scratch-sensitive, and excessive heat or\n    stretching can cause permanent whitening or discolouration. Local laws may\n    regulate reflective vehicle finishes. This product is decorative vinyl and\n    is not paint protection film. Professional installation and physical\n    sample evaluation are strongly recommended. Avery Dennison, Easy Apply and\n    StaFlat are trademarks of Avery Dennison Corporation or its affiliates.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Avery Dennison","offers":[{"title":"Sample 3\"x5\"","offer_id":19546159349817,"sku":"10256488845","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"53in x 1ft","offer_id":19546159382585,"sku":"10256488846","price":78.37,"currency_code":"CAD","in_stock":true},{"title":"53in x 2ft","offer_id":19546159415353,"sku":"10256488847","price":138.31,"currency_code":"CAD","in_stock":true},{"title":"53in x 5ft","offer_id":19546159448121,"sku":"10256488848","price":311.2,"currency_code":"CAD","in_stock":true},{"title":"53in x 8ft","offer_id":19546159480889,"sku":"10256488849","price":486.85,"currency_code":"CAD","in_stock":true},{"title":"53in x 10ft","offer_id":19546159513657,"sku":"10256488850","price":603.96,"currency_code":"CAD","in_stock":true},{"title":"53in x 15ft","offer_id":19546159546425,"sku":"10256488851","price":892.11,"currency_code":"CAD","in_stock":true},{"title":"53in x 20ft","offer_id":19546159579193,"sku":"10256488852","price":1171.03,"currency_code":"CAD","in_stock":true},{"title":"53in x 25ft","offer_id":42143380668654,"sku":"10256488853","price":1452.27,"currency_code":"CAD","in_stock":true},{"title":"53in x 30ft","offer_id":19546159644729,"sku":"10256488854","price":1742.72,"currency_code":"CAD","in_stock":true},{"title":"53in x 40ft","offer_id":19546159677497,"sku":"10256488855","price":2323.63,"currency_code":"CAD","in_stock":true},{"title":"53in x 50ft","offer_id":19546159710265,"sku":"10256488856","price":2697.07,"currency_code":"CAD","in_stock":true},{"title":"53in x 60ft","offer_id":19546159743033,"sku":"10256488857","price":3236.49,"currency_code":"CAD","in_stock":true},{"title":"53in x 75ft","offer_id":19546159775801,"sku":"10256488858","price":4045.61,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/256-S_2f68f791-1cf9-44a8-a7e1-3b314c732fc5.jpg?v=1737607928"},{"product_id":"kpmf-k75400-series-gloss-excelsior-blue-metallic-k75441","title":"KPMF K75400 SERIES GLOSS EXCELSIOR BLUE METALLIC VINYL WRAP | K75441","description":"\u003cstyle\u003e\n.iwpd {\n  --iwpd-accent: #ff4b4b;\n  --iwpd-black: #111111;\n  --iwpd-text: #1a1a1a;\n  --iwpd-muted: #666666;\n  --iwpd-soft: #f5f5f5;\n  --iwpd-soft-2: #fafafa;\n  --iwpd-border: #e4e4e4;\n  --iwpd-white: #ffffff;\n  --iwpd-radius-lg: 28px;\n  --iwpd-radius-md: 18px;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  color: var(--iwpd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.iwpd,\n.iwpd *,\n.iwpd *::before,\n.iwpd *::after {\n  box-sizing: border-box;\n}\n\n.iwpd svg {\n  display: block;\n  max-width: 100%;\n}\n\n.iwpd a {\n  color: inherit;\n}\n\n.iwpd__hero {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n  gap: clamp(24px, 5vw, 64px);\n  align-items: center;\n  overflow: hidden;\n  padding: clamp(30px, 6vw, 72px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(\n      circle at 88% 8%,\n      rgba(45, 104, 161, 0.58),\n      transparent 29%\n    ),\n    radial-gradient(\n      circle at 72% 90%,\n      rgba(8, 45, 73, 0.8),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      #04070a 0%,\n      #071722 58%,\n      #0d3957 100%\n    );\n}\n\n.iwpd__hero::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 72px);\n  width: clamp(84px, 13vw, 160px);\n  height: 5px;\n  border-radius: 0 0 20px 20px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__hero-copy,\n.iwpd__product-card {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__eyebrow {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 0 0 22px;\n}\n\n.iwpd__eyebrow span {\n  display: inline-flex;\n  align-items: center;\n  min-height: 30px;\n  padding: 6px 12px;\n  border: 1px solid rgba(255, 255, 255, 0.19);\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.9);\n  background: rgba(255, 255, 255, 0.08);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.iwpd__eyebrow span:first-child {\n  border-color: var(--iwpd-accent);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: var(--iwpd-white);\n  font-size: clamp(34px, 5.4vw, 68px);\n  font-weight: 800;\n  letter-spacing: -0.045em;\n  line-height: 0.98;\n}\n\n.iwpd__hero-lead {\n  max-width: 700px;\n  margin: 24px 0 0;\n  color: rgba(255, 255, 255, 0.76);\n  font-size: clamp(16px, 1.8vw, 20px);\n  line-height: 1.6;\n}\n\n.iwpd__hero-lead strong {\n  color: var(--iwpd-white);\n}\n\n.iwpd__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 28px;\n}\n\n.iwpd__chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 9px 14px;\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.92);\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.iwpd__chip::before {\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__product-card {\n  width: 100%;\n  max-width: 390px;\n  justify-self: end;\n  padding: 18px;\n  border: 1px solid rgba(255, 255, 255, 0.13);\n  border-radius: 24px;\n  background: rgba(255, 255, 255, 0.07);\n  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n}\n\n.iwpd__product-meta {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 0 3px;\n}\n\n.iwpd__product-meta \u003e div:last-child {\n  text-align: right;\n}\n\n.iwpd__product-label {\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__product-value {\n  display: block;\n  margin-top: 4px;\n  color: var(--iwpd-white);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.iwpd__screen-note {\n  margin: 17px 0 0;\n  color: rgba(255, 255, 255, 0.55);\n  font-size: 11px;\n  line-height: 1.48;\n}\n\n.iwpd__facts {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.iwpd__fact {\n  min-width: 0;\n  padding: 21px 17px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__fact-icon,\n.iwpd__application-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 12px;\n  color: var(--iwpd-accent);\n  background: #fff0f0;\n}\n\n.iwpd__fact-icon {\n  margin-bottom: 15px;\n}\n\n.iwpd__fact-icon svg {\n  width: 20px;\n  height: 20px;\n}\n\n.iwpd__fact-label {\n  color: var(--iwpd-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__fact-value {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-black);\n  font-size: 14px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__section {\n  padding: clamp(48px, 7vw, 86px) 0 0;\n}\n\n.iwpd__section-heading {\n  max-width: 820px;\n  margin-bottom: 30px;\n}\n\n.iwpd__section-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 12px;\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.iwpd__section-kicker::before {\n  width: 26px;\n  height: 3px;\n  border-radius: 10px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__section h3 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(29px, 4vw, 46px);\n  font-weight: 800;\n  letter-spacing: -0.038em;\n  line-height: 1.05;\n}\n\n.iwpd__section-intro {\n  max-width: 790px;\n  margin: 17px 0 0;\n  color: var(--iwpd-muted);\n  font-size: clamp(15px, 1.6vw, 18px);\n  line-height: 1.75;\n}\n\n.iwpd__story-main {\n  width: 100%;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-lg);\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(34, 93, 139, 0.18),\n      transparent 32%\n    ),\n    var(--iwpd-white);\n}\n\n.iwpd__story-main \u003e p {\n  max-width: 920px;\n  margin: 0;\n  color: #454545;\n  font-size: clamp(15px, 1.65vw, 18px);\n  line-height: 1.8;\n}\n\n.iwpd__story-main \u003e p + p {\n  margin-top: 20px;\n}\n\n.iwpd__story-main strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__personality {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n  gap: 24px;\n  align-items: center;\n  margin-top: 34px;\n  padding: clamp(22px, 4vw, 34px);\n  border: 1px solid #ffd4d4;\n  border-radius: 20px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(34, 93, 139, 0.16),\n      transparent 38%\n    ),\n    linear-gradient(135deg, #fff8f8, #ffffff);\n}\n\n.iwpd__personality-label {\n  color: var(--iwpd-accent);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__personality h4 {\n  max-width: 650px;\n  margin: 10px 0 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 34px);\n  font-weight: 800;\n  letter-spacing: -0.035em;\n  line-height: 1.12;\n}\n\n.iwpd__personality p {\n  margin: 0;\n  padding-left: 24px;\n  border-left: 3px solid var(--iwpd-accent);\n  color: #635454;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.iwpd__features {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.iwpd__feature {\n  position: relative;\n  min-height: 235px;\n  overflow: hidden;\n  padding: 29px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__feature::after {\n  position: absolute;\n  right: -30px;\n  bottom: -40px;\n  width: 115px;\n  height: 115px;\n  border-radius: 50%;\n  background: rgba(255, 75, 75, 0.06);\n  content: \"\";\n}\n\n.iwpd__feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.iwpd__feature h4 {\n  position: relative;\n  z-index: 1;\n  margin: 23px 0 0;\n  color: var(--iwpd-black);\n  font-size: 20px;\n  font-weight: 750;\n  letter-spacing: -0.02em;\n  line-height: 1.25;\n}\n\n.iwpd__feature p {\n  position: relative;\n  z-index: 1;\n  margin: 11px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__applications {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.iwpd__application {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 170px;\n  padding: 24px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-white);\n}\n\n.iwpd__application-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__application strong {\n  display: block;\n  margin-top: 26px;\n  color: var(--iwpd-black);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.iwpd__application span {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.iwpd__pro-note {\n  display: grid;\n  grid-template-columns: auto minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  margin-top: 14px;\n  padding: 23px 25px;\n  border: 1px solid #ffd4d4;\n  border-radius: var(--iwpd-radius-md);\n  background: #fff7f7;\n}\n\n.iwpd__pro-note-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__pro-note-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__pro-note p {\n  margin: 0;\n  color: #695050;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.iwpd__pro-note p + p {\n  margin-top: 7px;\n}\n\n.iwpd__pro-note strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__details {\n  display: grid;\n  gap: 9px;\n}\n\n.iwpd__detail {\n  overflow: hidden;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__detail summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 78px;\n  padding: 20px 64px 20px 24px;\n  color: var(--iwpd-black);\n  cursor: pointer;\n  list-style: none;\n  font-size: 16px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__detail summary::-webkit-details-marker {\n  display: none;\n}\n\n.iwpd__detail summary::before,\n.iwpd__detail summary::after {\n  position: absolute;\n  top: 50%;\n  right: 25px;\n  width: 15px;\n  height: 2px;\n  border-radius: 3px;\n  background: var(--iwpd-black);\n  transform: translateY(-50%);\n  transition: transform 0.2s ease;\n  content: \"\";\n}\n\n.iwpd__detail summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.iwpd__detail[open] summary::after {\n  transform: translateY(-50%);\n}\n\n.iwpd__detail[open] summary,\n.iwpd__detail-content {\n  background: var(--iwpd-white);\n}\n\n.iwpd__detail-content {\n  padding: 0 24px 27px;\n}\n\n.iwpd__specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n  margin: 0;\n}\n\n.iwpd__spec {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n  gap: 16px;\n  align-items: center;\n  min-height: 78px;\n  overflow: hidden;\n  padding: 17px 18px 17px 23px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: 14px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(255, 75, 75, 0.06),\n      transparent 43%\n    ),\n    linear-gradient(135deg, #ffffff, #fafafa);\n}\n\n.iwpd__spec::before {\n  position: absolute;\n  top: 15px;\n  bottom: 15px;\n  left: 0;\n  width: 4px;\n  border-radius: 0 5px 5px 0;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__spec dt {\n  position: relative;\n  margin: 0;\n  padding-left: 13px;\n  color: #777777;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.055em;\n  line-height: 1.45;\n  text-transform: uppercase;\n}\n\n.iwpd__spec dt::before {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  transform: translateY(-50%);\n  content: \"\";\n}\n\n.iwpd__spec dd {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.5;\n}\n\n.iwpd__check-list {\n  display: grid;\n  gap: 13px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.iwpd__check-list li {\n  position: relative;\n  padding-left: 31px;\n  color: #4e4e4e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__check-list li::before {\n  position: absolute;\n  top: 3px;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  content: \"✓\";\n}\n\n.iwpd__check-list strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__sample-banner {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 25px;\n  align-items: center;\n  margin-top: 14px;\n  padding: clamp(24px, 4vw, 38px);\n  border-radius: var(--iwpd-radius-lg);\n  background: var(--iwpd-soft);\n}\n\n.iwpd__sample-banner h4 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 32px);\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  line-height: 1.1;\n}\n\n.iwpd__sample-banner p {\n  max-width: 760px;\n  margin: 9px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__sample-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 19px;\n  border-radius: 999px;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n  white-space: nowrap;\n}\n\n.iwpd__support {\n  position: relative;\n  overflow: hidden;\n  margin-top: clamp(48px, 7vw, 86px);\n  padding: clamp(30px, 6vw, 60px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(\n      circle at 95% 5%,\n      rgba(255, 75, 75, 0.35),\n      transparent 34%\n    ),\n    linear-gradient(135deg, #111111, #222222);\n}\n\n.iwpd__support::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 60px);\n  width: 120px;\n  height: 5px;\n  border-radius: 0 0 15px 15px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__support-inner {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__support-label {\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__support h3 {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--iwpd-white);\n  font-size: clamp(29px, 4.2vw, 50px);\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.05;\n}\n\n.iwpd__support-copy {\n  max-width: 740px;\n  margin: 15px 0 0;\n  color: rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.iwpd__support-actions {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 31px;\n}\n\n.iwpd a.iwpd__support-button,\n.iwpd a.iwpd__support-button:link,\n.iwpd a.iwpd__support-button:visited {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  min-width: 0;\n  min-height: 64px;\n  padding: 14px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.17);\n  border-radius: 14px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.08);\n  text-decoration: none;\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.iwpd a.iwpd__support-button:first-child,\n.iwpd a.iwpd__support-button:hover {\n  border-color: var(--iwpd-accent);\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  text-decoration: none;\n}\n\n.iwpd a.iwpd__support-button:hover {\n  transform: translateY(-2px);\n}\n\n.iwpd a.iwpd__support-button:focus-visible {\n  outline: 3px solid rgba(255, 255, 255, 0.75);\n  outline-offset: 3px;\n}\n\n.iwpd__support-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  flex: 0 0 34px;\n  border-radius: 10px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.14);\n}\n\n.iwpd__support-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.iwpd__support-text {\n  min-width: 0;\n}\n\n.iwpd__support-text small {\n  display: block;\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__support-text strong {\n  display: block;\n  overflow: hidden;\n  margin-top: 3px;\n  color: var(--iwpd-white);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.3;\n  text-overflow: ellipsis;\n}\n\n.iwpd__fine-print,\n.iwpd__governance {\n  margin: 18px 3px 0;\n  color: #858585;\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.iwpd__governance {\n  margin-top: 5px;\n}\n\n@media (max-width: 1020px) {\n  .iwpd__facts {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 820px) {\n  .iwpd__hero,\n  .iwpd__personality {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__product-card {\n    max-width: none;\n    justify-self: stretch;\n  }\n\n  .iwpd__personality p {\n    padding-top: 4px;\n    padding-left: 18px;\n  }\n\n  .iwpd__features {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__feature:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .iwpd__specs {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .iwpd {\n    font-size: 15px;\n  }\n\n  .iwpd__hero {\n    padding: 35px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__hero::before,\n  .iwpd__support::before {\n    left: 20px;\n  }\n\n  .iwpd__hero h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n\n  .iwpd__product-card {\n    padding: 12px;\n    border-radius: 19px;\n  }\n\n  .iwpd__facts {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__fact {\n    padding: 18px 14px;\n  }\n\n  .iwpd__section {\n    padding-top: 52px;\n  }\n\n  .iwpd__story-main {\n    padding: 26px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__personality {\n    margin-top: 27px;\n    padding: 22px 19px;\n    border-radius: 16px;\n  }\n\n  .iwpd__features,\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__feature,\n  .iwpd__feature:last-child {\n    min-height: 0;\n    grid-column: auto;\n    padding: 24px 21px;\n  }\n\n  .iwpd__application {\n    min-height: 142px;\n    padding: 21px;\n  }\n\n  .iwpd__pro-note,\n  .iwpd__sample-banner {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__pro-note {\n    padding: 21px;\n  }\n\n  .iwpd__detail summary {\n    min-height: 70px;\n    padding: 18px 56px 18px 18px;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    right: 20px;\n  }\n\n  .iwpd__detail-content {\n    padding: 0 17px 20px;\n  }\n\n  .iwpd__spec {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    min-height: 0;\n    padding: 16px 16px 16px 21px;\n  }\n\n  .iwpd__sample-banner {\n    padding: 24px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__sample-pill {\n    justify-self: start;\n    white-space: normal;\n  }\n\n  .iwpd__support {\n    padding: 36px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__support-actions {\n    margin-top: 25px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .iwpd a.iwpd__support-button,\n  .iwpd__detail summary::after {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-k75441-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eKPMF®\u003c\/span\u003e\n        \u003cspan\u003eK75400 Gloss Premium VWS IV\u003c\/span\u003e\n        \u003cspan\u003eProduct Code K75441\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-k75441-title\"\u003eGloss Excelsior Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a deep and refined dark-blue transformation with\n        \u003cstrong\u003eKPMF® K75441 Excelsior Blue Gloss Cast VWS IV\u003c\/strong\u003e.\n        Its rich blue colour, subtle metallic visual depth and reflective gloss\n        surface produce a premium appearance for complete vehicle wraps,\n        contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep Excelsior-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eReflective gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003e100 µm double-cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eKPMF Airelease liner\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eDark Blue \/ Navy \/ Steel Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        KPMF officially identifies this product as K75441 Excelsior Blue Gloss\n        Cast VWS IV. Its current technical page lists a 100 µm double-cast\n        construction, Airelease liner and durability below seven years. KPMF’s\n        official gallery categorizes the colour as blue and dark blue. Digital\n        images cannot reproduce the physical colour, gloss depth or directional\n        appearance precisely.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial name\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eExcelsior Blue Gloss\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e100 µm Double Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAir management\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eKPMF Airelease\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 7 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep dark-blue character\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Refined navy depth with cool highlights and a reflective gloss surface\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eKPMF K75441 Excelsior Blue Gloss\u003c\/strong\u003e combines a deep\n        dark-blue foundation with navy, cool steel-blue and softly illuminated\n        blue highlights. Direct light reveals brighter blue reflections across\n        the vehicle’s curves, while shaded conditions produce a darker,\n        executive navy appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The reflective gloss surface adds visual depth across curved panels,\n        creases and sculpted body lines. Excelsior Blue delivers a restrained\n        and sophisticated alternative to brighter blue wraps, with enough\n        colour presence to remain clearly blue rather than appearing black.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Excelsior Blue can support a complete vehicle colour transformation or\n        coordinated applications across hoods, roofs, trunks, mirrors, pillars\n        and trim. As a metallic-finish vehicle-wrap film, adjoining panels\n        should follow a consistent application direction from the roll.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Deep, composed and executive with understated dark-blue gloss depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Excelsior Blue Metallic pairs naturally with gloss black, satin\n          black, exposed carbon fibre, charcoal, gunmetal, silver, chrome and\n          brushed metal. White, bronze, copper, gold, red, orange or bright-blue\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003ePremium VWS IV construction\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Double-cast gloss vehicle-wrap film with KPMF Airelease technology\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        K75441 combines a 100 µm double-cast PVC construction, a structured\n        Airelease liner and an acrylic adhesive system developed for\n        professional installation on properly prepared vehicle surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eDeep Excelsior Blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A dark-blue foundation combines with navy and cool steel-blue\n          highlights for a refined and premium vehicle-wrap finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eReflective gloss surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The factory-finished gloss face creates clear reflections that define\n          vehicle contours and increase the perceived depth of the dark colour.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eDirectional metallic finish\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Consistent roll orientation is required across adjoining panels to\n          reduce visible differences in colour, brightness and finished\n          appearance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eDouble-cast PVC construction\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 100 µm double-cast film is developed for dimensional stability,\n          conformability and long-term indoor and outdoor vehicle-wrap use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eStructured Airelease liner\u003c\/h4\u003e\n\n        \u003cp\u003e\n          KPMF’s structured release liner supports air flow during application\n          and helps reduce trapped bubbles when installed correctly.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 1524 mm width allows many hoods, roofs, trunks and side panels to\n          be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Excelsior Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable, properly prepared\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the dark-blue colour and reflective\n            gloss depth.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Coordinated blue details on compatible smooth surfaces after\n            adhesion and orientation testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMarine Above Waterline\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable evaluated marine areas above the static waterline only.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is directional gloss colour-change vinyl, not paint protection\n            film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Mark the roll direction before cutting and keep every adjoining panel\n          oriented consistently. Avoid combining different production batches\n          on the same vehicle. Rotating panels or mixing batches can create\n          visible differences in blue tone, brightness, reflection and finished\n          appearance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75441-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eKPMF® \/ Kay Premium Marking Films Ltd.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial product name:\u003c\/dt\u003e\n              \u003cdd\u003eK75441 Excelsior Blue Gloss Cast VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront name:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Excelsior Blue Metallic Vinyl Wrap\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eK75441\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct series:\u003c\/dt\u003e\n              \u003cdd\u003eK75400 Gloss Premium Double Cast Vinyl VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss cast vehicle-wrap vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eDark Blue \/ Navy \/ Steel Blue\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eKPMF gallery tags:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Dark Blue \/ Gloss\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished reflective gloss surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss reference:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Current KPMF family data lists gloss finishes above 85 GU at\n                60 degrees\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm construction:\u003c\/dt\u003e\n              \u003cdd\u003ePremium double-cast PVC film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003e100 µm \/ approximately 4.0 mil\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct-page adhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePermanent adhesive\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFamily-sheet adhesive:\u003c\/dt\u003e\n              \u003cdd\u003e\n                25 g\/m² clear permanent or semi-permanent solvent-based acrylic\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive documentation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                The product page states permanent adhesive, while the current\n                family sheet covers permanent and semi-permanent\n                constructions. Current KPMF documentation and the physical roll\n                label govern the supplied product.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003eKPMF Airelease structured liner\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum +18°C \/ 64.4°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003ePreferred workshop range:\u003c\/dt\u003e\n              \u003cdd\u003e18°C to 24°C \/ 64.4°F to 75.2°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-40°C to +90°C \/ -40°F to 194°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Greater than 75% under the listed laboratory test method, not an\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eDimensional stability:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Less than 0.5 mm after 48 hours at 70°C on aluminium under the\n                listed test method\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e20-minute peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 350 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e24-hour peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 475 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eArtificial weathering:\u003c\/dt\u003e\n              \u003cdd\u003e2000 hours Xenon Arc\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlammability:\u003c\/dt\u003e\n              \u003cdd\u003eSelf-extinguishing\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOrientation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Directional finish, maintain consistent roll direction across\n                adjoining panels\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum material width:\u003c\/dt\u003e\n              \u003cdd\u003e1524 mm \/ 60 in \/ 5 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAvailable cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide x 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e2 x 6 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years when stored out of direct sunlight between 15°C and\n                23°C at 30% to 70% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 7 years vertical and 3 years horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 2 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 5 years vertical and 2 years horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 3 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 3 years vertical and 1 year horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlorida \/ Arizona horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 2 years under the current family data sheet*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eControlled removability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to three years, subject to stated warranty exceptions\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75441-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for K75441\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, panel orientation, forming, edge finishing\n              and heat management are essential for reliable performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method.\u003c\/strong\u003e\n              Do not use water, soap solution or application fluid beneath the\n              adhesive unless current written KPMF instructions specifically\n              permit it.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInstall at or above the minimum temperature.\u003c\/strong\u003e\n              KPMF lists a minimum application temperature of +18°C \/ 64.4°F.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean and dry workshop.\u003c\/strong\u003e\n              KPMF recommends an ambient workshop temperature of 18°C to 24°C\n              for best results.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMark the roll direction before cutting.\u003c\/strong\u003e\n              Use arrows or another consistent system on the liner so every\n              adjoining panel follows the same orientation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              A panel turned 90 or 180 degrees may display a different blue\n              tone, brightness or reflective appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid mixing production batches.\u003c\/strong\u003e\n              KPMF advises against using different material batches for the\n              same finished application because subtle colour shifts may occur.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDry-fit and compare adjoining panels.\u003c\/strong\u003e\n              Review colour and reflection from multiple angles under strong\n              lighting before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate before cutting material.\u003c\/strong\u003e\n              Dark gloss finishes can reveal dents, sanding marks, dust, orange\n              peel, paint texture, body-filler edges and inconsistent repairs\n              through reflected highlights.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a stable, properly bonded surface.\u003c\/strong\u003e\n              Do not apply to surfaces that may crack, peel, outgas or otherwise\n              fail after installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm adequate surface energy.\u003c\/strong\u003e\n              KPMF recommends an application surface above 40 dyne\/cm and\n              polyolefin surfaces above 45 dyne\/cm.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not assume every plastic is compatible.\u003c\/strong\u003e\n              Low-energy plastics, textured components, rubber and coated trim\n              may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not apply over uncured or unstable paint.\u003c\/strong\u003e\n              Paint must be properly cured, firmly bonded and free from\n              oxidation or chalking.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate custom and repaired paint carefully.\u003c\/strong\u003e\n              Custom paint, repainting and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest a small area first.\u003c\/strong\u003e\n              KPMF recommends evaluating small areas because paint finishes and\n              substrate conditions vary.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClean the surface thoroughly.\u003c\/strong\u003e\n              Remove wax, silicone, polish, oil, grease, dust, road film and\n              other contamination before application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow the surface to dry completely.\u003c\/strong\u003e\n              Hidden water, cleaning residue and trapped moisture may interfere\n              with adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePrimer use is not recommended.\u003c\/strong\u003e\n              KPMF states that primers may react negatively with its adhesives.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, dust and dirty squeegee protection can\n              mark or contaminate the dark-blue gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may scratch the surface or\n              create visible pressure marks.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain controlled application pressure.\u003c\/strong\u003e\n              Uneven or excessive rubbing may create visible texture or gloss\n              differences.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse heat carefully.\u003c\/strong\u003e\n              Apply only the amount of heat needed to soften and conform the\n              film, then complete all required finishing procedures according\n              to current KPMF guidance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDistribute stretch across the panel.\u003c\/strong\u003e\n              Concentrated stretching may alter the Excelsior Blue colour,\n              opacity and gloss uniformity.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use the laboratory elongation value as a target.\u003c\/strong\u003e\n              The greater-than-75% value is a test result, not a recommended\n              installation stretch percentage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting and rubbing.\u003c\/strong\u003e\n              Excessive repositioning or heavy surface pressure may affect the\n              finished gloss appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan seams, overlaps and finishing edges first.\u003c\/strong\u003e\n              Review the complete panel layout before removing the liner or\n              applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse above the marine waterline only.\u003c\/strong\u003e\n              KPMF does not offer a warranty for marine applications below the\n              waterline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate signage and decal applications separately.\u003c\/strong\u003e\n              Cutting, weeding, substrate condition and removal expectations\n              should be tested before full production.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCurrent KPMF instructions govern.\u003c\/strong\u003e\n              Review the latest product data sheet, application guidance and\n              physical roll label before installation.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75441-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, road film, fuel residue, insects and environmental\n              contamination can reduce gloss clarity and alter the dark-blue\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred.\u003c\/strong\u003e\n              Use a gentle vehicle-wrap-safe shampoo, clean water and a soft,\n              non-abrasive wash mitt or microfiber towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse the vehicle to remove loose grit before touching the\n              film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash from the top downward using light pressure and clean tools.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly so soap and cleaning residue do not dry on the\n              gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Dry with a clean, soft microfiber towel to reduce streaking and\n              water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRemove contamination promptly.\u003c\/strong\u003e\n              Bird droppings, insects, tree sap, fuel and road chemicals should\n              not remain on the film longer than necessary.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid abrasive products.\u003c\/strong\u003e\n              Abrasive cleaners, harsh compounds, rough brushes and dirty\n              towels may scratch, haze or permanently alter the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse polishing products cautiously.\u003c\/strong\u003e\n              Machine polishing, aggressive compounds and excessive friction\n              may reduce gloss uniformity or damage the surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest every cleaner first.\u003c\/strong\u003e\n              Apply cleaners, coatings, waxes or protectants to an\n              inconspicuous area and confirm that they do not alter the blue\n              tone or gloss level.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use only products specifically confirmed as compatible with gloss\n              vehicle-wrap vinyl.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid products that leave oily, cloudy or uneven residue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use aggressive solvents, acids or incompatible chemicals.\n              Prolonged chemical exposure combined with high or low\n              temperatures may cause deterioration.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid automated brush washes, since rotating brushes may scratch\n              the surface or damage exposed edges.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use pressure washing only with caution. Keep the nozzle away from\n              seams, edges, corners and any area showing signs of lifting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct concentrated pressurized water beneath an edge or\n              into an overlap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly for lifting, cracking, staining,\n              discolouration, gloss loss or significant surface change.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional removal is recommended.\u003c\/strong\u003e\n              KPMF describes controlled removal using heat and chemical methods\n              for qualifying applications.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal results depend on film age, exposure, substrate, paint\n              condition, installation quality and the removal procedure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Stop removal if paint, clear coat or the underlying substrate\n              begins to lift or separate.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75441-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              KPMF identifies the product as K75441 Excelsior Blue Gloss Cast\n              VWS IV.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The current KPMF product page lists a 100 µm double-cast\n              construction, Airelease liner and durability below seven years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The current K75000 Series family sheet is Issue 1, dated\n              February 19, 2026.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 1:\u003c\/strong\u003e\n              Up to seven years for vertical exposure and three years for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 2:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 3:\u003c\/strong\u003e\n              Up to three years for vertical exposure and one year for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The current family sheet lists Florida and Arizona horizontal\n              exposure at up to two years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual durability depends on climate zone, panel angle, substrate,\n              preparation, installation, environmental exposure, cleaning and\n              maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The old product description’s claim of up to 10 years is not\n              supported by the current KPMF product page or current family data\n              sheet. The current published maximum is up to seven years for\n              qualifying vertical exposure in Climate Zone 1.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The published values are typical values and should not be treated\n              as guaranteed performance for every installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF warrants qualifying material to be fit for purpose and free\n              from defects in material and workmanship.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF’s liability is limited and does not exceed the cost of the\n              amount of defective material supplied.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The product is described as removable under controlled\n              conditions for up to three years from qualifying substrates.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal may require appropriate heat and chemical methods.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal coverage does not apply to every substrate, paint system\n              or exposure condition.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not guarantee ease or speed of graphic removal.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal from improperly cured paint, oxidized substrates, chalked\n              surfaces or horizontally exposed outdoor applications is not\n              guaranteed.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not offer a warranty for marine applications below the\n              waterline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Ink, paint systems, application techniques and substrate\n              preparation can affect film and adhesive performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or gloss differences may occur between samples,\n              swatches and production materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid using different production batches on the same vehicle or\n              finished application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the latest KPMF product data sheet, warranty documents and\n              application guidance before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Excelsior Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Excelsior Blue cannot be evaluated accurately from a static digital\n          image. Its apparent blue depth, navy and steel-blue highlights, gloss\n          reflections and directional appearance change with lighting, viewing\n          angle, panel shape, surrounding colours and film orientation. Select\n          the 2 x 6-inch sample option and inspect the physical film outdoors,\n          under direct light, in shade and beside the intended vehicle colour\n          before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e2 x 6 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *KPMF identifies this product as K75441 Excelsior Blue Gloss Cast VWS IV, a\n    100 µm double-cast dark-blue gloss vehicle-wrap film with an Airelease\n    liner. The current KPMF product page lists permanent adhesive, while the\n    current K75000 Series family sheet covers clear permanent or semi-permanent\n    solvent-based acrylic adhesive constructions. The physical roll label and\n    current product-specific KPMF documentation govern the supplied material.\n    The February 19, 2026 family sheet lists outdoor durability of up to seven\n    years vertically and three years horizontally in Climate Zone 1, five years\n    vertically and two years horizontally in Climate Zone 2, three years\n    vertically and one year horizontally in Climate Zone 3, and up to two years\n    for Florida and Arizona horizontal exposure. The old description’s claim of\n    up to 10 years is not supported by the current product page or current\n    family data sheet. Published values are typical values and are not\n    guaranteed for every installation. The finish is directional and should be\n    installed using consistent roll orientation and material from the same\n    production batch across adjoining panels. Controlled removal is described\n    for up to three years, subject to substrate, exposure, paint condition and\n    stated warranty exceptions. Marine applications are limited to suitable\n    areas above the waterline, and KPMF provides no warranty below the\n    waterline. Professional installation and physical sample evaluation are\n    strongly recommended. KPMF, VWS IV and Airelease are trademarks or product\n    identifiers of Kay Premium Marking Films Ltd.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current KPMF documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"KPMF","offers":[{"title":"Sample 2\"x6\"","offer_id":19546171080761,"sku":"7547527712","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546171113529,"sku":"7547527713","price":21.43,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546171146297,"sku":"7547527714","price":41.91,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546171179065,"sku":"7547527715","price":98.8,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546171211833,"sku":"7547527716","price":143.71,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546171244601,"sku":"7547527717","price":167.66,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546171277369,"sku":"7547527718","price":247.9,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546171310137,"sku":"7547527719","price":323.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546171342905,"sku":"7547527720","price":398.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546171375673,"sku":"7547527721","price":474.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546171408441,"sku":"7547527722","price":627.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546171441209,"sku":"7547527723","price":778.45,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546171473977,"sku":"7547527724","price":926.96,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546171506745,"sku":"7547527725","price":1140.73,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/K75441_e3c088be-b1fb-4ef4-8b4e-e6e991ed72fa.jpg?v=1741197240"},{"product_id":"kpmf-k75400-series-gloss-opulent-indigo-k75452","title":"KPMF K75400 SERIES GLOSS OPULENT INDIGO VINYL WRAP | K75452","description":"\u003cstyle\u003e\n  .iwpd {\n    --iwpd-accent: #ff4b4b;\n    --iwpd-black: #111111;\n    --iwpd-text: #1a1a1a;\n    --iwpd-muted: #686868;\n    --iwpd-soft: #f5f5f5;\n    --iwpd-soft-2: #fafafa;\n    --iwpd-border: #e4e4e4;\n    --iwpd-white: #ffffff;\n    --iwpd-radius-lg: 28px;\n    --iwpd-radius-md: 18px;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwpd-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwpd,\n  .iwpd *,\n  .iwpd *::before,\n  .iwpd *::after {\n    box-sizing: border-box;\n  }\n\n  .iwpd svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwpd a {\n    color: inherit;\n  }\n\n  .iwpd__hero {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n    gap: clamp(24px, 5vw, 64px);\n    align-items: center;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 88% 8%,\n        rgba(93, 83, 193, 0.58),\n        transparent 29%\n      ),\n      radial-gradient(\n        circle at 74% 92%,\n        rgba(42, 31, 105, 0.66),\n        transparent 36%\n      ),\n      linear-gradient(\n        135deg,\n        #090811 0%,\n        #17132e 52%,\n        #39307d 100%\n      );\n  }\n\n  .iwpd__hero::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 72px);\n    width: clamp(84px, 13vw, 160px);\n    height: 5px;\n    border-radius: 0 0 20px 20px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__hero-copy,\n  .iwpd__product-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwpd__eyebrow span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.9);\n    background: rgba(255, 255, 255, 0.08);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .iwpd__eyebrow span:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__hero h2 {\n    max-width: 800px;\n    margin: 0;\n    color: var(--iwpd-white);\n    font-size: clamp(34px, 5.2vw, 66px);\n    font-weight: 800;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .iwpd__hero-lead {\n    max-width: 720px;\n    margin: 24px 0 0;\n    color: rgba(255, 255, 255, 0.78);\n    font-size: clamp(16px, 1.8vw, 20px);\n    line-height: 1.6;\n  }\n\n  .iwpd__hero-lead strong {\n    color: var(--iwpd-white);\n  }\n\n  .iwpd__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwpd__chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    min-height: 38px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    color: rgba(255, 255, 255, 0.92);\n    background: rgba(255, 255, 255, 0.1);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .iwpd__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__product-card {\n    width: 100%;\n    max-width: 390px;\n    justify-self: end;\n    padding: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 24px;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n  }\n\n  .iwpd__product-meta {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 17px 4px 3px;\n  }\n\n  .iwpd__product-meta \u003e div:last-child {\n    text-align: right;\n  }\n\n  .iwpd__product-label {\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__product-value {\n    display: block;\n    margin-top: 4px;\n    color: var(--iwpd-white);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .iwpd__screen-note {\n    margin: 11px 4px 2px;\n    color: rgba(255, 255, 255, 0.57);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .iwpd__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .iwpd__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__fact-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 15px;\n    border-radius: 11px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwpd__fact-label {\n    color: var(--iwpd-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwpd__section-heading {\n    max-width: 850px;\n    margin-bottom: 30px;\n  }\n\n  .iwpd__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__section h3 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(29px, 4vw, 46px);\n    font-weight: 800;\n    letter-spacing: -0.038em;\n    line-height: 1.05;\n  }\n\n  .iwpd__section-intro {\n    max-width: 800px;\n    margin: 17px 0 0;\n    color: var(--iwpd-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  .iwpd__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(83, 72, 179, 0.18),\n        transparent 31%\n      ),\n      var(--iwpd-white);\n  }\n\n  .iwpd__story-main \u003e p {\n    max-width: 930px;\n    margin: 0;\n    color: #454545;\n    font-size: clamp(15px, 1.65vw, 18px);\n    line-height: 1.8;\n  }\n\n  .iwpd__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwpd__story-main strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__personality {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 34px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid #dad6f0;\n    border-radius: 20px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(84, 72, 181, 0.22),\n        transparent 35%\n      ),\n      linear-gradient(135deg, #f8f7ff 0%, #fffefe 100%);\n  }\n\n  .iwpd__personality-label {\n    color: var(--iwpd-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__personality h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 34px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .iwpd__personality p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwpd-accent);\n    color: #5b586d;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwpd__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwpd__feature {\n    position: relative;\n    min-height: 235px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__feature::after {\n    position: absolute;\n    right: -30px;\n    bottom: -40px;\n    width: 115px;\n    height: 115px;\n    border-radius: 50%;\n    background: rgba(255, 75, 75, 0.06);\n    content: \"\";\n  }\n\n  .iwpd__feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwpd__feature h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwpd-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwpd__feature p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__applications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwpd__application {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 24px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__application-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    color: var(--iwpd-accent);\n    background: #fff0f0;\n  }\n\n  .iwpd__application-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__application strong {\n    display: block;\n    margin-top: 26px;\n    color: var(--iwpd-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwpd__application span {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwpd-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwpd__pro-note {\n    display: grid;\n    grid-template-columns: auto minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    margin-top: 14px;\n    padding: 23px 25px;\n    border: 1px solid #ffd4d4;\n    border-radius: var(--iwpd-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwpd__pro-note-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwpd__pro-note p {\n    margin: 0;\n    color: #695050;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .iwpd__pro-note p + p {\n    margin-top: 7px;\n  }\n\n  .iwpd__pro-note strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwpd__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwpd-border);\n    border-radius: var(--iwpd-radius-md);\n    background: var(--iwpd-soft-2);\n  }\n\n  .iwpd__detail summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 78px;\n    padding: 20px 64px 20px 24px;\n    color: var(--iwpd-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwpd__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    position: absolute;\n    top: 50%;\n    right: 25px;\n    width: 15px;\n    height: 2px;\n    border-radius: 3px;\n    background: var(--iwpd-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwpd__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwpd__detail[open] summary::after {\n    transform: translateY(-50%);\n  }\n\n  .iwpd__detail[open] summary {\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwpd-white);\n  }\n\n  .iwpd__specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 0;\n  }\n\n  .iwpd__spec {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n    gap: 16px;\n    align-items: center;\n    min-height: 78px;\n    overflow: hidden;\n    padding: 17px 18px 17px 23px;\n    border: 1px solid var(--iwpd-border);\n    border-radius: 14px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.06),\n        transparent 43%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwpd__spec::before {\n    position: absolute;\n    top: 15px;\n    bottom: 15px;\n    left: 0;\n    width: 4px;\n    border-radius: 0 5px 5px 0;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__spec dt {\n    position: relative;\n    margin: 0;\n    padding-left: 13px;\n    color: #777777;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.055em;\n    line-height: 1.45;\n    text-transform: uppercase;\n  }\n\n  .iwpd__spec dt::before {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwpd-accent);\n    transform: translateY(-50%);\n    content: \"\";\n  }\n\n  .iwpd__spec dd {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.5;\n  }\n\n  .iwpd__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwpd__check-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #4e4e4e;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__check-list li::before {\n    position: absolute;\n    top: 3px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwpd__check-list strong {\n    color: var(--iwpd-black);\n  }\n\n  .iwpd__sample-banner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 25px;\n    align-items: center;\n    margin-top: 14px;\n    padding: clamp(24px, 4vw, 38px);\n    border-radius: var(--iwpd-radius-lg);\n    background: var(--iwpd-soft);\n  }\n\n  .iwpd__sample-banner h4 {\n    margin: 0;\n    color: var(--iwpd-black);\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    line-height: 1.1;\n  }\n\n  .iwpd__sample-banner p {\n    max-width: 770px;\n    margin: 9px 0 0;\n    color: var(--iwpd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwpd__sample-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 19px;\n    border-radius: 999px;\n    color: var(--iwpd-white);\n    background: var(--iwpd-black);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .iwpd__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwpd-radius-lg);\n    color: var(--iwpd-white);\n    background:\n      radial-gradient(\n        circle at 95% 5%,\n        rgba(255, 75, 75, 0.35),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #111111, #222222);\n  }\n\n  .iwpd__support::before {\n    position: absolute;\n    top: 0;\n    left: clamp(30px, 6vw, 60px);\n    width: 120px;\n    height: 5px;\n    border-radius: 0 0 15px 15px;\n    background: var(--iwpd-accent);\n    content: \"\";\n  }\n\n  .iwpd__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwpd__support-label {\n    color: var(--iwpd-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support h3 {\n    max-width: 720px;\n    margin: 12px 0 0;\n    color: var(--iwpd-white);\n    font-size: clamp(29px, 4.2vw, 50px);\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n  }\n\n  .iwpd__support-copy {\n    max-width: 750px;\n    margin: 15px 0 0;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .iwpd__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwpd a.iwpd__support-button,\n  .iwpd a.iwpd__support-button:link,\n  .iwpd a.iwpd__support-button:visited {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 0;\n    min-height: 64px;\n    padding: 14px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-radius: 14px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.08);\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwpd a.iwpd__support-button:first-child {\n    border-color: var(--iwpd-accent);\n    background: var(--iwpd-accent);\n  }\n\n  .iwpd a.iwpd__support-button:hover {\n    border-color: var(--iwpd-accent);\n    color: var(--iwpd-white);\n    background: var(--iwpd-accent);\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwpd a.iwpd__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwpd__support-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 34px;\n    border-radius: 10px;\n    color: var(--iwpd-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwpd__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwpd__support-text {\n    min-width: 0;\n  }\n\n  .iwpd__support-text small {\n    display: block;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .iwpd__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwpd-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwpd__fine-print,\n  .iwpd__governance {\n    margin: 18px 3px 0;\n    color: #858585;\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  .iwpd__governance {\n    margin-top: 5px;\n  }\n\n  @media (max-width: 1020px) {\n    .iwpd__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwpd__applications,\n    .iwpd__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__features {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__feature:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .iwpd__specs {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .iwpd {\n      font-size: 15px;\n    }\n\n    .iwpd__hero {\n      grid-template-columns: 1fr;\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__hero::before {\n      left: 20px;\n    }\n\n    .iwpd__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwpd__product-card {\n      max-width: none;\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwpd__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwpd__fact {\n      padding: 18px 14px;\n    }\n\n    .iwpd__section {\n      padding-top: 52px;\n    }\n\n    .iwpd__story-main {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__personality {\n      grid-template-columns: 1fr;\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwpd__features,\n    .iwpd__applications {\n      grid-template-columns: 1fr;\n    }\n\n    .iwpd__feature,\n    .iwpd__feature:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwpd__application {\n      min-height: 142px;\n      padding: 21px;\n    }\n\n    .iwpd__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwpd__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwpd__detail summary::before,\n    .iwpd__detail summary::after {\n      right: 20px;\n    }\n\n    .iwpd__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwpd__spec {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      min-height: 0;\n      padding: 16px 16px 16px 21px;\n    }\n\n    .iwpd__sample-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwpd__sample-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwpd__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwpd__support::before {\n      left: 20px;\n    }\n\n    .iwpd__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwpd a.iwpd__support-button,\n    .iwpd__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-k75452-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eKPMF\u003c\/span\u003e\n        \u003cspan\u003eVWS IV\u003c\/span\u003e\n        \u003cspan\u003eProduct Code K75452\u003c\/span\u003e\n        \u003cspan\u003eMetallic Gloss\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-k75452-title\"\u003eGloss Opulent Indigo\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Transform vehicles and compatible smooth surfaces with\n        \u003cstrong\u003eKPMF K75452 Opulent Indigo Gloss VWS IV\u003c\/strong\u003e.\n        This premium double-cast vehicle wrap film combines deep indigo colour,\n        blue-violet metallic depth, polished gloss reflection and KPMF\n        Airelease liner technology for professionally installed colour-change,\n        graphic and decorative applications.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep indigo colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eHigh-gloss finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003e100-micron double cast\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eKPMF Airelease liner\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMetallic Gloss\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eIndigo \/ Blue-Violet\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        Digital images cannot reproduce the physical colour or metallic finish\n        precisely. Apparent indigo depth, blue-violet undertone, metallic\n        activity and gloss reflection vary with lighting, viewing angle, panel\n        shape, surrounding colours, underlying surface and screen settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"m12 5 1.7 4.2L18 11l-4.3 1.8L12 17l-1.7-4.2L6 11l4.3-1.8L12 5Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial colour\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eOpulent Indigo\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 7h14v10H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 10h8M8 13h5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eConstruction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDouble Cast PVC\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eLiner technology\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eKPMF Airelease\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm thickness\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e100 µm \/ 3.9 mil\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 7h16M4 17h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m7 4-3 3 3 3M17 14l3 3-3 3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFull roll width\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e60 in \/ 1524 mm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 7 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eLuxury-inspired indigo\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Deep blue-violet colour with metallic depth and polished gloss\n        reflection\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eK75452 Opulent Indigo\u003c\/strong\u003e creates a rich indigo appearance\n        that balances deep blue, violet and dark jewel-inspired tones. Its\n        polished gloss surface enhances body lines while allowing metallic\n        highlights and colour depth to move across curved panels as the light\n        or viewing angle changes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        In direct sunlight, Opulent Indigo can reveal brighter blue-violet\n        highlights and more visible metallic activity. In shade or softer\n        indoor lighting, the colour becomes deeper and more restrained, with a\n        dark navy-indigo and purple-influenced character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The colour can transform a complete vehicle or create premium accents\n        across hoods, roofs, mirrors, trim and selected panels. Its combination\n        of dark colour, vivid undertones and reflective gloss works especially\n        well on vehicles with sculpted contours and contrasting bright or dark\n        details.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eColour personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Sophisticated, dramatic and luxurious, with deep indigo colour,\n            jewel-inspired undertones and polished metallic reflection.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Opulent Indigo pairs naturally with gloss black, matt black, carbon\n          fibre, charcoal, silver and gunmetal. White, gold, bronze, rose gold,\n          turquoise or magenta accents can create a more distinctive luxury,\n          motorsport or custom-design contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eVWS IV wrap technology\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Premium double-cast construction engineered for vehicle contours and\n        long-term visual performance\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        K75452 combines a soft double-cast PVC face film, permanent\n        solvent-based acrylic adhesive and a structured Airelease liner. The\n        system is developed to support professional positioning, air\n        evacuation, conformability and controlled removal from qualifying\n        substrates.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eIndigo metallic gloss effect\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Deep blue and violet-influenced tones combine with metallic visual\n          depth and a polished gloss surface to create changing highlights.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003ePremium double-cast film\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 100-micron cast construction is specifically developed for\n          vehicle wrapping, dimensional stability and suitable indoor or\n          outdoor applications.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eExcellent conformability\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The soft cast formulation and adhesive design support professional\n          application to smooth, properly prepared contours and suitable\n          recessed areas.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eStructured Airelease liner\u003c\/h4\u003e\n\n        \u003cp\u003e\n          KPMF Airelease technology helps installers move trapped air toward an\n          accessible film edge for a smoother and more controlled application.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 1524-millimetre width supports one-piece coverage across many\n          hoods, roofs and side panels, reducing unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eLong-term outdoor durability\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The current KPMF technical sheet lists up to seven years of Zone 1\n          vertical durability when the film is properly stored, installed and\n          maintained.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create complete colour changes, premium accents and distinctive vehicle\n        graphics\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour transformations for compatible, professionally\n            prepared passenger vehicles and vans.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 8h11v9H3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 11h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFleet \u0026amp; Vehicle Graphics\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Distinctive styling and graphic coverage for compatible commercial,\n            promotional and speciality vehicles.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eAccent Panels \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Hoods, roofs, mirrors, selected bumpers, trim and other compatible\n            smooth styling areas.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eSigns, Decals \u0026amp; Marine Details\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Compatible graphic applications and properly edge-finished marine\n            use above the static waterline.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            Metallic-film direction and production-batch consistency are\n            critical.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Install adjacent panels in the same orientation as the film unwinds\n          from the roll. Avoid combining different production batches on one\n          vehicle or continuous graphic because subtle colour and metallic\n          direction differences may become visible. This decorative wrap vinyl\n          is not paint protection film.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75452-accordion\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eKay Premium Marking Films Ltd. \/ KPMF\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eK75452\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial product name:\u003c\/dt\u003e\n              \u003cdd\u003eOpulent Indigo Gloss Cast VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront series:\u003c\/dt\u003e\n              \u003cdd\u003eK75400 Series\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTechnical family:\u003c\/dt\u003e\n              \u003cdd\u003eK75000 Series Premium Cast Vehicle Wrapping Vinyl VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003ePremium metallic gloss cast vehicle wrap film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eIndigo \/ Blue \/ Violet\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFinish:\u003c\/dt\u003e\n              \u003cdd\u003eMetallic gloss\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eConstruction:\u003c\/dt\u003e\n              \u003cdd\u003eDouble-cast PVC\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003e100 µm \/ approximately 3.9 mil\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct adhesive:\u003c\/dt\u003e\n              \u003cdd\u003ePermanent adhesive\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSeries adhesive:\u003c\/dt\u003e\n              \u003cdd\u003e\n                25 g\/m² clear permanent or semi-permanent solvent-based acrylic\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003eStructured KPMF Airelease liner\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss at 60 degrees:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 gloss units\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eElongation:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 75%\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eDimensional stability:\u003c\/dt\u003e\n              \u003cdd\u003eLess than 0.5 mm after 48 hours at 70°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e20-minute peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 350 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e24-hour peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 475 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlammability:\u003c\/dt\u003e\n              \u003cdd\u003eSelf-extinguishing\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eArtificial weathering:\u003c\/dt\u003e\n              \u003cdd\u003e2000 hours Xenon Arc\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMinimum application:\u003c\/dt\u003e\n              \u003cdd\u003e+18°C \/ approximately 64°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003ePreferred workshop:\u003c\/dt\u003e\n              \u003cdd\u003eClean and dry, with ambient temperature from 18°C to 24°C\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-40°C to +90°C \/ -40°F to 194°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface energy:\u003c\/dt\u003e\n              \u003cdd\u003eAbove 40 dyne\/cm recommended\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003ePolyolefin surface energy:\u003c\/dt\u003e\n              \u003cdd\u003eAbove 45 dyne\/cm recommended\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eLiquid resistance:\u003c\/dt\u003e\n              \u003cdd\u003e\n                No effect in the stated KPMF tests for humidity, distilled\n                water, diesel fuel, motor oil and 1:1 antifreeze\/water\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFull roll width:\u003c\/dt\u003e\n              \u003cdd\u003e60 in \/ 1524 mm\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFull roll length:\u003c\/dt\u003e\n              \u003cdd\u003e75 ft \/ 25 yd \/ approximately 22.9 m\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eInstawraps listed cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or 75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e2 × 6 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years, out of direct sunlight, between 15°C and 23°C and\n                30% to 70% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to seven years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to three years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 2 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to five years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 2 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 3 vertical:\u003c\/dt\u003e\n              \u003cdd\u003eUp to three years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 3 horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to one year*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlorida \/ Arizona horizontal:\u003c\/dt\u003e\n              \u003cdd\u003eUp to two years*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eControlled removal:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Up to three years from qualifying substrates using heat and\/or\n                chemicals, subject to warranty conditions*\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eProfessional dry application recommended\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75452-accordion\"\u003e\n        \u003csummary\u003eImportant installation considerations for K75452\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is strongly recommended.\u003c\/strong\u003e\n              Correct surface preparation, metallic orientation, heat\n              management, tension control, edge finishing and post-heating are\n              important for a consistent result.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the physical film before production.\u003c\/strong\u003e\n              Confirm the colour, gloss finish, product code, adhesive\n              classification, roll label, production batch and available\n              quantity before cutting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eView a physical sample before ordering project material.\u003c\/strong\u003e\n              Screen images cannot accurately reproduce the indigo depth,\n              blue-violet undertone, metallic activity or gloss reflection.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain one metallic orientation.\u003c\/strong\u003e\n              Install every adjacent panel in the same direction as the film\n              unwinds from the roll.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate alternating panels.\u003c\/strong\u003e\n              Reversing the material direction can change the apparent indigo\n              tone, metallic activity and reflection between neighbouring\n              panels.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse one production batch whenever possible.\u003c\/strong\u003e\n              Avoid combining different batches on the same vehicle or\n              continuous graphic because subtle colour shifts may occur.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply in a clean, dry and well-lit workshop.\u003c\/strong\u003e\n              KPMF recommends an ambient workshop temperature between 18°C and\n              24°C for best results.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow the vehicle to acclimatize.\u003c\/strong\u003e\n              Do not bring a cold vehicle indoors and immediately begin\n              wrapping.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePrepare the substrate thoroughly.\u003c\/strong\u003e\n              Remove dirt, wax, polish, silicone, oil, grease and other\n              contamination before application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eThe surface must be completely clean and dry.\u003c\/strong\u003e\n              Moisture, cleaning residue or trapped contamination can reduce\n              adhesion and create visible defects beneath the gloss film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not apply to unsound surfaces.\u003c\/strong\u003e\n              Avoid surfaces that may crack, peel, outgas or fail after the\n              vinyl has been installed.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid low-surface-energy substrates.\u003c\/strong\u003e\n              KPMF recommends surface energy above 40 dyne\/cm, or above\n              45 dyne\/cm for polyolefins.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate repaired and custom paint carefully.\u003c\/strong\u003e\n              Test a small area before covering refinished panels or\n              non-standard paint systems.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow newly painted vehicles to cure fully.\u003c\/strong\u003e\n              Follow the paint manufacturer’s complete curing requirements\n              before applying wrap film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eKPMF does not recommend primers.\u003c\/strong\u003e\n              Primers may react negatively with KPMF adhesives and affect\n              installation or removal.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse dry application techniques.\u003c\/strong\u003e\n              KPMF does not recommend wet application for products produced\n              with an Airelease liner.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eComplete positioning during installation.\u003c\/strong\u003e\n              Repositioning film after substantial adhesive contact may create\n              stress marks, colour distortion or gloss variation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSqueegee the complete surface thoroughly.\u003c\/strong\u003e\n              Use controlled, overlapping strokes and gradually increase\n              pressure to establish complete adhesive contact.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eGive large panels special attention.\u003c\/strong\u003e\n              Roofs, hoods and broad side areas must receive full adhesive\n              contact to reduce trapped air and visible distortion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not force bubbles inward from an outer edge.\u003c\/strong\u003e\n              Incorrect squeegee technique may bruise, mark or distort the\n              gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, film-safe tools.\u003c\/strong\u003e\n              Felt-edged squeegees, clean gloves and low-friction sleeves help\n              protect the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRespect the minimum application temperature.\u003c\/strong\u003e\n              The current technical sheet specifies a minimum of +18°C.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not overheat or overstretch the film.\u003c\/strong\u003e\n              Excessive extension can alter the indigo colour, metallic effect,\n              gloss level, film thickness and long-term stability.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDistribute stretch across a broad area.\u003c\/strong\u003e\n              Avoid concentrating all extension into one edge, corner or deep\n              recessed section.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eFeed film into recesses with minimal stress.\u003c\/strong\u003e\n              Form the surrounding area gradually rather than forcing highly\n              stretched material into the deepest part of a recess.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eApply heat to recess work without unnecessary delay.\u003c\/strong\u003e\n              Delayed heating can increase the risk of lifting or film-memory\n              return.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePost-heat formed and recessed areas.\u003c\/strong\u003e\n              Follow the current KPMF application guide for the required\n              procedure and temperature.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect adjacent panels before final pressure.\u003c\/strong\u003e\n              Confirm colour, metallic direction and reflection under strong\n              lighting before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRe-squeegee edges, seams and recesses.\u003c\/strong\u003e\n              Check all manipulated sections before returning the vehicle to\n              service.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow the adhesive to develop its bond.\u003c\/strong\u003e\n              Avoid immediate washing or harsh environmental exposure after\n              completing the application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMarine use is limited to areas above the waterline.\u003c\/strong\u003e\n              KPMF does not provide warranty coverage for applications below\n              the waterline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDocument the installation.\u003c\/strong\u003e\n              Retain the roll label, batch number, installation date, substrate\n              details and application conditions for possible warranty review.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75452-accordion\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eDo not wash the wrap while it is hot.\u003c\/strong\u003e\n              Allow the vehicle and vinyl surface to cool before applying water\n              or cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWash regularly using a gentle pH-neutral shampoo.\u003c\/strong\u003e\n              Weekly cleaning is recommended, or more frequently when the\n              vehicle is exposed to significant dirt or pollution.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse with clean water to remove loose grit before touching\n              the film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash using a clean automotive sponge, soft cloth or microfiber\n              towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Work from the top downward using gentle, overlapping passes.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly with clean water after applying shampoo.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Dry using a clean microfiber towel or soft chamois to reduce\n              spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid abrasive cleaners and polishing compounds.\u003c\/strong\u003e\n              Aggressive products can scratch, haze or alter the gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use strong solvent-based, oil-based or abrasive household\n              cleaning products.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid cleaners containing aggressive petroleum distillates,\n              strong solvents or unsuitable chemicals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Clean fuel spills immediately, then hand wash and rinse the\n              affected section.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove bird droppings, insects, tree sap and difficult stains as\n              soon as practical.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Test every cleaner, detail product, wax or protective treatment\n              in a small, inconspicuous area before treating the complete wrap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse only wrap-compatible waxes or sealants.\u003c\/strong\u003e\n              Avoid products containing abrasive particles or strong solvents.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is the safest method.\u003c\/strong\u003e\n              A brushless automatic wash may be used, but hand washing normally\n              offers better control.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid automatic brush washes.\u003c\/strong\u003e\n              Brushes may scratch the gloss film, damage edges or create\n              premature wear.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF discourages power washing, steam cleaning and aggressive\n              chemical wash systems because they can accelerate deterioration.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eWhen pressure washing is unavoidable:\u003c\/strong\u003e\n              Keep pressure below 140 bar \/ 2,000 psi and water temperature\n              below 60°C \/ 140°F.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use a 40-degree wide-angle nozzle held at approximately\n              90 degrees to the wrap surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep the nozzle at least 12 inches from vehicle edges, seams and\n              vulnerable sections.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct pressurized water into seams, edges, overlaps or\n              lifted areas.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Park indoors, under cover or in shade when practical to reduce\n              prolonged ultraviolet exposure, heat and pollutant buildup.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect edges, seams and heavily formed areas regularly for\n              lifting, contamination or damage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional removal is recommended.\u003c\/strong\u003e\n              Place the vehicle in a warm environment before removal and use\n              controlled heat rather than pulling cold material from the paint.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Remove the film gradually and stop immediately if paint lifting,\n              excessive resistance or another substrate problem becomes\n              apparent.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not guarantee the ease or speed of removal, even where\n              the product remains within its stated controlled-removal period.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75452-accordion\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1 vertical durability:\u003c\/strong\u003e\n              Up to seven years under the current KPMF technical sheet.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 1 horizontal durability:\u003c\/strong\u003e\n              Up to three years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2 vertical durability:\u003c\/strong\u003e\n              Up to five years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 2 horizontal durability:\u003c\/strong\u003e\n              Up to two years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3 vertical durability:\u003c\/strong\u003e\n              Up to three years.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eZone 3 horizontal durability:\u003c\/strong\u003e\n              Up to one year.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eFlorida and Arizona horizontal exposure:\u003c\/strong\u003e\n              Up to two years under the current technical sheet.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Durability values are based on the stated climate zone and\n              exposure orientation and are not a guarantee of actual service\n              life.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual performance depends on substrate preparation,\n              installation, geographic exposure, application angle,\n              environmental conditions, cleaning and maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eControlled removal:\u003c\/strong\u003e\n              KPMF identifies removal using heat and\/or chemicals for up to\n              three years from qualifying substrates, subject to warranty\n              exceptions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The product page describes controlled removal for up to three\n              years without adhesive transfer under the applicable conditions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not guarantee the ease or speed of graphic removal.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal from improperly cured paint, oxidized surfaces, chalked\n              surfaces or unsuitable substrates is not guaranteed.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Horizontally exposed outdoor applications may not qualify for the\n              same removal expectations as vertical applications.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Marine applications below the waterline are not covered by the\n              KPMF warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Ink systems, paint systems, substrate condition and application\n              techniques can affect film and adhesive performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The purchaser and installer are responsible for evaluating\n              product suitability before the complete application begins.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF’s liability for accepted defective material is limited to\n              the cost of the defective material supplied.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The values listed in the technical sheet are typical properties\n              and should not be interpreted as guaranteed performance\n              specifications.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the current KPMF technical sheet, application guide,\n              aftercare instructions and physical roll label before\n              installation.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Opulent Indigo finish before ordering project material\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Opulent Indigo cannot be evaluated accurately from a static digital\n          image. Its indigo depth, blue-violet undertone, metallic activity and\n          gloss reflection change with lighting, viewing angle, panel shape and\n          surrounding colours. Select the 2 × 6-inch sample option above and\n          inspect the physical film in direct sunlight, shade and the intended\n          installation environment before ordering project material.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e2 × 6 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your wrap project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *KPMF’s February 19, 2026 technical sheet for the K75000 Series Premium\n    Cast Vehicle Wrapping Vinyl VWS IV lists a face-film range of 80 to\n    110 µm, gloss above 85 GU, a minimum application temperature of 18°C and\n    up to seven years of Zone 1 vertical durability. The current K75452\n    product page identifies Opulent Indigo as a 100 µm double-cast gloss film\n    with permanent adhesive and controlled removal for up to three years from\n    qualifying substrates. Outdoor durability is listed at seven years\n    vertical and three years horizontal in Zone 1, five years vertical and two\n    years horizontal in Zone 2, three years vertical and one year horizontal\n    in Zone 3, and two years for Florida or Arizona horizontal exposure.\n    Actual performance depends on production batch, storage, substrate,\n    surface preparation, installation, exposure, cleaning and maintenance.\n    KPMF, VWS IV and Airelease are trademarks or trade names of Kay Premium\n    Marking Films Ltd.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current manufacturer documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"KPMF","offers":[{"title":"Sample 2\"x6\"","offer_id":19546171768889,"sku":"7547528020","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546171801657,"sku":"7547528021","price":21.43,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546171834425,"sku":"7547528022","price":41.91,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546171867193,"sku":"7547528023","price":98.8,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546171899961,"sku":"7547528024","price":143.71,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546171932729,"sku":"7547528025","price":167.66,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546171965497,"sku":"7547528026","price":247.9,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546171998265,"sku":"7547528027","price":323.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546172031033,"sku":"7547528028","price":398.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546172063801,"sku":"7547528029","price":474.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546172096569,"sku":"7547528030","price":627.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546172129337,"sku":"7547528031","price":778.45,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546172162105,"sku":"7547528032","price":926.96,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546172194873,"sku":"7547528033","price":1140.73,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/K75452_df64f676-1c26-4fa8-aaf2-bca0fcaaacd0.jpg?v=1741197297"},{"product_id":"kpmf-k75400-series-gloss-indulgent-blue-k75405","title":"KPMF K75400 SERIES GLOSS INDULGENT BLUE VINYL WRAP | K75405","description":"\u003cstyle\u003e\n.iwpd {\n  --iwpd-accent: #ff4b4b;\n  --iwpd-black: #111111;\n  --iwpd-text: #1a1a1a;\n  --iwpd-muted: #666666;\n  --iwpd-soft: #f5f5f5;\n  --iwpd-soft-2: #fafafa;\n  --iwpd-border: #e4e4e4;\n  --iwpd-white: #ffffff;\n  --iwpd-radius-lg: 28px;\n  --iwpd-radius-md: 18px;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  color: var(--iwpd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.iwpd,\n.iwpd *,\n.iwpd *::before,\n.iwpd *::after {\n  box-sizing: border-box;\n}\n\n.iwpd svg {\n  display: block;\n  max-width: 100%;\n}\n\n.iwpd a {\n  color: inherit;\n}\n\n.iwpd__hero {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n  gap: clamp(24px, 5vw, 64px);\n  align-items: center;\n  overflow: hidden;\n  padding: clamp(30px, 6vw, 72px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(\n      circle at 88% 8%,\n      rgba(47, 115, 216, 0.6),\n      transparent 29%\n    ),\n    radial-gradient(\n      circle at 72% 90%,\n      rgba(18, 55, 132, 0.72),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      #05070d 0%,\n      #0a1931 58%,\n      #123f83 100%\n    );\n}\n\n.iwpd__hero::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 72px);\n  width: clamp(84px, 13vw, 160px);\n  height: 5px;\n  border-radius: 0 0 20px 20px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__hero-copy,\n.iwpd__product-card {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__eyebrow {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 0 0 22px;\n}\n\n.iwpd__eyebrow span {\n  display: inline-flex;\n  align-items: center;\n  min-height: 30px;\n  padding: 6px 12px;\n  border: 1px solid rgba(255, 255, 255, 0.19);\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.9);\n  background: rgba(255, 255, 255, 0.08);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.iwpd__eyebrow span:first-child {\n  border-color: var(--iwpd-accent);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: var(--iwpd-white);\n  font-size: clamp(34px, 5.4vw, 68px);\n  font-weight: 800;\n  letter-spacing: -0.045em;\n  line-height: 0.98;\n}\n\n.iwpd__hero-lead {\n  max-width: 700px;\n  margin: 24px 0 0;\n  color: rgba(255, 255, 255, 0.76);\n  font-size: clamp(16px, 1.8vw, 20px);\n  line-height: 1.6;\n}\n\n.iwpd__hero-lead strong {\n  color: var(--iwpd-white);\n}\n\n.iwpd__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 28px;\n}\n\n.iwpd__chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 9px 14px;\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.92);\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.iwpd__chip::before {\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__product-card {\n  width: 100%;\n  max-width: 390px;\n  justify-self: end;\n  padding: 18px;\n  border: 1px solid rgba(255, 255, 255, 0.13);\n  border-radius: 24px;\n  background: rgba(255, 255, 255, 0.07);\n  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n}\n\n.iwpd__product-meta {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 0 3px;\n}\n\n.iwpd__product-meta \u003e div:last-child {\n  text-align: right;\n}\n\n.iwpd__product-label {\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__product-value {\n  display: block;\n  margin-top: 4px;\n  color: var(--iwpd-white);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.iwpd__screen-note {\n  margin: 17px 0 0;\n  color: rgba(255, 255, 255, 0.55);\n  font-size: 11px;\n  line-height: 1.48;\n}\n\n.iwpd__facts {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.iwpd__fact {\n  min-width: 0;\n  padding: 21px 17px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__fact-icon,\n.iwpd__application-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 12px;\n  color: var(--iwpd-accent);\n  background: #fff0f0;\n}\n\n.iwpd__fact-icon {\n  margin-bottom: 15px;\n}\n\n.iwpd__fact-icon svg {\n  width: 20px;\n  height: 20px;\n}\n\n.iwpd__fact-label {\n  color: var(--iwpd-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__fact-value {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-black);\n  font-size: 14px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__section {\n  padding: clamp(48px, 7vw, 86px) 0 0;\n}\n\n.iwpd__section-heading {\n  max-width: 820px;\n  margin-bottom: 30px;\n}\n\n.iwpd__section-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 12px;\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.iwpd__section-kicker::before {\n  width: 26px;\n  height: 3px;\n  border-radius: 10px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__section h3 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(29px, 4vw, 46px);\n  font-weight: 800;\n  letter-spacing: -0.038em;\n  line-height: 1.05;\n}\n\n.iwpd__section-intro {\n  max-width: 790px;\n  margin: 17px 0 0;\n  color: var(--iwpd-muted);\n  font-size: clamp(15px, 1.6vw, 18px);\n  line-height: 1.75;\n}\n\n.iwpd__story-main {\n  width: 100%;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-lg);\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(44, 111, 214, 0.18),\n      transparent 32%\n    ),\n    var(--iwpd-white);\n}\n\n.iwpd__story-main \u003e p {\n  max-width: 920px;\n  margin: 0;\n  color: #454545;\n  font-size: clamp(15px, 1.65vw, 18px);\n  line-height: 1.8;\n}\n\n.iwpd__story-main \u003e p + p {\n  margin-top: 20px;\n}\n\n.iwpd__story-main strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__personality {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n  gap: 24px;\n  align-items: center;\n  margin-top: 34px;\n  padding: clamp(22px, 4vw, 34px);\n  border: 1px solid #ffd4d4;\n  border-radius: 20px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(44, 111, 214, 0.16),\n      transparent 38%\n    ),\n    linear-gradient(135deg, #fff8f8, #ffffff);\n}\n\n.iwpd__personality-label {\n  color: var(--iwpd-accent);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__personality h4 {\n  max-width: 650px;\n  margin: 10px 0 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 34px);\n  font-weight: 800;\n  letter-spacing: -0.035em;\n  line-height: 1.12;\n}\n\n.iwpd__personality p {\n  margin: 0;\n  padding-left: 24px;\n  border-left: 3px solid var(--iwpd-accent);\n  color: #635454;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.iwpd__features {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.iwpd__feature {\n  position: relative;\n  min-height: 235px;\n  overflow: hidden;\n  padding: 29px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__feature::after {\n  position: absolute;\n  right: -30px;\n  bottom: -40px;\n  width: 115px;\n  height: 115px;\n  border-radius: 50%;\n  background: rgba(255, 75, 75, 0.06);\n  content: \"\";\n}\n\n.iwpd__feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.iwpd__feature h4 {\n  position: relative;\n  z-index: 1;\n  margin: 23px 0 0;\n  color: var(--iwpd-black);\n  font-size: 20px;\n  font-weight: 750;\n  letter-spacing: -0.02em;\n  line-height: 1.25;\n}\n\n.iwpd__feature p {\n  position: relative;\n  z-index: 1;\n  margin: 11px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__applications {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.iwpd__application {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 170px;\n  padding: 24px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-white);\n}\n\n.iwpd__application-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__application strong {\n  display: block;\n  margin-top: 26px;\n  color: var(--iwpd-black);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.iwpd__application span {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.iwpd__pro-note {\n  display: grid;\n  grid-template-columns: auto minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  margin-top: 14px;\n  padding: 23px 25px;\n  border: 1px solid #ffd4d4;\n  border-radius: var(--iwpd-radius-md);\n  background: #fff7f7;\n}\n\n.iwpd__pro-note-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__pro-note-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__pro-note p {\n  margin: 0;\n  color: #695050;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.iwpd__pro-note p + p {\n  margin-top: 7px;\n}\n\n.iwpd__pro-note strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__details {\n  display: grid;\n  gap: 9px;\n}\n\n.iwpd__detail {\n  overflow: hidden;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__detail summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 78px;\n  padding: 20px 64px 20px 24px;\n  color: var(--iwpd-black);\n  cursor: pointer;\n  list-style: none;\n  font-size: 16px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__detail summary::-webkit-details-marker {\n  display: none;\n}\n\n.iwpd__detail summary::before,\n.iwpd__detail summary::after {\n  position: absolute;\n  top: 50%;\n  right: 25px;\n  width: 15px;\n  height: 2px;\n  border-radius: 3px;\n  background: var(--iwpd-black);\n  transform: translateY(-50%);\n  transition: transform 0.2s ease;\n  content: \"\";\n}\n\n.iwpd__detail summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.iwpd__detail[open] summary::after {\n  transform: translateY(-50%);\n}\n\n.iwpd__detail[open] summary,\n.iwpd__detail-content {\n  background: var(--iwpd-white);\n}\n\n.iwpd__detail-content {\n  padding: 0 24px 27px;\n}\n\n.iwpd__specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n  margin: 0;\n}\n\n.iwpd__spec {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n  gap: 16px;\n  align-items: center;\n  min-height: 78px;\n  overflow: hidden;\n  padding: 17px 18px 17px 23px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: 14px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(255, 75, 75, 0.06),\n      transparent 43%\n    ),\n    linear-gradient(135deg, #ffffff, #fafafa);\n}\n\n.iwpd__spec::before {\n  position: absolute;\n  top: 15px;\n  bottom: 15px;\n  left: 0;\n  width: 4px;\n  border-radius: 0 5px 5px 0;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__spec dt {\n  position: relative;\n  margin: 0;\n  padding-left: 13px;\n  color: #777777;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.055em;\n  line-height: 1.45;\n  text-transform: uppercase;\n}\n\n.iwpd__spec dt::before {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  transform: translateY(-50%);\n  content: \"\";\n}\n\n.iwpd__spec dd {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.5;\n}\n\n.iwpd__check-list {\n  display: grid;\n  gap: 13px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.iwpd__check-list li {\n  position: relative;\n  padding-left: 31px;\n  color: #4e4e4e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__check-list li::before {\n  position: absolute;\n  top: 3px;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  content: \"✓\";\n}\n\n.iwpd__check-list strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__sample-banner {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 25px;\n  align-items: center;\n  margin-top: 14px;\n  padding: clamp(24px, 4vw, 38px);\n  border-radius: var(--iwpd-radius-lg);\n  background: var(--iwpd-soft);\n}\n\n.iwpd__sample-banner h4 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 32px);\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  line-height: 1.1;\n}\n\n.iwpd__sample-banner p {\n  max-width: 760px;\n  margin: 9px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__sample-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 19px;\n  border-radius: 999px;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n  white-space: nowrap;\n}\n\n.iwpd__support {\n  position: relative;\n  overflow: hidden;\n  margin-top: clamp(48px, 7vw, 86px);\n  padding: clamp(30px, 6vw, 60px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(\n      circle at 95% 5%,\n      rgba(255, 75, 75, 0.35),\n      transparent 34%\n    ),\n    linear-gradient(135deg, #111111, #222222);\n}\n\n.iwpd__support::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 60px);\n  width: 120px;\n  height: 5px;\n  border-radius: 0 0 15px 15px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__support-inner {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__support-label {\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__support h3 {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--iwpd-white);\n  font-size: clamp(29px, 4.2vw, 50px);\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.05;\n}\n\n.iwpd__support-copy {\n  max-width: 740px;\n  margin: 15px 0 0;\n  color: rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.iwpd__support-actions {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 31px;\n}\n\n.iwpd a.iwpd__support-button,\n.iwpd a.iwpd__support-button:link,\n.iwpd a.iwpd__support-button:visited {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  min-width: 0;\n  min-height: 64px;\n  padding: 14px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.17);\n  border-radius: 14px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.08);\n  text-decoration: none;\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.iwpd a.iwpd__support-button:first-child,\n.iwpd a.iwpd__support-button:hover {\n  border-color: var(--iwpd-accent);\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  text-decoration: none;\n}\n\n.iwpd a.iwpd__support-button:hover {\n  transform: translateY(-2px);\n}\n\n.iwpd a.iwpd__support-button:focus-visible {\n  outline: 3px solid rgba(255, 255, 255, 0.75);\n  outline-offset: 3px;\n}\n\n.iwpd__support-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  flex: 0 0 34px;\n  border-radius: 10px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.14);\n}\n\n.iwpd__support-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.iwpd__support-text {\n  min-width: 0;\n}\n\n.iwpd__support-text small {\n  display: block;\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__support-text strong {\n  display: block;\n  overflow: hidden;\n  margin-top: 3px;\n  color: var(--iwpd-white);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.3;\n  text-overflow: ellipsis;\n}\n\n.iwpd__fine-print,\n.iwpd__governance {\n  margin: 18px 3px 0;\n  color: #858585;\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.iwpd__governance {\n  margin-top: 5px;\n}\n\n@media (max-width: 1020px) {\n  .iwpd__facts {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 820px) {\n  .iwpd__hero,\n  .iwpd__personality {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__product-card {\n    max-width: none;\n    justify-self: stretch;\n  }\n\n  .iwpd__personality p {\n    padding-top: 4px;\n    padding-left: 18px;\n  }\n\n  .iwpd__features {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__feature:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .iwpd__specs {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .iwpd {\n    font-size: 15px;\n  }\n\n  .iwpd__hero {\n    padding: 35px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__hero::before,\n  .iwpd__support::before {\n    left: 20px;\n  }\n\n  .iwpd__hero h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n\n  .iwpd__product-card {\n    padding: 12px;\n    border-radius: 19px;\n  }\n\n  .iwpd__facts {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__fact {\n    padding: 18px 14px;\n  }\n\n  .iwpd__section {\n    padding-top: 52px;\n  }\n\n  .iwpd__story-main {\n    padding: 26px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__personality {\n    margin-top: 27px;\n    padding: 22px 19px;\n    border-radius: 16px;\n  }\n\n  .iwpd__features,\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__feature,\n  .iwpd__feature:last-child {\n    min-height: 0;\n    grid-column: auto;\n    padding: 24px 21px;\n  }\n\n  .iwpd__application {\n    min-height: 142px;\n    padding: 21px;\n  }\n\n  .iwpd__pro-note,\n  .iwpd__sample-banner {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__pro-note {\n    padding: 21px;\n  }\n\n  .iwpd__detail summary {\n    min-height: 70px;\n    padding: 18px 56px 18px 18px;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    right: 20px;\n  }\n\n  .iwpd__detail-content {\n    padding: 0 17px 20px;\n  }\n\n  .iwpd__spec {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    min-height: 0;\n    padding: 16px 16px 16px 21px;\n  }\n\n  .iwpd__sample-banner {\n    padding: 24px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__sample-pill {\n    justify-self: start;\n    white-space: normal;\n  }\n\n  .iwpd__support {\n    padding: 36px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__support-actions {\n    margin-top: 25px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .iwpd a.iwpd__support-button,\n  .iwpd__detail summary::after {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-k75405-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eKPMF®\u003c\/span\u003e\n        \u003cspan\u003ePremium Gloss Metallic VWS IV\u003c\/span\u003e\n        \u003cspan\u003eProduct Code K75405\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-k75405-title\"\u003eGloss Indulgent Blue\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a rich and expressive blue-metallic transformation with\n        \u003cstrong\u003eKPMF® K75405 Indulgent Blue Gloss Cast VWS IV\u003c\/strong\u003e.\n        Its saturated blue colour, metallic visual movement and reflective\n        gloss surface deliver a premium appearance for complete vehicle wraps,\n        contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eRich blue metallic colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eGloss finish above 85 GU\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003e100 µm double-cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eKPMF Airelease liner\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eGloss Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Royal Blue \/ Cobalt\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        KPMF officially identifies this product as K75405 Indulgent Blue Gloss\n        Cast VWS IV and classifies it within the K75400 Premium Gloss Metallic\n        range. Digital images cannot reproduce the physical blue tone, metallic\n        movement, gloss depth or directional appearance precisely. The finished\n        colour varies with lighting, viewing angle, panel shape, surrounding\n        colours and film orientation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial name\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eIndulgent Blue Gloss\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eGloss Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e100 µm Double Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAir management\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eKPMF Airelease\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 7 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRich blue metallic character\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Saturated blue colour with metallic movement and reflective gloss depth\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eKPMF K75405 Indulgent Blue Gloss\u003c\/strong\u003e combines a saturated\n        blue foundation with restrained metallic movement and a high-gloss\n        finished surface. Direct illumination creates brighter blue and\n        silver-blue highlights, while shaded conditions produce a deeper royal\n        blue and navy appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The gloss metallic construction adds dimensional movement across\n        curved panels, creases and sculpted vehicle body lines. Compared with a\n        solid gloss blue, Indulgent Blue delivers greater visual depth as the\n        viewing angle changes, while retaining a clean and premium blue\n        character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Indulgent Blue can support a complete vehicle colour transformation or\n        coordinated applications across hoods, roofs, trunks, mirrors, pillars\n        and trim. Because this is a metallic-effect film, adjoining panels\n        should follow a consistent application direction from the roll.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Rich, confident and expressive with premium blue-metallic depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Gloss Indulgent Blue pairs naturally with gloss black, satin black,\n          exposed carbon fibre, charcoal, gunmetal, silver, chrome and brushed\n          metal. White, red, orange, gold, bronze, lime green or bright-yellow\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003ePremium VWS IV construction\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Double-cast gloss-metallic vehicle-wrap film with Airelease technology\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        K75405 combines a 100 µm double-cast PVC construction, a structured\n        Airelease liner and a clear semi-permanent acrylic adhesive system for\n        professional installation on properly prepared vehicle surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eRich Indulgent Blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A saturated blue foundation combines with royal-blue, cobalt and\n          cool metallic highlights for a distinctive premium finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eReflective gloss surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A gloss reading above 85 GU at 60 degrees creates bright reflections\n          that define vehicle contours and increase visual depth.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eDirectional metallic effect\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Consistent roll orientation is required across adjoining panels to\n          reduce visible differences in colour, brightness and metallic\n          movement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eDouble-cast PVC construction\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 100 µm double-cast film is developed for dimensional stability,\n          conformability and long-term indoor and outdoor vehicle-wrap use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eStructured Airelease liner\u003c\/h4\u003e\n\n        \u003cp\u003e\n          KPMF’s structured liner supports air flow during installation and\n          helps reduce trapped bubbles when the film is applied correctly.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 1524 mm width allows many hoods, roofs, trunks and side panels to\n          be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Indulgent Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable, properly prepared\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the rich blue colour, metallic movement\n            and reflective gloss surface.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Coordinated blue-metallic details on compatible smooth surfaces\n            after adhesion and orientation testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMarine Above Waterline\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable evaluated marine areas above the static waterline only.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is directional gloss-metallic colour-change vinyl, not paint\n            protection film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Mark the roll direction before cutting and keep every adjoining panel\n          oriented consistently. Avoid combining different production batches\n          on the same vehicle. Rotating metallic panels or mixing batches can\n          create visible differences in blue tone, brightness, metallic\n          movement and finished appearance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75405-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eKPMF® \/ Kay Premium Marking Films Ltd.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial product name:\u003c\/dt\u003e\n              \u003cdd\u003eK75405 Indulgent Blue Gloss Cast VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront name:\u003c\/dt\u003e\n              \u003cdd\u003eGloss Indulgent Blue Vinyl Wrap\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eK75405\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial technical family:\u003c\/dt\u003e\n              \u003cdd\u003eK75400 Premium Gloss Metallic Cast Vinyl VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eGloss metallic cast vehicle-wrap vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Royal Blue \/ Cobalt \/ Cool Metallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial effect description:\u003c\/dt\u003e\n              \u003cdd\u003eBlue Metallic Gloss\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished reflective gloss-metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 85 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm construction:\u003c\/dt\u003e\n              \u003cdd\u003ePremium double-cast metallic PVC film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003e100 µm \/ approximately 4.0 mil\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003eClear semi-permanent acrylic adhesive\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive coating:\u003c\/dt\u003e\n              \u003cdd\u003e\n                The K75400 family data sheet lists 18 g\/m² and 25 g\/m² clear\n                semi-permanent acrylic adhesive systems. Current KPMF\n                documentation and the physical roll label govern the supplied\n                construction.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Double-sided PE structured liner with printed KPMF Airelease\n                logo\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum +18°C \/ 64.4°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003ePreferred workshop range:\u003c\/dt\u003e\n              \u003cdd\u003e18°C to 24°C \/ 64.4°F to 75.2°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-40°C to +90°C \/ -40°F to 194°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Greater than 75% under the listed laboratory test method, not an\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eDimensional stability:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Less than 0.5 mm after 48 hours at 70°C on aluminium under the\n                listed test method\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e20-minute peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 350 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e24-hour peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 475 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eArtificial weathering:\u003c\/dt\u003e\n              \u003cdd\u003e2000 hours Xenon Arc\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlammability:\u003c\/dt\u003e\n              \u003cdd\u003eSelf-extinguishing\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOrientation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Directional metallic film, maintain consistent roll direction\n                across adjoining panels\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum material width:\u003c\/dt\u003e\n              \u003cdd\u003e1524 mm \/ 60 in \/ 5 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAvailable cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide x 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e2 x 6 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years when stored out of direct sunlight between 15°C and\n                23°C at 30% to 70% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 7 years vertical and 3 years horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 2 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 5 years vertical and 2 years horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 3 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 3 years vertical and 1 year horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eControlled removability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to three years, subject to stated warranty exceptions\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75405-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for K75405\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, metallic orientation, forming, edge\n              finishing and heat management are essential for reliable\n              performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method.\u003c\/strong\u003e\n              Do not use water, soap solution or application fluid beneath the\n              adhesive unless current written KPMF instructions specifically\n              permit it.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInstall at or above the minimum temperature.\u003c\/strong\u003e\n              KPMF lists a minimum application temperature of +18°C \/ 64.4°F.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean and dry workshop.\u003c\/strong\u003e\n              KPMF recommends an ambient workshop temperature of 18°C to 24°C\n              for best results.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMark the roll direction before cutting.\u003c\/strong\u003e\n              Use arrows or another consistent system on the liner so every\n              adjoining panel follows the same metallic orientation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              A metallic panel turned 90 or 180 degrees may display a different\n              blue tone, brightness or metallic effect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid mixing production batches.\u003c\/strong\u003e\n              KPMF advises against using different material batches for the same\n              finished application because subtle colour shifts may occur.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDry-fit and compare adjoining panels.\u003c\/strong\u003e\n              Review colour, metallic movement and brightness from multiple\n              angles under strong lighting before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate before cutting material.\u003c\/strong\u003e\n              Gloss metallic finishes can reveal dents, sanding marks, dust,\n              orange peel, paint texture, body-filler edges and inconsistent\n              repairs through reflected highlights.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a stable, properly bonded surface.\u003c\/strong\u003e\n              Do not apply to surfaces that may crack, peel, outgas or otherwise\n              fail after installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm adequate surface energy.\u003c\/strong\u003e\n              KPMF recommends an application surface above 40 dyne\/cm and\n              polyolefin surfaces above 45 dyne\/cm.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not assume every plastic is compatible.\u003c\/strong\u003e\n              Low-energy plastics, textured components, rubber and coated trim\n              may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not apply over uncured or unstable paint.\u003c\/strong\u003e\n              Paint must be properly cured, firmly bonded and free from\n              oxidation or chalking.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate custom and repaired paint carefully.\u003c\/strong\u003e\n              Custom paint, repainting and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest a small area first.\u003c\/strong\u003e\n              KPMF recommends evaluating small areas because paint finishes and\n              substrate conditions vary.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClean the surface thoroughly.\u003c\/strong\u003e\n              Remove wax, silicone, polish, oil, grease, dust, road film and\n              other contamination before application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow the surface to dry completely.\u003c\/strong\u003e\n              Hidden water, cleaning residue and trapped moisture may interfere\n              with adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePrimer use is not recommended.\u003c\/strong\u003e\n              KPMF states that primers may react negatively with its adhesives.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, dust and dirty squeegee protection can\n              mark or contaminate the blue gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may scratch the surface or\n              create visible pressure marks.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain controlled application pressure.\u003c\/strong\u003e\n              Uneven or excessive rubbing may create visible texture or gloss\n              differences.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse heat carefully.\u003c\/strong\u003e\n              KPMF warns that excessive heat or overstretching can reduce the\n              gloss level and create a matt-looking area.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDistribute stretch across the panel.\u003c\/strong\u003e\n              Concentrated stretching may alter the Indulgent Blue colour,\n              metallic effect, opacity and gloss uniformity.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use the laboratory elongation value as a target.\u003c\/strong\u003e\n              The greater-than-75% value is a test result, not a recommended\n              installation stretch percentage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMinimize repeated lifting and rubbing.\u003c\/strong\u003e\n              Excessive repositioning or heavy surface pressure may affect the\n              finished gloss appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan seams, overlaps and finishing edges first.\u003c\/strong\u003e\n              Review the complete panel layout before removing the liner or\n              applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse above the marine waterline only.\u003c\/strong\u003e\n              KPMF does not offer a warranty for marine applications below the\n              waterline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate signage and decal applications separately.\u003c\/strong\u003e\n              Cutting, weeding, substrate condition and removal expectations\n              should be tested before full production.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCurrent KPMF instructions govern.\u003c\/strong\u003e\n              Review the latest product data sheet, application guidance and\n              physical roll label before installation.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75405-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, road film, fuel residue, insects and environmental\n              contamination can reduce gloss clarity and alter the blue\n              metallic appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred.\u003c\/strong\u003e\n              Use a gentle vehicle-wrap-safe shampoo, clean water and a soft\n              non-abrasive wash mitt or microfiber towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse the vehicle to remove loose grit before touching the\n              film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash from the top downward using light pressure and clean tools.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly so soap and cleaning residue do not dry on the\n              gloss surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Dry with a clean, soft microfiber towel to reduce streaking and\n              water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRemove contamination promptly.\u003c\/strong\u003e\n              Bird droppings, insects, tree sap, fuel and road chemicals should\n              not remain on the film longer than necessary.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid abrasive products.\u003c\/strong\u003e\n              Abrasive cleaners, harsh compounds, rough brushes and dirty\n              towels may scratch, haze or permanently alter the gloss finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse polishing products cautiously.\u003c\/strong\u003e\n              Machine polishing, aggressive compounds and excessive friction\n              may reduce gloss uniformity or damage the metallic surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest every cleaner first.\u003c\/strong\u003e\n              Apply cleaners, coatings, waxes or protectants to an\n              inconspicuous area and confirm that they do not alter the blue\n              tone, metallic effect or gloss level.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use only products specifically confirmed as compatible with\n              gloss vehicle-wrap vinyl.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid products that leave oily, cloudy or uneven residue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use aggressive solvents, acids or incompatible chemicals.\n              Prolonged chemical exposure combined with high or low\n              temperatures may cause deterioration.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid automated brush washes, since rotating brushes may scratch\n              the surface or damage exposed edges.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use pressure washing only with caution. Keep the nozzle away from\n              seams, edges, corners and any area showing signs of lifting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct concentrated pressurized water beneath an edge or\n              into an overlap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly for lifting, cracking, staining,\n              discolouration, gloss loss or significant surface change.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional removal is recommended.\u003c\/strong\u003e\n              KPMF describes controlled removal using heat and chemical methods\n              for qualifying applications.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal results depend on film age, exposure, substrate, paint\n              condition, installation quality and the removal procedure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Stop removal if paint, clear coat or the underlying substrate\n              begins to lift or separate.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75405-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              KPMF identifies the product as K75405 Indulgent Blue Gloss Cast\n              VWS IV.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Issue 14 lists K75405 at 100 µm within the K75400 Premium Gloss\n              Metallic Cast Vinyl VWS IV range.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 1:\u003c\/strong\u003e\n              Up to seven years for vertical exposure and three years for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 2:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 3:\u003c\/strong\u003e\n              Up to three years for vertical exposure and one year for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The data sheet separately lists Florida and Arizona horizontal\n              exposure at greater than two years. Project-specific eligibility\n              must be confirmed against the current KPMF warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual durability depends on climate zone, panel angle, substrate,\n              preparation, installation, environmental exposure, cleaning and\n              maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The old product description’s claim of up to 10 years is not\n              supported by the current KPMF Issue 14 data sheet. The current\n              published maximum is up to seven years for qualifying vertical\n              exposure in Climate Zone 1.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The published values are typical values and should not be treated\n              as guaranteed performance for every installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF warrants qualifying material to be fit for purpose and free\n              from defects in material and workmanship.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF’s liability is limited and does not exceed the cost of the\n              amount of defective material supplied.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The product is described as cleanly removable under controlled\n              conditions for up to three years from qualifying substrates.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF defines clean removability as less than 30% adhesive residue\n              when suitable heat and chemical removal methods are used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal coverage does not apply to pre-existing graphics,\n              improperly bonded paint or custom paint applications.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not guarantee ease or speed of graphic removal.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal from improperly cured paint, oxidized substrates, chalked\n              surfaces or horizontally exposed outdoor applications is not\n              guaranteed.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not offer a warranty for marine applications below the\n              waterline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Ink, paint systems, application techniques and substrate\n              preparation can affect film and adhesive performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour, metallic-effect or gloss differences may occur\n              between samples, swatches and production materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid using different production batches on the same vehicle or\n              finished application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the latest KPMF product data sheet, warranty documents and\n              application guidance before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Gloss Indulgent Blue colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Indulgent Blue cannot be evaluated accurately from a static digital\n          image. Its apparent blue depth, royal-blue and cobalt undertones,\n          metallic movement and gloss reflectivity change with lighting,\n          viewing angle, panel shape, surrounding colours and film direction.\n          Select the 2 x 6-inch sample option and inspect the physical film\n          outdoors, under direct light, in shade and beside the intended\n          vehicle colour before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e2 x 6 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *KPMF identifies this product as K75405 Indulgent Blue Gloss Cast VWS IV, a\n    100 µm double-cast blue gloss-metallic vehicle-wrap film within the K75400\n    Premium Gloss Metallic range. Issue 14 lists outdoor durability of up to\n    seven years vertically and three years horizontally in Climate Zone 1, five\n    years vertically and two years horizontally in Climate Zone 2, and three\n    years vertically and one year horizontally in Climate Zone 3. The old\n    description’s claim of up to 10 years is not supported by the current KPMF\n    data sheet. Published values are typical values and are not guaranteed for\n    every installation. The film is directional and should be installed using\n    consistent roll orientation and material from the same production batch\n    across adjoining panels. Excessive heat or overstretching may reduce gloss\n    and create a matt-looking area. Controlled clean removability is described\n    for up to three years, subject to substrate, exposure, paint condition and\n    stated warranty exceptions. Marine applications are limited to suitable\n    areas above the waterline, and KPMF provides no warranty below the\n    waterline. Professional installation and physical sample evaluation are\n    strongly recommended. KPMF, VWS IV and Airelease are trademarks or product\n    identifiers of Kay Premium Marking Films Ltd.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current KPMF documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"KPMF","offers":[{"title":"Sample 2\"x6\"","offer_id":19546173571129,"sku":"7547527978","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546173603897,"sku":"7547527979","price":21.43,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546173636665,"sku":"7547527980","price":41.91,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546173669433,"sku":"7547527981","price":98.8,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546173702201,"sku":"7547527982","price":143.71,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546173734969,"sku":"7547527983","price":167.66,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546173767737,"sku":"7547527984","price":247.9,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546173800505,"sku":"7547527985","price":323.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546173833273,"sku":"7547527986","price":398.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546173866041,"sku":"7547527987","price":474.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546173898809,"sku":"7547527988","price":627.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546173931577,"sku":"7547527989","price":778.45,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546173964345,"sku":"7547527990","price":926.96,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546173997113,"sku":"7547527991","price":1140.73,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/K75405_d92f13ec-34b9-452a-8b6b-b904b9463890.jpg?v=1741197290"},{"product_id":"kpmf-k75400-series-matte-trenton-blue-metallic-k75544","title":"KPMF K75400 SERIES MATTE TRENTON BLUE METALLIC VINYL WRAP | K75544","description":"\u003cstyle\u003e\n.iwpd {\n  --iwpd-accent: #ff4b4b;\n  --iwpd-black: #111111;\n  --iwpd-text: #1a1a1a;\n  --iwpd-muted: #666666;\n  --iwpd-soft: #f5f5f5;\n  --iwpd-soft-2: #fafafa;\n  --iwpd-border: #e4e4e4;\n  --iwpd-white: #ffffff;\n  --iwpd-radius-lg: 28px;\n  --iwpd-radius-md: 18px;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  color: var(--iwpd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.iwpd,\n.iwpd *,\n.iwpd *::before,\n.iwpd *::after {\n  box-sizing: border-box;\n}\n\n.iwpd svg {\n  display: block;\n  max-width: 100%;\n}\n\n.iwpd a {\n  color: inherit;\n}\n\n.iwpd__hero {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);\n  gap: clamp(24px, 5vw, 64px);\n  align-items: center;\n  overflow: hidden;\n  padding: clamp(30px, 6vw, 72px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(\n      circle at 88% 8%,\n      rgba(40, 98, 173, 0.56),\n      transparent 29%\n    ),\n    radial-gradient(\n      circle at 72% 90%,\n      rgba(14, 42, 88, 0.72),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      #05070b 0%,\n      #0c1728 58%,\n      #17365f 100%\n    );\n}\n\n.iwpd__hero::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 72px);\n  width: clamp(84px, 13vw, 160px);\n  height: 5px;\n  border-radius: 0 0 20px 20px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__hero-copy,\n.iwpd__product-card {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__eyebrow {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 0 0 22px;\n}\n\n.iwpd__eyebrow span {\n  display: inline-flex;\n  align-items: center;\n  min-height: 30px;\n  padding: 6px 12px;\n  border: 1px solid rgba(255, 255, 255, 0.19);\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.9);\n  background: rgba(255, 255, 255, 0.08);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n.iwpd__eyebrow span:first-child {\n  border-color: var(--iwpd-accent);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__hero h2 {\n  max-width: 760px;\n  margin: 0;\n  color: var(--iwpd-white);\n  font-size: clamp(34px, 5.4vw, 68px);\n  font-weight: 800;\n  letter-spacing: -0.045em;\n  line-height: 0.98;\n}\n\n.iwpd__hero-lead {\n  max-width: 700px;\n  margin: 24px 0 0;\n  color: rgba(255, 255, 255, 0.76);\n  font-size: clamp(16px, 1.8vw, 20px);\n  line-height: 1.6;\n}\n\n.iwpd__hero-lead strong {\n  color: var(--iwpd-white);\n}\n\n.iwpd__chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 28px;\n}\n\n.iwpd__chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 9px 14px;\n  border-radius: 999px;\n  color: rgba(255, 255, 255, 0.92);\n  background: rgba(255, 255, 255, 0.1);\n  font-size: 13px;\n  font-weight: 600;\n}\n\n.iwpd__chip::before {\n  width: 7px;\n  height: 7px;\n  flex: 0 0 7px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__product-card {\n  width: 100%;\n  max-width: 390px;\n  justify-self: end;\n  padding: 18px;\n  border: 1px solid rgba(255, 255, 255, 0.13);\n  border-radius: 24px;\n  background: rgba(255, 255, 255, 0.07);\n  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\n}\n\n.iwpd__product-meta {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 0 3px;\n}\n\n.iwpd__product-meta \u003e div:last-child {\n  text-align: right;\n}\n\n.iwpd__product-label {\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__product-value {\n  display: block;\n  margin-top: 4px;\n  color: var(--iwpd-white);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.iwpd__screen-note {\n  margin: 17px 0 0;\n  color: rgba(255, 255, 255, 0.55);\n  font-size: 11px;\n  line-height: 1.48;\n}\n\n.iwpd__facts {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.iwpd__fact {\n  min-width: 0;\n  padding: 21px 17px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__fact-icon,\n.iwpd__application-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 12px;\n  color: var(--iwpd-accent);\n  background: #fff0f0;\n}\n\n.iwpd__fact-icon {\n  margin-bottom: 15px;\n}\n\n.iwpd__fact-icon svg {\n  width: 20px;\n  height: 20px;\n}\n\n.iwpd__fact-label {\n  color: var(--iwpd-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__fact-value {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-black);\n  font-size: 14px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__section {\n  padding: clamp(48px, 7vw, 86px) 0 0;\n}\n\n.iwpd__section-heading {\n  max-width: 820px;\n  margin-bottom: 30px;\n}\n\n.iwpd__section-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 12px;\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.iwpd__section-kicker::before {\n  width: 26px;\n  height: 3px;\n  border-radius: 10px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__section h3 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(29px, 4vw, 46px);\n  font-weight: 800;\n  letter-spacing: -0.038em;\n  line-height: 1.05;\n}\n\n.iwpd__section-intro {\n  max-width: 790px;\n  margin: 17px 0 0;\n  color: var(--iwpd-muted);\n  font-size: clamp(15px, 1.6vw, 18px);\n  line-height: 1.75;\n}\n\n.iwpd__story-main {\n  width: 100%;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-lg);\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(50, 108, 177, 0.18),\n      transparent 32%\n    ),\n    var(--iwpd-white);\n}\n\n.iwpd__story-main \u003e p {\n  max-width: 920px;\n  margin: 0;\n  color: #454545;\n  font-size: clamp(15px, 1.65vw, 18px);\n  line-height: 1.8;\n}\n\n.iwpd__story-main \u003e p + p {\n  margin-top: 20px;\n}\n\n.iwpd__story-main strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__personality {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);\n  gap: 24px;\n  align-items: center;\n  margin-top: 34px;\n  padding: clamp(22px, 4vw, 34px);\n  border: 1px solid #ffd4d4;\n  border-radius: 20px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(50, 108, 177, 0.16),\n      transparent 38%\n    ),\n    linear-gradient(135deg, #fff8f8, #ffffff);\n}\n\n.iwpd__personality-label {\n  color: var(--iwpd-accent);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__personality h4 {\n  max-width: 650px;\n  margin: 10px 0 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 34px);\n  font-weight: 800;\n  letter-spacing: -0.035em;\n  line-height: 1.12;\n}\n\n.iwpd__personality p {\n  margin: 0;\n  padding-left: 24px;\n  border-left: 3px solid var(--iwpd-accent);\n  color: #635454;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.iwpd__features {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.iwpd__feature {\n  position: relative;\n  min-height: 235px;\n  overflow: hidden;\n  padding: 29px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__feature::after {\n  position: absolute;\n  right: -30px;\n  bottom: -40px;\n  width: 115px;\n  height: 115px;\n  border-radius: 50%;\n  background: rgba(255, 75, 75, 0.06);\n  content: \"\";\n}\n\n.iwpd__feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.iwpd__feature h4 {\n  position: relative;\n  z-index: 1;\n  margin: 23px 0 0;\n  color: var(--iwpd-black);\n  font-size: 20px;\n  font-weight: 750;\n  letter-spacing: -0.02em;\n  line-height: 1.25;\n}\n\n.iwpd__feature p {\n  position: relative;\n  z-index: 1;\n  margin: 11px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__applications {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 11px;\n}\n\n.iwpd__application {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 170px;\n  padding: 24px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-white);\n}\n\n.iwpd__application-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__application strong {\n  display: block;\n  margin-top: 26px;\n  color: var(--iwpd-black);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.iwpd__application span {\n  display: block;\n  margin-top: 5px;\n  color: var(--iwpd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.iwpd__pro-note {\n  display: grid;\n  grid-template-columns: auto minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  margin-top: 14px;\n  padding: 23px 25px;\n  border: 1px solid #ffd4d4;\n  border-radius: var(--iwpd-radius-md);\n  background: #fff7f7;\n}\n\n.iwpd__pro-note-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n}\n\n.iwpd__pro-note-icon svg {\n  width: 21px;\n  height: 21px;\n}\n\n.iwpd__pro-note p {\n  margin: 0;\n  color: #695050;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.iwpd__pro-note p + p {\n  margin-top: 7px;\n}\n\n.iwpd__pro-note strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__details {\n  display: grid;\n  gap: 9px;\n}\n\n.iwpd__detail {\n  overflow: hidden;\n  border: 1px solid var(--iwpd-border);\n  border-radius: var(--iwpd-radius-md);\n  background: var(--iwpd-soft-2);\n}\n\n.iwpd__detail summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 78px;\n  padding: 20px 64px 20px 24px;\n  color: var(--iwpd-black);\n  cursor: pointer;\n  list-style: none;\n  font-size: 16px;\n  font-weight: 750;\n  line-height: 1.35;\n}\n\n.iwpd__detail summary::-webkit-details-marker {\n  display: none;\n}\n\n.iwpd__detail summary::before,\n.iwpd__detail summary::after {\n  position: absolute;\n  top: 50%;\n  right: 25px;\n  width: 15px;\n  height: 2px;\n  border-radius: 3px;\n  background: var(--iwpd-black);\n  transform: translateY(-50%);\n  transition: transform 0.2s ease;\n  content: \"\";\n}\n\n.iwpd__detail summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.iwpd__detail[open] summary::after {\n  transform: translateY(-50%);\n}\n\n.iwpd__detail[open] summary,\n.iwpd__detail-content {\n  background: var(--iwpd-white);\n}\n\n.iwpd__detail-content {\n  padding: 0 24px 27px;\n}\n\n.iwpd__specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n  margin: 0;\n}\n\n.iwpd__spec {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr);\n  gap: 16px;\n  align-items: center;\n  min-height: 78px;\n  overflow: hidden;\n  padding: 17px 18px 17px 23px;\n  border: 1px solid var(--iwpd-border);\n  border-radius: 14px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(255, 75, 75, 0.06),\n      transparent 43%\n    ),\n    linear-gradient(135deg, #ffffff, #fafafa);\n}\n\n.iwpd__spec::before {\n  position: absolute;\n  top: 15px;\n  bottom: 15px;\n  left: 0;\n  width: 4px;\n  border-radius: 0 5px 5px 0;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__spec dt {\n  position: relative;\n  margin: 0;\n  padding-left: 13px;\n  color: #777777;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.055em;\n  line-height: 1.45;\n  text-transform: uppercase;\n}\n\n.iwpd__spec dt::before {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--iwpd-accent);\n  transform: translateY(-50%);\n  content: \"\";\n}\n\n.iwpd__spec dd {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.5;\n}\n\n.iwpd__check-list {\n  display: grid;\n  gap: 13px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.iwpd__check-list li {\n  position: relative;\n  padding-left: 31px;\n  color: #4e4e4e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__check-list li::before {\n  position: absolute;\n  top: 3px;\n  left: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  content: \"✓\";\n}\n\n.iwpd__check-list strong {\n  color: var(--iwpd-black);\n}\n\n.iwpd__sample-banner {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 25px;\n  align-items: center;\n  margin-top: 14px;\n  padding: clamp(24px, 4vw, 38px);\n  border-radius: var(--iwpd-radius-lg);\n  background: var(--iwpd-soft);\n}\n\n.iwpd__sample-banner h4 {\n  margin: 0;\n  color: var(--iwpd-black);\n  font-size: clamp(22px, 3vw, 32px);\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  line-height: 1.1;\n}\n\n.iwpd__sample-banner p {\n  max-width: 760px;\n  margin: 9px 0 0;\n  color: var(--iwpd-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.iwpd__sample-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 19px;\n  border-radius: 999px;\n  color: var(--iwpd-white);\n  background: var(--iwpd-black);\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.25;\n  text-align: center;\n  white-space: nowrap;\n}\n\n.iwpd__support {\n  position: relative;\n  overflow: hidden;\n  margin-top: clamp(48px, 7vw, 86px);\n  padding: clamp(30px, 6vw, 60px);\n  border-radius: var(--iwpd-radius-lg);\n  color: var(--iwpd-white);\n  background:\n    radial-gradient(\n      circle at 95% 5%,\n      rgba(255, 75, 75, 0.35),\n      transparent 34%\n    ),\n    linear-gradient(135deg, #111111, #222222);\n}\n\n.iwpd__support::before {\n  position: absolute;\n  top: 0;\n  left: clamp(30px, 6vw, 60px);\n  width: 120px;\n  height: 5px;\n  border-radius: 0 0 15px 15px;\n  background: var(--iwpd-accent);\n  content: \"\";\n}\n\n.iwpd__support-inner {\n  position: relative;\n  z-index: 1;\n}\n\n.iwpd__support-label {\n  color: var(--iwpd-accent);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.iwpd__support h3 {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--iwpd-white);\n  font-size: clamp(29px, 4.2vw, 50px);\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  line-height: 1.05;\n}\n\n.iwpd__support-copy {\n  max-width: 740px;\n  margin: 15px 0 0;\n  color: rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.iwpd__support-actions {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n  margin-top: 31px;\n}\n\n.iwpd a.iwpd__support-button,\n.iwpd a.iwpd__support-button:link,\n.iwpd a.iwpd__support-button:visited {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  min-width: 0;\n  min-height: 64px;\n  padding: 14px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.17);\n  border-radius: 14px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.08);\n  text-decoration: none;\n  transition:\n    transform 0.2s ease,\n    border-color 0.2s ease,\n    background-color 0.2s ease;\n}\n\n.iwpd a.iwpd__support-button:first-child,\n.iwpd a.iwpd__support-button:hover {\n  border-color: var(--iwpd-accent);\n  color: var(--iwpd-white);\n  background: var(--iwpd-accent);\n  text-decoration: none;\n}\n\n.iwpd a.iwpd__support-button:hover {\n  transform: translateY(-2px);\n}\n\n.iwpd a.iwpd__support-button:focus-visible {\n  outline: 3px solid rgba(255, 255, 255, 0.75);\n  outline-offset: 3px;\n}\n\n.iwpd__support-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  flex: 0 0 34px;\n  border-radius: 10px;\n  color: var(--iwpd-white);\n  background: rgba(255, 255, 255, 0.14);\n}\n\n.iwpd__support-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.iwpd__support-text {\n  min-width: 0;\n}\n\n.iwpd__support-text small {\n  display: block;\n  color: rgba(255, 255, 255, 0.58);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.iwpd__support-text strong {\n  display: block;\n  overflow: hidden;\n  margin-top: 3px;\n  color: var(--iwpd-white);\n  font-size: 13px;\n  font-weight: 750;\n  line-height: 1.3;\n  text-overflow: ellipsis;\n}\n\n.iwpd__fine-print,\n.iwpd__governance {\n  margin: 18px 3px 0;\n  color: #858585;\n  font-size: 10px;\n  line-height: 1.55;\n}\n\n.iwpd__governance {\n  margin-top: 5px;\n}\n\n@media (max-width: 1020px) {\n  .iwpd__facts {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 820px) {\n  .iwpd__hero,\n  .iwpd__personality {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__product-card {\n    max-width: none;\n    justify-self: stretch;\n  }\n\n  .iwpd__personality p {\n    padding-top: 4px;\n    padding-left: 18px;\n  }\n\n  .iwpd__features {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__feature:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .iwpd__specs {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .iwpd {\n    font-size: 15px;\n  }\n\n  .iwpd__hero {\n    padding: 35px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__hero::before,\n  .iwpd__support::before {\n    left: 20px;\n  }\n\n  .iwpd__hero h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n\n  .iwpd__product-card {\n    padding: 12px;\n    border-radius: 19px;\n  }\n\n  .iwpd__facts {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .iwpd__fact {\n    padding: 18px 14px;\n  }\n\n  .iwpd__section {\n    padding-top: 52px;\n  }\n\n  .iwpd__story-main {\n    padding: 26px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__personality {\n    margin-top: 27px;\n    padding: 22px 19px;\n    border-radius: 16px;\n  }\n\n  .iwpd__features,\n  .iwpd__applications,\n  .iwpd__support-actions {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__feature,\n  .iwpd__feature:last-child {\n    min-height: 0;\n    grid-column: auto;\n    padding: 24px 21px;\n  }\n\n  .iwpd__application {\n    min-height: 142px;\n    padding: 21px;\n  }\n\n  .iwpd__pro-note,\n  .iwpd__sample-banner {\n    grid-template-columns: 1fr;\n  }\n\n  .iwpd__pro-note {\n    padding: 21px;\n  }\n\n  .iwpd__detail summary {\n    min-height: 70px;\n    padding: 18px 56px 18px 18px;\n  }\n\n  .iwpd__detail summary::before,\n  .iwpd__detail summary::after {\n    right: 20px;\n  }\n\n  .iwpd__detail-content {\n    padding: 0 17px 20px;\n  }\n\n  .iwpd__spec {\n    grid-template-columns: 1fr;\n    gap: 7px;\n    min-height: 0;\n    padding: 16px 16px 16px 21px;\n  }\n\n  .iwpd__sample-banner {\n    padding: 24px 21px;\n    border-radius: 20px;\n  }\n\n  .iwpd__sample-pill {\n    justify-self: start;\n    white-space: normal;\n  }\n\n  .iwpd__support {\n    padding: 36px 20px 22px;\n    border-radius: 22px;\n  }\n\n  .iwpd__support-actions {\n    margin-top: 25px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .iwpd a.iwpd__support-button,\n  .iwpd__detail summary::after {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"iwpd\" aria-labelledby=\"iwpd-k75544-title\"\u003e\n  \u003cdiv class=\"iwpd__hero\"\u003e\n    \u003cdiv class=\"iwpd__hero-copy\"\u003e\n      \u003cdiv class=\"iwpd__eyebrow\"\u003e\n        \u003cspan\u003eKPMF®\u003c\/span\u003e\n        \u003cspan\u003eVWS IV Vehicle Wrap Film\u003c\/span\u003e\n        \u003cspan\u003eProduct Code K75544\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2 id=\"iwpd-k75544-title\"\u003eMatte Trenton Blue Metallic\u003c\/h2\u003e\n\n      \u003cp class=\"iwpd__hero-lead\"\u003e\n        Create a deep and sophisticated blue-metallic transformation with\n        \u003cstrong\u003eKPMF® K75544 Matt Trenton Blue Cast VWS IV\u003c\/strong\u003e.\n        Its rich blue colour, restrained metallic movement and controlled matt\n        surface create a refined appearance for complete vehicle wraps,\n        contrasting panels and coordinated accents.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__chips\" aria-label=\"Product characteristics\"\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eDeep Trenton-blue colour\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eMatt metallic finish\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003e100 µm double-cast film\u003c\/span\u003e\n        \u003cspan class=\"iwpd__chip\"\u003eKPMF Airelease liner\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__product-card\"\u003e\n      \u003cdiv class=\"iwpd__product-meta\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eFinish\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eMatt Metallic\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__product-label\"\u003eColour family\u003c\/span\u003e\n          \u003cspan class=\"iwpd__product-value\"\u003eBlue \/ Navy \/ Steel Blue\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"iwpd__screen-note\"\u003e\n        KPMF officially identifies this product as K75544 Matt Trenton Blue Cast\n        VWS IV and describes it as a blue matt metallic effect. The Instawraps\n        product title uses Matte Trenton Blue Metallic and references the\n        K75400 Series. KPMF’s current technical literature places K75544 within\n        the K75000 Premium Metallic Matt and K75500 Matt VWS IV product family.\n        Digital images cannot reproduce the physical blue tone, metallic\n        movement or matt sheen precisely.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__facts\" aria-label=\"Quick product facts\"\u003e\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eOfficial name\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatt Trenton Blue\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 9h8v6H8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFinish\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eMatt Metallic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 9h14M9 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eFilm construction\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003e100 µm Double Cast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 17c2.5-6 5-8 14-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 7v10h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eAir management\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eKPMF Airelease\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M7 4v16M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m4 7 3-3 3 3M14 17l3 3 3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eApplication\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eDry Application\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__fact\"\u003e\n      \u003cdiv class=\"iwpd__fact-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3 5 6v5c0 4.5 2.6 8.1 7 10 4.4-1.9 7-5.5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__fact-label\"\u003eZone 1 vertical\u003c\/span\u003e\n      \u003cspan class=\"iwpd__fact-value\"\u003eUp to 7 Years*\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eDeep blue metallic character\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Rich Trenton-blue colour with subtle metallic movement and a refined matt surface\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__story-main\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eKPMF K75544 Matt Trenton Blue\u003c\/strong\u003e combines a deep blue\n        foundation with restrained navy, steel-blue and softly cobalt\n        undertones. Direct illumination can reveal brighter blue and cool\n        metallic highlights, while shaded conditions create a darker navy and\n        near-black appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The matt metallic finish adds dimensional movement without producing\n        the sharp reflections associated with gloss metallic vinyl. Its\n        low-reflection surface gives the colour a smooth, composed and\n        factory-inspired character while allowing curved panels and sculpted\n        body lines to remain clearly defined.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Trenton Blue can support a complete vehicle colour transformation or\n        coordinated applications across hoods, roofs, trunks, mirrors, pillars\n        and trim. Because KPMF classifies the product within its metallic matt\n        range, adjoining panels should follow a consistent application\n        direction from the roll.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__personality\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"iwpd__personality-label\"\u003eFinish personality\u003c\/span\u003e\n\n          \u003ch4\u003e\n            Deep, composed and sophisticated with understated blue-metallic depth.\n          \u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Matte Trenton Blue Metallic pairs naturally with gloss black, matt\n          black, exposed carbon fibre, charcoal, gunmetal, silver, chrome and\n          brushed metal. White, bronze, copper, gold, red, orange or lime-green\n          details can create a stronger custom contrast.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003ePremium VWS IV construction\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Double-cast vehicle-wrap film with KPMF Airelease technology\n      \u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__section-intro\"\u003e\n        K75544 combines a 100 µm double-cast PVC construction, a structured\n        Airelease liner and a clear semi-permanent solvent-based acrylic\n        adhesive system for professional installation on properly prepared\n        vehicle surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__features\"\u003e\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch4\u003eRich Trenton-blue appearance\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A deep blue foundation combines with navy, steel-blue and softly\n          cobalt undertones for a refined premium finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch4\u003eControlled matt surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A gloss reading below 25 GU at 60 degrees reduces sharp reflections\n          while preserving enough light response to define vehicle body lines.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch4\u003eDirectional metallic effect\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Consistent roll orientation is required across adjoining panels to\n          reduce visible differences in colour, brightness and metallic\n          movement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch4\u003eDouble-cast PVC construction\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 100 µm double-cast film is developed for dimensional stability,\n          conformability and long-term indoor and outdoor vehicle-wrap use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e05\u003c\/span\u003e\n\n        \u003ch4\u003eStructured Airelease liner\u003c\/h4\u003e\n\n        \u003cp\u003e\n          KPMF’s structured release liner supports air flow during application\n          and helps reduce trapped bubbles when installed correctly.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"iwpd__feature\"\u003e\n        \u003cspan class=\"iwpd__feature-number\"\u003e06\u003c\/span\u003e\n\n        \u003ch4\u003eWide 60-inch format\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 1524 mm width allows many hoods, roofs, trunks and side panels to\n          be completed in one piece, helping reduce unnecessary seams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eRecommended possibilities\u003c\/span\u003e\n\n      \u003ch3\u003e\n        Create a complete Trenton Blue transformation or coordinated accents\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__applications\"\u003e\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M3 14.5 5.5 9h13l2.5 5.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14.5h14v4H5z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull Vehicle Wraps\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Complete colour-change applications on suitable, properly prepared\n            vehicle surfaces.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3M8 16v3h8v-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eHoods, Roofs \u0026amp; Trunks\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Broad panels that showcase the deep blue colour, metallic movement\n            and controlled matt surface.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M5 12c0-4 3-7 7-7s7 3 7 7-3 7-7 7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 12h7v7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMirrors, Pillars \u0026amp; Trim\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Coordinated blue-metallic details on compatible smooth surfaces\n            after adhesion and orientation testing.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"iwpd__application\"\u003e\n        \u003cdiv class=\"iwpd__application-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n            \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 9h8M8 13h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eMarine Above Waterline\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable evaluated marine areas above the static waterline only.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__pro-note\"\u003e\n      \u003cdiv class=\"iwpd__pro-note-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"17\" r=\".7\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M10.4 3.8 2.8 17a2 2 0 0 0 1.7 3h15a2 2 0 0 0 1.7-3L13.6 3.8a1.8 1.8 0 0 0-3.2 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e\n            This is directional matt metallic colour-change vinyl, not paint\n            protection film.\n          \u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Mark the roll direction before cutting and keep every adjoining panel\n          oriented consistently. Avoid combining different production batches\n          on the same vehicle. Rotating metallic panels or mixing batches can\n          create visible differences in blue tone, brightness, metallic\n          movement and finished appearance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__section\"\u003e\n    \u003cdiv class=\"iwpd__section-heading\"\u003e\n      \u003cspan class=\"iwpd__section-kicker\"\u003eProduct information\u003c\/span\u003e\n\n      \u003ch3\u003eTechnical details and professional installation notes\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__details\"\u003e\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75544-technical\"\u003e\n        \u003csummary\u003eTechnical specifications\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cdl class=\"iwpd__specs\"\u003e\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eManufacturer:\u003c\/dt\u003e\n              \u003cdd\u003eKPMF® \/ Kay Premium Marking Films Ltd.\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial product name:\u003c\/dt\u003e\n              \u003cdd\u003eK75544 Matt Trenton Blue Cast VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront name:\u003c\/dt\u003e\n              \u003cdd\u003eMatte Trenton Blue Metallic Vinyl Wrap\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct code:\u003c\/dt\u003e\n              \u003cdd\u003eK75544\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial technical family:\u003c\/dt\u003e\n              \u003cdd\u003eK75000 Series Premium Metallic Matt Cast Vinyl VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMatt product line:\u003c\/dt\u003e\n              \u003cdd\u003eK75500 Matt Premium Double Cast VWS IV\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eStorefront series reference:\u003c\/dt\u003e\n              \u003cdd\u003eK75400 Series\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eProduct category:\u003c\/dt\u003e\n              \u003cdd\u003eMatt metallic cast vehicle-wrap vinyl\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eColour family:\u003c\/dt\u003e\n              \u003cdd\u003eBlue \/ Navy \/ Steel Blue \/ Cool Metallic\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOfficial effect description:\u003c\/dt\u003e\n              \u003cdd\u003eBlue Matt Metallic Effect\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSurface finish:\u003c\/dt\u003e\n              \u003cdd\u003eFactory-finished matt metallic surface\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eGloss level:\u003c\/dt\u003e\n              \u003cdd\u003eLess than 25 GU at 60 degrees\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFilm construction:\u003c\/dt\u003e\n              \u003cdd\u003ePremium double-cast PVC film\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFace-film thickness:\u003c\/dt\u003e\n              \u003cdd\u003e100 µm \/ approximately 4.0 mil\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive:\u003c\/dt\u003e\n              \u003cdd\u003e\n                25 g\/m² clear semi-permanent solvent-based acrylic adhesive\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAdhesive documentation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                KPMF’s online product page displays the phrase “Permanent\n                Adhesive.” Issue 14 specifies a clear semi-permanent\n                solvent-based acrylic adhesive and describes controlled\n                removability for up to three years. Current KPMF documentation\n                and the physical roll label govern.\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eRelease liner:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Double-sided PE structured liner with printed KPMF Airelease\n                logo\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication method:\u003c\/dt\u003e\n              \u003cdd\u003eDry application\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eApplication temperature:\u003c\/dt\u003e\n              \u003cdd\u003eMinimum +18°C \/ 64.4°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003ePreferred workshop range:\u003c\/dt\u003e\n              \u003cdd\u003e18°C to 24°C \/ 64.4°F to 75.2°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eService temperature:\u003c\/dt\u003e\n              \u003cdd\u003e-40°C to +90°C \/ -40°F to 194°F\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eTypical elongation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Greater than 75% under the listed laboratory test method, not an\n                installation stretch target\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eDimensional stability:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Less than 0.5 mm after 48 hours at 70°C on aluminium under the\n                listed test method\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e20-minute peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 350 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003e24-hour peel:\u003c\/dt\u003e\n              \u003cdd\u003eGreater than 475 N\/m on painted steel\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eFlammability:\u003c\/dt\u003e\n              \u003cdd\u003eSelf-extinguishing\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eOrientation:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Directional metallic film, maintain consistent roll direction\n                across adjoining panels\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eMaximum material width:\u003c\/dt\u003e\n              \u003cdd\u003e1524 mm \/ 60 in \/ 5 ft\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eAvailable cuts:\u003c\/dt\u003e\n              \u003cdd\u003e\n                5 ft wide × 1, 2, 5, 8, 10, 15, 20, 25, 30, 40, 50, 60 or\n                75 ft\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eSample size:\u003c\/dt\u003e\n              \u003cdd\u003e2 × 6 in\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eShelf life:\u003c\/dt\u003e\n              \u003cdd\u003e\n                Two years when stored out of direct sunlight between 15°C and\n                23°C at 30% to 70% relative humidity\n              \u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 1 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 7 years vertical and 3 years horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 2 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 5 years vertical and 2 years horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eZone 3 durability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to 3 years vertical and 1 year horizontal*\u003c\/dd\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"iwpd__spec\"\u003e\n              \u003cdt\u003eControlled removability:\u003c\/dt\u003e\n              \u003cdd\u003eUp to three years, subject to stated warranty exceptions\u003c\/dd\u003e\n            \u003c\/div\u003e\n          \u003c\/dl\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75544-technical\"\u003e\n        \u003csummary\u003eImportant installation considerations for K75544\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional installation is recommended.\u003c\/strong\u003e\n              Correct preparation, metallic orientation, forming, edge\n              finishing and heat management are essential for reliable\n              performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a dry application method.\u003c\/strong\u003e\n              Do not use water, soap solution or application fluid beneath the\n              adhesive unless current written KPMF instructions specifically\n              permit it.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInstall at or above the minimum temperature.\u003c\/strong\u003e\n              KPMF lists a minimum application temperature of +18°C \/ 64.4°F.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a clean and dry workshop.\u003c\/strong\u003e\n              KPMF recommends an ambient workshop temperature of 18°C to 24°C\n              for best results.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMark the roll direction before cutting.\u003c\/strong\u003e\n              Use arrows or another consistent system on the liner so every\n              adjoining panel follows the same metallic orientation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not rotate adjoining panels.\u003c\/strong\u003e\n              A metallic panel turned 90 or 180 degrees may display a different\n              blue tone, brightness or metallic effect.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid mixing production batches.\u003c\/strong\u003e\n              KPMF advises against using different material batches for the same\n              finished application because subtle colour shifts may occur.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDry-fit and compare adjoining panels.\u003c\/strong\u003e\n              Review colour, metallic movement and brightness from multiple\n              angles under strong lighting before completing the installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eInspect the substrate before cutting material.\u003c\/strong\u003e\n              Dark matt metallic finishes may reveal dents, sanding marks,\n              dust, paint texture, body-filler edges and inconsistent repairs.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse a stable, properly bonded surface.\u003c\/strong\u003e\n              Do not apply to surfaces that may crack, peel, outgas or otherwise\n              fail after installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eConfirm adequate surface energy.\u003c\/strong\u003e\n              KPMF recommends an application surface above 40 dyne\/cm and\n              polyolefin surfaces above 45 dyne\/cm.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not assume every plastic is compatible.\u003c\/strong\u003e\n              Low-energy plastics, textured components, rubber and coated trim\n              may not provide reliable adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not apply over uncured or unstable paint.\u003c\/strong\u003e\n              Paint must be properly cured, firmly bonded and free from\n              oxidation or chalking.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate custom and repaired paint carefully.\u003c\/strong\u003e\n              Custom paint, repainting and repaired panels may have different\n              adhesion and removal characteristics.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest a small area first.\u003c\/strong\u003e\n              KPMF recommends evaluating small areas because paint finishes and\n              substrate conditions vary.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClean the surface thoroughly.\u003c\/strong\u003e\n              Remove wax, silicone, polish, oil, grease, dust, road film and\n              other contamination before application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAllow the surface to dry completely.\u003c\/strong\u003e\n              Hidden water, cleaning residue and trapped moisture may interfere\n              with adhesion.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePrimer use is not recommended.\u003c\/strong\u003e\n              KPMF states that primers may react negatively with its adhesives.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean tools and gloves.\u003c\/strong\u003e\n              Fingerprints, oils, lint, dust and dirty squeegee protection can\n              mark or contaminate the matt blue surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse clean, soft squeegee protection.\u003c\/strong\u003e\n              A contaminated or worn squeegee edge may scratch the surface or\n              create visible pressure and sheen differences.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eMaintain controlled application pressure.\u003c\/strong\u003e\n              Uneven or excessive rubbing may create visible differences in the\n              matt surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse heat carefully.\u003c\/strong\u003e\n              Apply only the amount of heat needed to soften and conform the\n              film, then complete all required finishing procedures according\n              to current KPMF guidance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDistribute stretch across the panel.\u003c\/strong\u003e\n              Concentrated stretching may alter the Trenton-blue colour,\n              metallic effect, opacity and surface appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not use the laboratory elongation value as a target.\u003c\/strong\u003e\n              The greater-than-75% value is a test result, not a recommended\n              installation stretch percentage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003ePlan seams, overlaps and finishing edges first.\u003c\/strong\u003e\n              Review the entire panel layout before removing the liner or\n              applying heat.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUse above the marine waterline only.\u003c\/strong\u003e\n              KPMF does not offer a warranty for marine applications below the\n              waterline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eEvaluate signage and decal applications separately.\u003c\/strong\u003e\n              Cutting, weeding, substrate condition and removal expectations\n              should be tested before full production.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCurrent KPMF instructions govern.\u003c\/strong\u003e\n              Review the latest product data sheet, application guidance and\n              physical roll label before installation.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75544-technical\"\u003e\n        \u003csummary\u003eCare, cleaning and removal\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eClean the wrap regularly.\u003c\/strong\u003e\n              Dirt, road film, fuel residue, insects and environmental\n              contamination can alter the Trenton-blue tone and matt metallic\n              appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eHand washing is preferred.\u003c\/strong\u003e\n              Use a gentle vehicle-wrap-safe shampoo, clean water and a soft\n              non-abrasive wash mitt or microfiber towel.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Pre-rinse the vehicle to remove loose grit before touching the\n              film.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Wash from the top downward using light pressure and clean tools.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Rinse thoroughly so soap and cleaning residue do not dry on the\n              matt surface.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Dry with a clean, soft microfiber towel to reduce streaking and\n              water spotting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRemove contamination promptly.\u003c\/strong\u003e\n              Bird droppings, insects, tree sap, fuel and road chemicals should\n              not remain on the film longer than necessary.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAvoid abrasive products.\u003c\/strong\u003e\n              Abrasive cleaners, polishing compounds, rough brushes and dirty\n              towels may permanently alter the matt finish.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eDo not polish or machine-buff the surface.\u003c\/strong\u003e\n              Friction can create glossy patches and uneven sheen.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eTest every cleaner first.\u003c\/strong\u003e\n              Apply cleaners, coatings or protectants to an inconspicuous area\n              and confirm that they do not alter the blue tone, metallic effect\n              or matt appearance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid products that leave oily, glossy, cloudy or uneven residue.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use aggressive solvents, acids or incompatible chemicals.\n              Prolonged chemical exposure combined with high or low\n              temperatures may cause deterioration.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid automated brush washes, since rotating brushes may scratch\n              the surface or damage exposed edges.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Use pressure washing only with caution. Keep the nozzle away from\n              seams, edges, corners and any area showing signs of lifting.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Never direct concentrated pressurized water beneath an edge or\n              into an overlap.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inspect the film regularly for lifting, cracking, staining,\n              discolouration or significant surface change.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eProfessional removal is recommended.\u003c\/strong\u003e\n              KPMF describes controlled removal using heat and chemical methods\n              for qualifying applications.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal results depend on film age, exposure, substrate, paint\n              condition, installation quality and the removal procedure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Stop removal if paint, clear coat or the underlying substrate\n              begins to lift or separate.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"iwpd__detail\" name=\"iwpd-k75544-technical\"\u003e\n        \u003csummary\u003eWarranty and durability information\u003c\/summary\u003e\n\n        \u003cdiv class=\"iwpd__detail-content\"\u003e\n          \u003cul class=\"iwpd__check-list\"\u003e\n            \u003cli\u003e\n              KPMF identifies the product as K75544 Matt Trenton Blue Cast VWS\n              IV.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Issue 14 lists K75544 at 100 µm within the K75000 Series Premium\n              Metallic Matt Cast Vinyl VWS IV range.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 1:\u003c\/strong\u003e\n              Up to seven years for vertical exposure and three years for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 2:\u003c\/strong\u003e\n              Up to five years for vertical exposure and two years for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eClimate Zone 3:\u003c\/strong\u003e\n              Up to three years for vertical exposure and one year for\n              horizontal exposure.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The data sheet separately lists Florida and Arizona horizontal\n              exposure at greater than two years. Project-specific eligibility\n              must be confirmed against the current KPMF warranty.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Actual durability depends on climate zone, panel angle, substrate,\n              preparation, installation, environmental exposure, cleaning and\n              maintenance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The old product description’s claim of up to 10 years is not\n              supported by the current KPMF Issue 14 data sheet. The current\n              published maximum is up to seven years for qualifying vertical\n              exposure in Climate Zone 1.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The published values are typical values and should not be treated\n              as guaranteed performance for every installation.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF warrants qualifying material to be fit for purpose and free\n              from defects in material and workmanship.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF’s liability is limited and does not exceed the cost of the\n              amount of defective material supplied.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The product is described as cleanly removable under controlled\n              conditions for up to three years from qualifying substrates.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF defines clean removability as less than 30% adhesive residue\n              when suitable heat and chemical removal methods are used.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal coverage does not apply to pre-existing graphics,\n              improperly bonded paint or custom paint applications.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not guarantee ease or speed of graphic removal.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removal from improperly cured paint, oxidized substrates, chalked\n              surfaces or horizontally exposed outdoor applications is not\n              guaranteed.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              KPMF does not offer a warranty for marine applications below the\n              waterline.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Ink, paint systems, application techniques and substrate\n              preparation can affect film and adhesive performance.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Slight colour or metallic-effect differences may occur between\n              samples, swatches and production materials.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Avoid using different production batches on the same vehicle or\n              finished application.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Review the latest KPMF product data sheet, warranty documents and\n              application guidance before beginning the project.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"iwpd__sample-banner\"\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eView the actual Matte Trenton Blue Metallic colour before ordering\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Trenton Blue cannot be evaluated accurately from a static digital\n          image. Its apparent blue depth, navy, steel-blue and cobalt\n          undertones, metallic movement and matt sheen change with lighting,\n          viewing angle, panel shape, surrounding colours and film direction.\n          Select the 2 × 6-inch sample option and inspect the physical film\n          outdoors, under direct light, in shade and beside the intended\n          vehicle colour before ordering material for the complete project.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"iwpd__sample-pill\"\u003e2 × 6 in sample available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iwpd__support\"\u003e\n    \u003cdiv class=\"iwpd__support-inner\"\u003e\n      \u003cspan class=\"iwpd__support-label\"\u003eInstawraps product support\u003c\/span\u003e\n\n      \u003ch3\u003eHave more questions or need help planning your project?\u003c\/h3\u003e\n\n      \u003cp class=\"iwpd__support-copy\"\u003e\n        Our team can help with product selection, sizing, colour samples,\n        compatible tools, order questions and general installation guidance.\n        Choose the most convenient way to reach us.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"iwpd__support-actions\"\u003e\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open Instawraps live chat\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M5 5h14v10H9l-4 4V5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8M8 12h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eFast assistance\u003c\/small\u003e\n            \u003cstrong\u003eLive Chat\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\" aria-label=\"Visit the Instawraps contact page\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4 7 8 6 8-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSend a request\u003c\/small\u003e\n            \u003cstrong\u003eContact Us\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"mailto:support@instawraps.ca\" aria-label=\"Email Instawraps at support@instawraps.ca\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M3 6h18v12H3z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m3 7 9 7 9-7\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eEmail our team\u003c\/small\u003e\n            \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"iwpd__support-button\" href=\"tel:+18662586908\" aria-label=\"Call Instawraps at 1-866-258-6908\"\u003e\n          \u003cspan class=\"iwpd__support-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n              \u003cpath d=\"M7.2 3.8 10 7.5 8.3 10c1.3 2.5 3.2 4.4 5.7 5.7l2.5-1.7 3.7 2.8-.8 3c-.2.8-1 1.3-1.8 1.2C10.1 20.1 3.9 13.9 3 6.4c-.1-.8.4-1.6 1.2-1.8l3-.8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n\n          \u003cspan class=\"iwpd__support-text\"\u003e\n            \u003csmall\u003eSpeak with us\u003c\/small\u003e\n            \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"iwpd__fine-print\"\u003e\n    *KPMF identifies this product as K75544 Matt Trenton Blue Cast VWS IV, a\n    100 µm double-cast blue matt metallic vehicle-wrap film. The Instawraps\n    product title references the K75400 Series, while KPMF’s current technical\n    literature places K75544 within the K75000 Premium Metallic Matt and K75500\n    Matt VWS IV product family. Issue 14 lists outdoor durability of up to seven\n    years vertically and three years horizontally in Climate Zone 1, five years\n    vertically and two years horizontally in Climate Zone 2, and three years\n    vertically and one year horizontally in Climate Zone 3. The old\n    description’s claim of up to 10 years is not supported by the current KPMF\n    data sheet. Published values are typical values and are not guaranteed for\n    every installation. The film is directional and should be installed using\n    consistent roll orientation and material from the same production batch\n    across adjoining panels. Controlled clean removability is described for up\n    to three years, subject to substrate, exposure, paint condition and stated\n    warranty exceptions. Marine applications are limited to suitable areas\n    above the waterline, and KPMF provides no warranty below the waterline.\n    Professional installation and physical sample evaluation are strongly\n    recommended. KPMF, VWS IV and Airelease are trademarks or product\n    identifiers of Kay Premium Marking Films Ltd.\n  \u003c\/p\u003e\n\n  \u003cp class=\"iwpd__governance\"\u003e\n    Current KPMF documentation and the physical roll label govern.\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"KPMF","offers":[{"title":"Sample 2\"x6\"","offer_id":19546175897657,"sku":"7547527698","price":1.99,"currency_code":"CAD","in_stock":true},{"title":"5ft x 1ft","offer_id":19546175930425,"sku":"7547527699","price":21.43,"currency_code":"CAD","in_stock":true},{"title":"5ft x 2ft","offer_id":19546175963193,"sku":"7547527700","price":41.91,"currency_code":"CAD","in_stock":true},{"title":"5ft x 5ft","offer_id":19546175995961,"sku":"7547527701","price":98.8,"currency_code":"CAD","in_stock":true},{"title":"5ft x 8ft","offer_id":19546176028729,"sku":"7547527702","price":143.71,"currency_code":"CAD","in_stock":true},{"title":"5ft x 10ft","offer_id":19546176061497,"sku":"7547527703","price":167.66,"currency_code":"CAD","in_stock":true},{"title":"5ft x 15ft","offer_id":19546176094265,"sku":"7547527704","price":247.9,"currency_code":"CAD","in_stock":true},{"title":"5ft x 20ft","offer_id":19546176127033,"sku":"7547527705","price":323.35,"currency_code":"CAD","in_stock":true},{"title":"5ft x 25ft","offer_id":19546176192569,"sku":"7547527706","price":398.21,"currency_code":"CAD","in_stock":true},{"title":"5ft x 30ft","offer_id":19546176258105,"sku":"7547527707","price":474.26,"currency_code":"CAD","in_stock":true},{"title":"5ft x 40ft","offer_id":19546176323641,"sku":"7547527708","price":627.55,"currency_code":"CAD","in_stock":true},{"title":"5ft x 50ft","offer_id":19546176389177,"sku":"7547527709","price":778.45,"currency_code":"CAD","in_stock":true},{"title":"5ft x 60ft","offer_id":19546176421945,"sku":"7547527710","price":926.96,"currency_code":"CAD","in_stock":true},{"title":"5ft x 75ft","offer_id":19546176454713,"sku":"7547527711","price":1140.73,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/products\/K75544_df4859b4-5dc1-4aff-82fa-60c42b0a028c.jpg?v=1741197237"}],"url":"https:\/\/www.instawrapshop.ca\/collections\/blue-color.oembed","provider":"Instawraps","version":"1.0","type":"link"}