{"product_id":"custom-color-swatches","title":"Custom Color Swatches","description":"\u003cstyle\u003e\n  \/* =========================================================\n     INSTAWRAPS COLOR LAB PRODUCT DESCRIPTION\n     Shared responsive styling for the Instawraps Color Lab\n     ========================================================= *\/\n\n  .iwcl {\n    --iwcl-accent: #ff4b4b;\n    --iwcl-accent-dark: #e93d3d;\n    --iwcl-black: #111111;\n    --iwcl-charcoal: #202020;\n    --iwcl-text: #1a1a1a;\n    --iwcl-muted: #666666;\n    --iwcl-soft: #f5f5f5;\n    --iwcl-soft-2: #fafafa;\n    --iwcl-border: #e4e4e4;\n    --iwcl-white: #ffffff;\n    --iwcl-radius-lg: 28px;\n    --iwcl-radius-md: 18px;\n    --iwcl-radius-sm: 12px;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--iwcl-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iwcl,\n  .iwcl *,\n  .iwcl *::before,\n  .iwcl *::after {\n    box-sizing: border-box;\n  }\n\n  .iwcl svg {\n    display: block;\n    max-width: 100%;\n  }\n\n  .iwcl a {\n    color: inherit;\n  }\n\n  \/* =========================\n     HERO\n     ========================= *\/\n\n  .iwcl__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(--iwcl-radius-lg);\n    color: var(--iwcl-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  .iwcl__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(--iwcl-accent);\n    content: \"\";\n  }\n\n  .iwcl__hero-copy,\n  .iwcl__starter-card {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwcl__eyebrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 22px;\n  }\n\n  .iwcl__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  .iwcl__eyebrow span:first-child {\n    border-color: var(--iwcl-accent);\n    color: var(--iwcl-white);\n    background: var(--iwcl-accent);\n  }\n\n  .iwcl__hero h2 {\n    max-width: 720px;\n    margin: 0;\n    color: var(--iwcl-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  .iwcl__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  .iwcl__hero-lead strong {\n    color: var(--iwcl-white);\n  }\n\n  .iwcl__chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .iwcl__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  .iwcl__chip::before {\n    width: 7px;\n    height: 7px;\n    flex: 0 0 7px;\n    border-radius: 50%;\n    background: var(--iwcl-accent);\n    content: \"\";\n  }\n\n  \/* =========================\n     OVERVIEW CARD\n     ========================= *\/\n\n  .iwcl__starter-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  .iwcl__starter-inner {\n    overflow: hidden;\n    padding: 24px;\n    border-radius: 17px;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.09),\n        transparent 38%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #f3f3f3 100%);\n  }\n\n  .iwcl__starter-label {\n    color: var(--iwcl-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwcl__starter-title {\n    margin: 8px 0 0;\n    color: var(--iwcl-black);\n    font-size: 23px;\n    font-weight: 800;\n    letter-spacing: -0.025em;\n    line-height: 1.12;\n  }\n\n  .iwcl__starter-list {\n    display: grid;\n    gap: 12px;\n    margin: 20px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwcl__starter-list li {\n    position: relative;\n    padding-left: 29px;\n    color: #555555;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .iwcl__starter-list li::before {\n    position: absolute;\n    top: 1px;\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(--iwcl-white);\n    background: var(--iwcl-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwcl__starter-note {\n    margin: 14px 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  .iwcl__facts {\n    display: grid;\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n    gap: 10px;\n    margin: 14px 0 0;\n  }\n\n  .iwcl__fact {\n    min-width: 0;\n    padding: 21px 17px;\n    border: 1px solid var(--iwcl-border);\n    border-radius: var(--iwcl-radius-md);\n    background: var(--iwcl-soft-2);\n  }\n\n  .iwcl__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(--iwcl-accent);\n    background: #fff0f0;\n  }\n\n  .iwcl__fact-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .iwcl__fact-label {\n    color: var(--iwcl-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  .iwcl__fact-value {\n    display: block;\n    margin-top: 5px;\n    color: var(--iwcl-black);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  \/* =========================\n     GENERAL SECTIONS\n     ========================= *\/\n\n  .iwcl__section {\n    padding: clamp(48px, 7vw, 86px) 0 0;\n  }\n\n  .iwcl__section-heading {\n    max-width: 840px;\n    margin-bottom: 30px;\n  }\n\n  .iwcl__section-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--iwcl-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .iwcl__section-kicker::before {\n    width: 26px;\n    height: 3px;\n    border-radius: 10px;\n    background: var(--iwcl-accent);\n    content: \"\";\n  }\n\n  .iwcl__section h3 {\n    margin: 0;\n    color: var(--iwcl-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  .iwcl__section-intro {\n    max-width: 790px;\n    margin: 17px 0 0;\n    color: var(--iwcl-muted);\n    font-size: clamp(15px, 1.6vw, 18px);\n    line-height: 1.75;\n  }\n\n  \/* =========================\n     INTRO STORY\n     ========================= *\/\n\n  .iwcl__story-main {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwcl-border);\n    border-radius: var(--iwcl-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(--iwcl-white);\n  }\n\n  .iwcl__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  .iwcl__story-main \u003e p + p {\n    margin-top: 20px;\n  }\n\n  .iwcl__story-main strong {\n    color: var(--iwcl-black);\n  }\n\n  .iwcl__principle {\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  .iwcl__principle-label {\n    color: var(--iwcl-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwcl__principle h4 {\n    max-width: 650px;\n    margin: 10px 0 0;\n    color: var(--iwcl-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  .iwcl__principle p {\n    margin: 0;\n    padding-left: 24px;\n    border-left: 3px solid var(--iwcl-accent);\n    color: #635454;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     SEVEN-STEP OVERVIEW\n     ========================= *\/\n\n  .iwcl__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .iwcl__step {\n    position: relative;\n    min-height: 250px;\n    overflow: hidden;\n    padding: 29px;\n    border: 1px solid var(--iwcl-border);\n    border-radius: var(--iwcl-radius-md);\n    background: var(--iwcl-soft-2);\n  }\n\n  .iwcl__step:last-child {\n    grid-column: 1 \/ -1;\n    min-height: 0;\n  }\n\n  .iwcl__step::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  .iwcl__step-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(--iwcl-white);\n    background: var(--iwcl-black);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .iwcl__step h4 {\n    position: relative;\n    z-index: 1;\n    margin: 23px 0 0;\n    color: var(--iwcl-black);\n    font-size: 20px;\n    font-weight: 750;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .iwcl__step p {\n    position: relative;\n    z-index: 1;\n    margin: 11px 0 0;\n    color: var(--iwcl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     TOOL CATEGORIES\n     ========================= *\/\n\n  .iwcl__tool-categories {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 11px;\n  }\n\n  .iwcl__tool-category {\n    display: flex;\n    flex-direction: column;\n    min-height: 220px;\n    padding: 24px;\n    border: 1px solid var(--iwcl-border);\n    border-radius: var(--iwcl-radius-md);\n    background: var(--iwcl-white);\n  }\n\n  .iwcl__tool-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(--iwcl-accent);\n    background: #fff0f0;\n  }\n\n  .iwcl__tool-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwcl__tool-category strong {\n    display: block;\n    margin-top: 23px;\n    color: var(--iwcl-black);\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .iwcl__tool-category ul {\n    display: grid;\n    gap: 7px;\n    margin: 12px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwcl__tool-category li {\n    position: relative;\n    padding-left: 15px;\n    color: var(--iwcl-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .iwcl__tool-category li::before {\n    position: absolute;\n    top: 0.65em;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--iwcl-accent);\n    content: \"\";\n  }\n\n  .iwcl__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(--iwcl-radius-md);\n    background: #fff7f7;\n  }\n\n  .iwcl__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(--iwcl-white);\n    background: var(--iwcl-accent);\n  }\n\n  .iwcl__pro-note-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .iwcl__pro-note strong {\n    display: block;\n    color: var(--iwcl-black);\n    font-size: 15px;\n  }\n\n  .iwcl__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  .iwcl__details {\n    display: grid;\n    gap: 9px;\n  }\n\n  .iwcl__detail {\n    overflow: hidden;\n    border: 1px solid var(--iwcl-border);\n    border-radius: var(--iwcl-radius-md);\n    background: var(--iwcl-soft-2);\n  }\n\n  .iwcl__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(--iwcl-black);\n    cursor: pointer;\n    list-style: none;\n    font-size: 16px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .iwcl__detail summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .iwcl__detail summary::before,\n  .iwcl__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(--iwcl-black);\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n    content: \"\";\n  }\n\n  .iwcl__detail summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .iwcl__detail[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .iwcl__detail[open] summary {\n    background: var(--iwcl-white);\n  }\n\n  .iwcl__detail-content {\n    padding: 0 24px 27px;\n    background: var(--iwcl-white);\n  }\n\n  .iwcl__detail-intro {\n    margin: 0 0 19px;\n    color: #555555;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .iwcl__check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwcl__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  .iwcl__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(--iwcl-white);\n    background: var(--iwcl-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwcl__check-list strong {\n    color: var(--iwcl-black);\n  }\n\n  .iwcl__warning-list li::before {\n    background: var(--iwcl-black);\n    content: \"!\";\n  }\n\n  \/* =========================\n     KNIFELESS SPOTLIGHT\n     ========================= *\/\n\n  .iwcl__knifeless {\n    width: 100%;\n    padding: clamp(28px, 5vw, 56px);\n    border: 1px solid var(--iwcl-border);\n    border-radius: var(--iwcl-radius-lg);\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 75, 75, 0.08),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #ffffff 0%, #fafafa 100%);\n  }\n\n  .iwcl__knifeless-top {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);\n    gap: 26px;\n    align-items: start;\n  }\n\n  .iwcl__knifeless h4 {\n    margin: 0;\n    color: var(--iwcl-black);\n    font-size: clamp(24px, 3.5vw, 38px);\n    font-weight: 800;\n    letter-spacing: -0.035em;\n    line-height: 1.08;\n  }\n\n  .iwcl__knifeless-copy {\n    margin: 15px 0 0;\n    color: var(--iwcl-muted);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .iwcl__benefits {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .iwcl__benefits li {\n    position: relative;\n    padding: 15px 16px 15px 46px;\n    border: 1px solid #ffdede;\n    border-radius: 13px;\n    color: #604e4e;\n    background: #fff8f8;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .iwcl__benefits li::before {\n    position: absolute;\n    top: 15px;\n    left: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 21px;\n    height: 21px;\n    border-radius: 50%;\n    color: var(--iwcl-white);\n    background: var(--iwcl-accent);\n    font-size: 11px;\n    font-weight: 800;\n    content: \"✓\";\n  }\n\n  .iwcl__tape-types {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .iwcl__tape-type {\n    padding: 20px;\n    border: 1px solid var(--iwcl-border);\n    border-radius: 15px;\n    background: var(--iwcl-white);\n  }\n\n  .iwcl__tape-type small {\n    color: var(--iwcl-accent);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .iwcl__tape-type strong {\n    display: block;\n    margin-top: 6px;\n    color: var(--iwcl-black);\n    font-size: 16px;\n  }\n\n  .iwcl__tape-type p {\n    margin: 8px 0 0;\n    color: var(--iwcl-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     FINAL BANNER\n     ========================= *\/\n\n  .iwcl__final-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(--iwcl-radius-lg);\n    background: var(--iwcl-soft);\n  }\n\n  .iwcl__final-banner h4 {\n    margin: 0;\n    color: var(--iwcl-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  .iwcl__final-banner p {\n    max-width: 760px;\n    margin: 9px 0 0;\n    color: var(--iwcl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .iwcl__final-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(--iwcl-white);\n    background: var(--iwcl-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  .iwcl__support {\n    position: relative;\n    overflow: hidden;\n    margin-top: clamp(48px, 7vw, 86px);\n    padding: clamp(30px, 6vw, 60px);\n    border-radius: var(--iwcl-radius-lg);\n    color: var(--iwcl-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  .iwcl__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(--iwcl-accent);\n    content: \"\";\n  }\n\n  .iwcl__support-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .iwcl__support-label {\n    color: var(--iwcl-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .iwcl__support h3 {\n    max-width: 760px;\n    margin: 12px 0 0;\n    color: var(--iwcl-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  .iwcl__support-copy {\n    max-width: 760px;\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  .iwcl__support-actions {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 31px;\n  }\n\n  .iwcl a.iwcl__support-button,\n  .iwcl a.iwcl__support-button:link,\n  .iwcl a.iwcl__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(--iwcl-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    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      background-color 0.2s ease;\n  }\n\n  .iwcl a.iwcl__support-button:first-child {\n    border-color: var(--iwcl-accent);\n    background-color: var(--iwcl-accent);\n  }\n\n  .iwcl a.iwcl__support-button:hover {\n    border-color: var(--iwcl-accent);\n    color: var(--iwcl-white);\n    background-color: var(--iwcl-accent);\n    background-image: none;\n    box-shadow: none;\n    text-decoration: none;\n    transform: translateY(-2px);\n  }\n\n  .iwcl a.iwcl__support-button:focus-visible {\n    outline: 3px solid rgba(255, 255, 255, 0.75);\n    outline-offset: 3px;\n  }\n\n  .iwcl a.iwcl__support-button::before,\n  .iwcl a.iwcl__support-button::after {\n    display: none;\n    content: none;\n  }\n\n  .iwcl__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(--iwcl-white);\n    background: rgba(255, 255, 255, 0.14);\n  }\n\n  .iwcl__support-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .iwcl__support-text {\n    min-width: 0;\n  }\n\n  .iwcl__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  .iwcl__support-button:first-child small,\n  .iwcl__support-button:hover small {\n    color: rgba(255, 255, 255, 0.76);\n  }\n\n  .iwcl__support-text strong {\n    display: block;\n    overflow: hidden;\n    margin-top: 3px;\n    color: var(--iwcl-white);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.3;\n    text-overflow: ellipsis;\n  }\n\n  .iwcl__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    .iwcl__facts {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .iwcl__tool-categories {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwcl__support-actions {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .iwcl__hero {\n      grid-template-columns: 1fr;\n    }\n\n    .iwcl__starter-card {\n      max-width: none;\n      justify-self: stretch;\n    }\n\n    .iwcl__principle,\n    .iwcl__knifeless-top {\n      grid-template-columns: 1fr;\n    }\n\n    .iwcl__principle p {\n      padding-top: 4px;\n      padding-left: 18px;\n    }\n\n    .iwcl__steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwcl__step:last-child {\n      grid-column: 1 \/ -1;\n    }\n  }\n\n  \/* =========================\n     MOBILE\n     ========================= *\/\n\n  @media (max-width: 600px) {\n    .iwcl {\n      font-size: 15px;\n    }\n\n    .iwcl__hero {\n      padding: 35px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwcl__hero::before {\n      left: 20px;\n    }\n\n    .iwcl__hero h2 {\n      font-size: clamp(34px, 12vw, 48px);\n    }\n\n    .iwcl__hero-lead {\n      margin-top: 19px;\n    }\n\n    .iwcl__chips {\n      margin-top: 22px;\n    }\n\n    .iwcl__starter-card {\n      padding: 10px;\n      border-radius: 19px;\n    }\n\n    .iwcl__starter-inner {\n      padding: 21px;\n      border-radius: 14px;\n    }\n\n    .iwcl__facts {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .iwcl__fact {\n      padding: 18px 14px;\n    }\n\n    .iwcl__section {\n      padding-top: 52px;\n    }\n\n    .iwcl__section-heading {\n      margin-bottom: 23px;\n    }\n\n    .iwcl__story-main,\n    .iwcl__knifeless {\n      padding: 26px 21px;\n      border-radius: 20px;\n    }\n\n    .iwcl__principle {\n      margin-top: 27px;\n      padding: 22px 19px;\n      border-radius: 16px;\n    }\n\n    .iwcl__principle p {\n      padding-left: 15px;\n    }\n\n    .iwcl__steps,\n    .iwcl__tool-categories,\n    .iwcl__tape-types {\n      grid-template-columns: 1fr;\n    }\n\n    .iwcl__step,\n    .iwcl__step:last-child {\n      min-height: 0;\n      grid-column: auto;\n      padding: 24px 21px;\n    }\n\n    .iwcl__tool-category {\n      min-height: 0;\n      padding: 21px;\n    }\n\n    .iwcl__pro-note {\n      grid-template-columns: 1fr;\n      padding: 21px;\n    }\n\n    .iwcl__detail summary {\n      min-height: 70px;\n      padding: 18px 56px 18px 18px;\n    }\n\n    .iwcl__detail summary::before,\n    .iwcl__detail summary::after {\n      right: 20px;\n    }\n\n    .iwcl__detail-content {\n      padding: 0 17px 20px;\n    }\n\n    .iwcl__final-banner {\n      grid-template-columns: 1fr;\n      padding: 24px 21px;\n      border-radius: 20px;\n    }\n\n    .iwcl__final-pill {\n      justify-self: start;\n      white-space: normal;\n    }\n\n    .iwcl__support {\n      padding: 36px 20px 22px;\n      border-radius: 22px;\n    }\n\n    .iwcl__support::before {\n      left: 20px;\n    }\n\n    .iwcl__support-actions {\n      grid-template-columns: 1fr;\n      margin-top: 25px;\n    }\n\n    .iwcl a.iwcl__support-button {\n      min-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .iwcl a.iwcl__support-button,\n    .iwcl__detail summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"iwcl\"\u003e\u003c!-- HERO --\u003e\n\u003cdiv class=\"iwcl__hero\"\u003e\n\u003cdiv class=\"iwcl__hero-copy\"\u003e\n\u003cdiv class=\"iwcl__eyebrow\"\u003e\n\u003cspan\u003eInstawraps\u003c\/span\u003e \u003cspan\u003eColor Lab\u003c\/span\u003e \u003cspan\u003eCreate From Scratch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 id=\"iwcl-samples-title\"\u003eCustom Color Samples\u003c\/h2\u003e\n\u003cp class=\"iwcl__hero-lead\"\u003eBegin with any digital color and turn it into a practical physical comparison. Enter a HEX, RGB or CMYK value, or use the interactive picker, to create \u003cstrong\u003enine coordinated custom color variations\u003c\/strong\u003e around your selected shade.\u003c\/p\u003e\n\u003cdiv class=\"iwcl__chips\"\u003e\n\u003cspan class=\"iwcl__chip\"\u003eHEX, RGB or CMYK input\u003c\/span\u003e \u003cspan class=\"iwcl__chip\"\u003eNine coordinated variations\u003c\/span\u003e \u003cspan class=\"iwcl__chip\"\u003eAdjustable intensity\u003c\/span\u003e \u003cspan class=\"iwcl__chip\"\u003ePhysical finish evaluation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"iwcl__starter-card\"\u003e\n\u003cdiv class=\"iwcl__starter-inner\"\u003e\n\u003cspan class=\"iwcl__starter-label\"\u003eBefore creating your set\u003c\/span\u003e\n\u003ch3 class=\"iwcl__starter-title\"\u003eKnow the project, not only the color code\u003c\/h3\u003e\n\u003cul class=\"iwcl__starter-list\"\u003e\n\u003cli\u003eIdentify where and how the finished film will be used.\u003c\/li\u003e\n\u003cli\u003eChoose the film and finish you intend to order later.\u003c\/li\u003e\n\u003cli\u003eDecide whether you need subtle or broader variations.\u003c\/li\u003e\n\u003cli\u003ePlan to inspect every sample in real lighting.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp class=\"iwcl__starter-note\"\u003eA digital color value is a useful starting instruction. The physical sample, selected film and finish determine the appearance you will actually approve.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK FACTS --\u003e\n\u003cdiv class=\"iwcl__facts\"\u003e\n\u003cdiv class=\"iwcl__fact\"\u003e\n\u003cdiv class=\"iwcl__fact-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"m8 7-5 5 5 5M16 7l5 5-5 5M14 4l-4 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"iwcl__fact-label\"\u003eColor input\u003c\/span\u003e \u003cspan class=\"iwcl__fact-value\"\u003eHEX, RGB, CMYK or picker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__fact\"\u003e\n\u003cdiv class=\"iwcl__fact-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M4 4h4v4H4zM10 4h4v4h-4zM16 4h4v4h-4zM4 10h4v4H4zM10 10h4v4h-4zM16 10h4v4h-4zM4 16h4v4H4zM10 16h4v4h-4zM16 16h4v4h-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"iwcl__fact-label\"\u003eSample range\u003c\/span\u003e \u003cspan class=\"iwcl__fact-value\"\u003eNine coordinated colors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__fact\"\u003e\n\u003cdiv class=\"iwcl__fact-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M4 7h16M4 17h16\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"17\" r=\"2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"iwcl__fact-label\"\u003eVariation control\u003c\/span\u003e \u003cspan class=\"iwcl__fact-value\"\u003eAdjustable intensity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__fact\"\u003e\n\u003cdiv class=\"iwcl__fact-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"iwcl__fact-label\"\u003eAppearance\u003c\/span\u003e \u003cspan class=\"iwcl__fact-value\"\u003eSelected film and finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__fact\"\u003e\n\u003cdiv class=\"iwcl__fact-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M5 4h10l4 4v12H5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M15 4v5h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 13h8M8 16h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"iwcl__fact-label\"\u003eOutput\u003c\/span\u003e \u003cspan class=\"iwcl__fact-value\"\u003ePhysical sample set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__fact\"\u003e\n\u003cdiv class=\"iwcl__fact-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\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\u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"iwcl__fact-label\"\u003eNext step\u003c\/span\u003e \u003cspan class=\"iwcl__fact-value\"\u003eApprove and save a swatch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRODUCTION --\u003e\n\u003cdiv class=\"iwcl__section\"\u003e\n\u003cdiv class=\"iwcl__section-heading\"\u003e\n\u003cspan class=\"iwcl__section-kicker\"\u003eCreate beyond standard colors\u003c\/span\u003e\n\u003ch3\u003eBuild a custom color direction without needing an uploaded image\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__story-main\"\u003e\n\u003cp\u003eCustom Color Samples are designed for customers who already have a digital color direction or want to create something completely original. Enter the color value you know, choose it visually with the picker, or fine-tune the starting shade until it reflects the direction you want to explore.\u003c\/p\u003e\n\u003cp\u003eThe Color Lab then creates nine coordinated variations around that starting color. Instead of committing to one on-screen square, you receive a physical range that helps you compare subtle tonal differences and identify the best color for the project.\u003c\/p\u003e\n\u003cdiv class=\"iwcl__principle\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"iwcl__principle-label\"\u003eSample-development principle\u003c\/span\u003e\n\u003ch4\u003eThe digital color begins the process. The physical sample finishes the decision.\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cp\u003eScreens produce light; printed film reflects light. The same HEX, RGB or CMYK value can look different after printing and under different finishes, lighting conditions and surrounding colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROCESS OVERVIEW --\u003e\n\u003cdiv class=\"iwcl__section\"\u003e\n\u003cdiv class=\"iwcl__section-heading\"\u003e\n\u003cspan class=\"iwcl__section-kicker\"\u003eSample workflow\u003c\/span\u003e\n\u003ch3\u003eSix steps from a digital color to an approved physical swatch\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__steps\"\u003e\n\u003carticle class=\"iwcl__step\"\u003e\u003cspan class=\"iwcl__step-number\"\u003e01\u003c\/span\u003e\n\u003ch4\u003eEnter or select a color\u003c\/h4\u003e\n\u003cp\u003eUse a HEX, RGB or CMYK value, or choose the starting shade with the interactive color picker.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__step\"\u003e\u003cspan class=\"iwcl__step-number\"\u003e02\u003c\/span\u003e\n\u003ch4\u003eConfirm the starting direction\u003c\/h4\u003e\n\u003cp\u003eReview the selected shade and make sure it represents the color family and visual direction you want.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__step\"\u003e\u003cspan class=\"iwcl__step-number\"\u003e03\u003c\/span\u003e\n\u003ch4\u003eAdjust the intensity\u003c\/h4\u003e\n\u003cp\u003eChoose how close or noticeably different the nine generated variations should be from one another.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__step\"\u003e\u003cspan class=\"iwcl__step-number\"\u003e04\u003c\/span\u003e\n\u003ch4\u003eChoose the finish\u003c\/h4\u003e\n\u003cp\u003eSelect the film and overlaminate appearance that best represents the planned final product.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__step\"\u003e\u003cspan class=\"iwcl__step-number\"\u003e05\u003c\/span\u003e\n\u003ch4\u003eOrder the physical set\u003c\/h4\u003e\n\u003cp\u003eSubmit the completed configuration so the nine custom variations can be produced for real-world evaluation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__step\"\u003e\u003cspan class=\"iwcl__step-number\"\u003e06\u003c\/span\u003e\n\u003ch4\u003eCompare and approve\u003c\/h4\u003e\n\u003cp\u003eReview the samples beside the project surfaces, select the final swatch and save its identifying details.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILED GUIDANCE --\u003e\n\u003cdiv class=\"iwcl__section\"\u003e\n\u003cdiv class=\"iwcl__section-heading\"\u003e\n\u003cspan class=\"iwcl__section-kicker\"\u003eDetailed guidance\u003c\/span\u003e\n\u003ch3\u003eUnderstand each decision before ordering your custom samples\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__details\"\u003e\n\u003cdetails class=\"iwcl__detail\" name=\"iwcl-samples-details\"\u003e\n\u003csummary\u003eChoosing a color-input method\u003c\/summary\u003e\n\u003cdiv class=\"iwcl__detail-content\"\u003e\n\u003cul class=\"iwcl__check-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eHEX:\u003c\/strong\u003e useful when you have a web, design or branding color written in hexadecimal format.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRGB:\u003c\/strong\u003e useful when the starting color comes from a digital design or screen-based workflow.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCMYK:\u003c\/strong\u003e useful as a print-oriented reference, although final output still depends on the printer, ink, media and production profile.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInteractive picker:\u003c\/strong\u003e useful when you want to create visually without entering a known code.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDo not assume equivalent codes guarantee identical output.\u003c\/strong\u003e Color spaces describe color differently and may be converted during production.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"iwcl__detail\" name=\"iwcl-samples-details\"\u003e\n\u003csummary\u003eHow the nine-color sample range works\u003c\/summary\u003e\n\u003cdiv class=\"iwcl__detail-content\"\u003e\n\u003cp class=\"iwcl__detail-intro\"\u003eThe selected color becomes the center of a coordinated exploration rather than a single take-it-or-leave-it result.\u003c\/p\u003e\n\u003cul class=\"iwcl__check-list\"\u003e\n\u003cli\u003eThe generated colors remain related to the original direction.\u003c\/li\u003e\n\u003cli\u003eThe set lets you compare nearby lighter, darker and tonally adjusted alternatives.\u003c\/li\u003e\n\u003cli\u003eEach swatch receives identifying information that should be kept with the order.\u003c\/li\u003e\n\u003cli\u003eThe purpose of the set is selection and approval—not nine separate full-roll colors.\u003c\/li\u003e\n\u003cli\u003eChoose one final swatch only after viewing the actual physical output.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"iwcl__detail\" name=\"iwcl-samples-details\"\u003e\n\u003csummary\u003eChoosing the right intensity\u003c\/summary\u003e\n\u003cdiv class=\"iwcl__detail-content\"\u003e\n\u003cul class=\"iwcl__check-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCloser spacing:\u003c\/strong\u003e best when you want to compare very subtle changes around a color that is already close to the goal.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWider spacing:\u003c\/strong\u003e best when the color is exploratory and you want the samples to show more noticeably different directions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConsider the color family.\u003c\/strong\u003e Very dark, very light and low-saturation colors may show variation differently than strong midtone colors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUse the intensity to answer a question.\u003c\/strong\u003e Decide whether you are fine-tuning a known color or searching for a new direction.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"iwcl__detail\" name=\"iwcl-samples-details\"\u003e\n\u003csummary\u003eWhy the selected finish matters\u003c\/summary\u003e\n\u003cdiv class=\"iwcl__detail-content\"\u003e\n\u003cul class=\"iwcl__check-list\"\u003e\n\u003cli\u003eGloss, satin and matte surfaces reflect light differently and can change perceived depth, brightness and saturation.\u003c\/li\u003e\n\u003cli\u003eMetallic, pearlescent, starlight and textured finishes may add effects that are not represented accurately on a flat screen.\u003c\/li\u003e\n\u003cli\u003eThe base graphic film can influence opacity, brightness and intended application.\u003c\/li\u003e\n\u003cli\u003eThe overlaminate contributes to the final appearance and protects the printed surface according to its product specifications.\u003c\/li\u003e\n\u003cli\u003eFor the most reliable approval, order samples using the same configuration intended for the full-film order.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"iwcl__detail\" name=\"iwcl-samples-details\"\u003e\n\u003csummary\u003eEvaluating and approving your samples\u003c\/summary\u003e\n\u003cdiv class=\"iwcl__detail-content\"\u003e\n\u003cul class=\"iwcl__check-list\"\u003e\n\u003cli\u003eInspect the samples outdoors, in shade and under the indoor lighting relevant to the project.\u003c\/li\u003e\n\u003cli\u003ePlace them beside adjacent paint, trim, logos, walls, furniture, flooring or other colors that must coordinate.\u003c\/li\u003e\n\u003cli\u003eView effect and reflective finishes from several angles and distances.\u003c\/li\u003e\n\u003cli\u003eDo not approve the final color from a photograph of the sample.\u003c\/li\u003e\n\u003cli\u003eWrite down the order number, swatch number, film and finish immediately after choosing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"iwcl__detail\" name=\"iwcl-samples-details\" open=\"\"\u003e\n\u003csummary\u003eOrdering full wrap film after approval\u003c\/summary\u003e\n\u003cdiv class=\"iwcl__detail-content\"\u003e\n\u003cul class=\"iwcl__check-list\"\u003e\n\u003cli\u003eUse the Custom Color Wrap Film tool only after selecting the physical swatch you want reproduced.\u003c\/li\u003e\n\u003cli\u003eEnter the exact original sample order number and approved swatch number.\u003c\/li\u003e\n\u003cli\u003eConfirm that the selected base film and finish match the approved sample configuration.\u003c\/li\u003e\n\u003cli\u003eMeasure the project carefully and include installation allowance, panel direction and potential rework.\u003c\/li\u003e\n\u003cli\u003eKeep all order details for future reorders and project extensions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"iwcl__section\"\u003e\n\u003cdiv class=\"iwcl__section-heading\"\u003e\n\u003cspan class=\"iwcl__section-kicker\"\u003eCreate around your project\u003c\/span\u003e\n\u003ch3\u003eUseful when the exact color you want does not exist in a standard collection\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__tool-categories\"\u003e\n\u003carticle class=\"iwcl__tool-category\"\u003e\n\u003cdiv class=\"iwcl__tool-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M12 3c4.5 0 8 3.1 8 7 0 2.3-1.5 4-3.7 4H14a2 2 0 0 0-2 2v1c0 2.2-1.8 4-4 4-2.8 0-5-2.2-5-5 0-7.2 3.8-13 9-13Z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"7\" r=\"1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eOriginal custom colors\u003c\/h4\u003e\n\u003cp\u003eCreate a completely new wrap color from a digital value or visual direction.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__tool-category\"\u003e\n\u003cdiv class=\"iwcl__tool-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M4 8.5 12 4l8 4.5-8 4.5-8-4.5Z\"\u003e\u003c\/path\u003e\u003cpath d=\"m4 12.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\u003cpath d=\"m4 16.5 8 4.5 8-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCoordinated design palettes\u003c\/h4\u003e\n\u003cp\u003eDevelop a shade that works beside wheels, trim, upholstery, architectural surfaces or decorative materials.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__tool-category\"\u003e\n\u003cdiv class=\"iwcl__tool-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"m8 7-5 5 5 5M16 7l5 5-5 5M14 4l-4 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eBrand and design references\u003c\/h4\u003e\n\u003cp\u003eBegin with an existing HEX, RGB or CMYK direction and evaluate how it translates to physical film.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"iwcl__tool-category\"\u003e\n\u003cdiv class=\"iwcl__tool-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M4 4h4v4H4zM10 4h4v4h-4zM16 4h4v4h-4zM4 10h4v4H4zM10 10h4v4h-4zM16 10h4v4h-4zM4 16h4v4H4zM10 16h4v4h-4zM16 16h4v4h-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eSubtle color refinement\u003c\/h4\u003e\n\u003cp\u003eCompare nine related options instead of guessing whether one digital color will be too light, dark, warm or cool.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__pro-note\"\u003e\n\u003cdiv class=\"iwcl__pro-note-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 8v5\"\u003e\u003c\/path\u003e\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\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDigital color values are starting references, not guaranteed physical matches.\u003c\/strong\u003e\n\u003cp\u003eColor-space conversion, printer profiles, ink, film, overlaminate, lighting, viewing angle and surrounding colors can all affect appearance. Approve the produced sample before purchasing full rolls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iwcl__final-banner\"\u003e\n\u003cdiv\u003e\n\u003ch4\u003eDo not guess from one screen color, compare nine physical possibilities.\u003c\/h4\u003e\n\u003cp\u003eA custom sample set turns a digital idea into a practical decision. Use it to compare the color where the project will actually live, then carry the approved swatch into full-film production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"iwcl__final-pill\"\u003eCreate • Sample • Select\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CUSTOMER SUPPORT --\u003e\n\u003cdiv class=\"iwcl__support\"\u003e\n\u003cdiv class=\"iwcl__support-inner\"\u003e\n\u003cspan class=\"iwcl__support-label\"\u003eInstawraps Color Lab support\u003c\/span\u003e\n\u003ch3\u003eNeed help choosing a color-development path, finish or material?\u003c\/h3\u003e\n\u003cp class=\"iwcl__support-copy\"\u003eOur team can help with Color Lab workflow questions, sample planning, film and finish selection, sizing, order details and general product guidance. Choose the most convenient way to reach us.\u003c\/p\u003e\n\u003cdiv class=\"iwcl__support-actions\"\u003e\n\u003ca class=\"iwcl__support-button\" href=\"https:\/\/tawk.to\/4896158674165\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan class=\"iwcl__support-icon\"\u003e \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 \u003c\/span\u003e \u003cspan class=\"iwcl__support-text\"\u003e \u003csmall\u003eFast assistance\u003c\/small\u003e \u003cstrong\u003eLive Chat\u003c\/strong\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"iwcl__support-button\" href=\"https:\/\/www.instawrapshop.ca\/pages\/contact-us\"\u003e \u003cspan class=\"iwcl__support-icon\"\u003e \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 \u003c\/span\u003e \u003cspan class=\"iwcl__support-text\"\u003e \u003csmall\u003eSend a request\u003c\/small\u003e \u003cstrong\u003eContact Us\u003c\/strong\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"iwcl__support-button\" href=\"mailto:support@instawraps.ca\"\u003e \u003cspan class=\"iwcl__support-icon\"\u003e \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 \u003c\/span\u003e \u003cspan class=\"iwcl__support-text\"\u003e \u003csmall\u003eEmail our team\u003c\/small\u003e \u003cstrong\u003esupport@instawraps.ca\u003c\/strong\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"iwcl__support-button\" href=\"tel:+18662586908\"\u003e \u003cspan class=\"iwcl__support-icon\"\u003e \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 \u003c\/span\u003e \u003cspan class=\"iwcl__support-text\"\u003e \u003csmall\u003eSpeak with us\u003c\/small\u003e \u003cstrong\u003e1-866-258-6908\u003c\/strong\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"iwcl__fine-print\"\u003eThis description provides general product and workflow guidance. Available films, finishes, overlaminates, sample formats, production methods and policies may change. HEX, RGB and CMYK values are digital or print references and do not guarantee identical physical output. Always inspect and approve the produced sample before ordering custom wrap film. 3M and Avery Dennison are trademarks of their respective owners.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Instawraps","offers":[{"title":"3M | White - IJ180mCv3-10 \/ Satin \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399739846894,"sku":"5848551271","price":12.96,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Matte \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399740043502,"sku":"5848551272","price":11.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399740240110,"sku":"5848551273","price":12.15,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Brushed \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399740436718,"sku":"5848551274","price":21.29,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Carbon Fiber \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399740600558,"sku":"5848551275","price":21.29,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Pink Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399740764398,"sku":"5848551276","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Green Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399740928238,"sku":"5848551277","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Silver Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399741092078,"sku":"5848551278","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Blue Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399741255918,"sku":"5848551279","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Copper Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399741419758,"sku":"5848551280","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399741583598,"sku":"5848551281","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Magenta Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399741747438,"sku":"5848551282","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Gloss Indigo Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399741911278,"sku":"5848551283","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Matte Pink Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399742075118,"sku":"5848551284","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Matte Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399742238958,"sku":"5848551285","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mCv3-10 \/ Matte Pacific Blue Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399742402798,"sku":"5848551286","price":15.99,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Satin \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399742566638,"sku":"5848551287","price":10.47,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Matte \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399742763246,"sku":"5848551288","price":9.51,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399742959854,"sku":"5848551289","price":9.64,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Brushed \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399743156462,"sku":"5848551290","price":18.81,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Carbon Fiber \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399743320302,"sku":"5848551291","price":18.81,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Pink Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399743484142,"sku":"5848551292","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Green Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399743647982,"sku":"5848551293","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Silver Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399743811822,"sku":"5848551294","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Blue Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399743975662,"sku":"5848551295","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Copper Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399744139502,"sku":"5848551296","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399744303342,"sku":"5848551297","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Magenta Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399744467182,"sku":"5848551298","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Gloss Indigo Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399744631022,"sku":"5848551299","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Matte Pink Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399744794862,"sku":"5848551300","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Matte Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399744958702,"sku":"5848551301","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | White - IJ180mC-10 \/ Matte Pacific Blue Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399745122542,"sku":"5848551302","price":13.48,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Satin \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399745286382,"sku":"5848551303","price":14.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Matte \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399745482990,"sku":"5848551304","price":13.71,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399745679598,"sku":"5848551305","price":13.84,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Brushed \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399745876206,"sku":"5848551306","price":23.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Carbon Fiber \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399746040046,"sku":"5848551307","price":23.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Pink Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399746203886,"sku":"5848551308","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Green Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399746367726,"sku":"5848551309","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Silver Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399746531566,"sku":"5848551310","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Blue Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399746695406,"sku":"5848551311","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Copper Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399746859246,"sku":"5848551312","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399747023086,"sku":"5848551313","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Magenta Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399747186926,"sku":"5848551314","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Gloss Indigo Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399747350766,"sku":"5848551315","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Matte Pink Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399747514606,"sku":"5848551316","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Matte Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399747678446,"sku":"5848551317","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Metallic - IJ180mC-120 \/ Matte Pacific Blue Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399747842286,"sku":"5848551318","price":17.68,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Satin \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399748006126,"sku":"5848551319","price":12.98,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Matte \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399748202734,"sku":"5848551320","price":12.04,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399748399342,"sku":"5848551321","price":12.17,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Brushed \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399748595950,"sku":"5848551322","price":21.34,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Carbon Fiber \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399748759790,"sku":"5848551323","price":21.34,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Pink Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399748923630,"sku":"5848551324","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Green Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399749087470,"sku":"5848551325","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Silver Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399749251310,"sku":"5848551326","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Blue Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399749415150,"sku":"5848551327","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Copper Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399749578990,"sku":"5848551328","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399749742830,"sku":"5848551329","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Magenta Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399749906670,"sku":"5848551330","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Gloss Indigo Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399750070510,"sku":"5848551331","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Matte Pink Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399750234350,"sku":"5848551332","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Matte Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399750398190,"sku":"5848551333","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"3M | Clear - IJ180mC-114 \/ Matte Pacific Blue Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399750562030,"sku":"5848551334","price":16.01,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Satin \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399750824174,"sku":"5848551335","price":12.62,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Matte \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399751020782,"sku":"5848551336","price":11.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399751217390,"sku":"5848551337","price":11.78,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Brushed \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399751413998,"sku":"5848551338","price":20.95,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Carbon Fiber \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399751577838,"sku":"5848551339","price":20.95,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Pink Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399751741678,"sku":"5848551340","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Green Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399751905518,"sku":"5848551341","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Silver Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399752069358,"sku":"5848551342","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Blue Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399752233198,"sku":"5848551343","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Copper Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399752397038,"sku":"5848551344","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399752560878,"sku":"5848551345","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Magenta Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399752724718,"sku":"5848551346","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Gloss Indigo Pearlescent \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399752888558,"sku":"5848551347","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Matte Pink Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399753052398,"sku":"5848551348","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Matte Gold Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399753216238,"sku":"5848551349","price":15.65,"currency_code":"CAD","in_stock":true},{"title":"Avery Dennison | White - MPI 1105 \/ Matte Pacific Blue Starlight \/ 12in x 12in (9 x (3in x 3in))","offer_id":48399753380078,"sku":"5848551350","price":15.65,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0003\/4812\/7289\/files\/productimage.png?v=1784912793","url":"https:\/\/www.instawrapshop.ca\/products\/custom-color-swatches","provider":"Instawraps","version":"1.0","type":"link"}