{"title":"All","description":null,"products":[{"product_id":"custom-printed-t-shirt","title":"SuperDTF Die-Cut Stickers","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePremium Holographic Die-Cut Stickers | SuperDTF\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=Work+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #1a0a2e;\n            --secondary: #16082a;\n            --accent-pink: #ff00ff;\n            --accent-cyan: #00ffff;\n            --accent-purple: #8b5cf6;\n            --text-light: #f8f8f8;\n            --text-muted: #b8a8c8;\n            --card-bg: rgba(255,255,255,0.05);\n            --success: #00d26a;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Work Sans', sans-serif;\n            background: var(--primary);\n            color: var(--text-light);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Animated holographic background *\/\n        .bg-pattern {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(ellipse at 20% 20%, rgba(255, 0, 255, 0.2) 0%, transparent 50%),\n                radial-gradient(ellipse at 80% 30%, rgba(0, 255, 255, 0.15) 0%, transparent 50%),\n                radial-gradient(ellipse at 50% 80%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),\n                linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%);\n            z-index: -1;\n        }\n\n        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* Holographic text effect *\/\n        .holographic-text {\n            background: linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff, #00ffff);\n            background-size: 300% 100%;\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: shimmer 3s ease infinite;\n        }\n\n        @keyframes shimmer {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n\n        \/* Header *\/\n        header {\n            text-align: center;\n            padding: 60px 0 40px;\n            position: relative;\n        }\n\n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent-pink), var(--accent-cyan));\n            color: var(--primary);\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-size: 0.8rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 20px;\n            animation: glow 2s infinite;\n        }\n\n        @keyframes glow {\n            0%, 100% { box-shadow: 0 0 20px rgba(255, 0, 255, 0.5), 0 0 40px rgba(0, 255, 255, 0.3); }\n            50% { box-shadow: 0 0 30px rgba(0, 255, 255, 0.5), 0 0 60px rgba(255, 0, 255, 0.3); }\n        }\n\n        h1 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: clamp(2.8rem, 8vw, 5rem);\n            letter-spacing: 4px;\n            line-height: 1.1;\n            margin-bottom: 15px;\n        }\n\n        .subtitle {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* Main Card with holographic border *\/\n        .main-card {\n            background: var(--card-bg);\n            border: 2px solid transparent;\n            border-radius: 24px;\n            padding: 40px;\n            margin-bottom: 40px;\n            backdrop-filter: blur(10px);\n            position: relative;\n        }\n\n        .main-card::before {\n            content: '';\n            position: absolute;\n            top: -2px;\n            left: -2px;\n            right: -2px;\n            bottom: -2px;\n            background: linear-gradient(45deg, var(--accent-pink), var(--accent-cyan), var(--accent-pink));\n            background-size: 200% 200%;\n            border-radius: 26px;\n            z-index: -1;\n            animation: borderShimmer 4s ease infinite;\n            opacity: 0.6;\n        }\n\n        @keyframes borderShimmer {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n\n        \/* Section Headers *\/\n        .section-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .section-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, var(--accent-pink), var(--accent-cyan));\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n        }\n\n        h2 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2rem;\n            letter-spacing: 2px;\n        }\n\n        \/* Material Specs *\/\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .spec-card {\n            background: linear-gradient(135deg, rgba(255, 0, 255, 0.1), rgba(0, 255, 255, 0.05));\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 16px;\n            padding: 25px;\n            text-align: center;\n            transition: transform 0.3s, border-color 0.3s;\n        }\n\n        .spec-card:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent-cyan);\n        }\n\n        .spec-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.2rem;\n            background: linear-gradient(135deg, var(--accent-pink), var(--accent-cyan));\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n            line-height: 1;\n        }\n\n        .spec-unit {\n            font-size: 1rem;\n            color: var(--text-muted);\n        }\n\n        .spec-label {\n            margin-top: 8px;\n            font-weight: 500;\n            font-size: 0.9rem;\n        }\n\n        \/* Pricing Section *\/\n        .pricing-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .price-display {\n            display: inline-flex;\n            align-items: baseline;\n            background: linear-gradient(135deg, rgba(255, 0, 255, 0.2), rgba(0, 255, 255, 0.2));\n            border: 2px solid var(--accent-cyan);\n            border-radius: 20px;\n            padding: 20px 40px;\n            margin: 20px 0;\n        }\n\n        .price-dollar {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 4rem;\n            background: linear-gradient(135deg, var(--accent-pink), var(--accent-cyan));\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .price-unit {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            margin-left: 5px;\n        }\n\n        .pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 15px;\n            margin-bottom: 30px;\n        }\n\n        @media (max-width: 768px) {\n            .pricing-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .price-card {\n            background: rgba(255,255,255,0.95);\n            border-radius: 16px;\n            padding: 25px 15px;\n            text-align: center;\n            color: var(--primary);\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s;\n        }\n\n        .price-card:hover {\n            transform: scale(1.03);\n        }\n\n        .price-card.featured {\n            background: linear-gradient(135deg, var(--accent-pink), var(--accent-purple));\n            color: white;\n        }\n\n        .price-card.featured::before {\n            content: 'POPULAR';\n            position: absolute;\n            top: 10px;\n            right: -25px;\n            background: var(--accent-cyan);\n            color: var(--primary);\n            font-size: 0.65rem;\n            font-weight: 700;\n            padding: 3px 30px;\n            transform: rotate(45deg);\n        }\n\n        .size-name {\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 5px;\n        }\n\n        .size-dimensions {\n            font-size: 0.85rem;\n            opacity: 0.7;\n            margin-bottom: 15px;\n        }\n\n        .size-price {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n        }\n\n        .price-card.featured .size-price {\n            color: white;\n        }\n\n        \/* Minimums Box *\/\n        .minimums-box {\n            background: linear-gradient(135deg, rgba(255, 0, 255, 0.15), rgba(0, 255, 255, 0.1));\n            border: 1px solid var(--accent-cyan);\n            border-radius: 16px;\n            padding: 25px 30px;\n            margin: 30px 0;\n            text-align: center;\n        }\n\n        .minimums-title {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.5rem;\n            color: var(--accent-cyan);\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .minimum-item {\n            text-align: center;\n        }\n\n        .minimum-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            color: var(--text-light);\n        }\n\n        .minimum-label {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-top: 50px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n        }\n\n        .feature-card {\n            background: var(--card-bg);\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 16px;\n            padding: 25px;\n            display: flex;\n            gap: 15px;\n            align-items: flex-start;\n            transition: border-color 0.3s, transform 0.3s;\n        }\n\n        .feature-card:hover {\n            border-color: var(--accent-pink);\n            transform: translateY(-3px);\n        }\n\n        .feature-icon {\n            width: 45px;\n            height: 45px;\n            min-width: 45px;\n            background: linear-gradient(135deg, var(--accent-pink), var(--accent-cyan));\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3rem;\n        }\n\n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n\n        .feature-desc {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        \/* Shipping Banner *\/\n        .shipping-banner {\n            background: linear-gradient(90deg, var(--success), #00b359);\n            border-radius: 16px;\n            padding: 25px 30px;\n            margin: 40px 0;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            text-align: center;\n        }\n\n        .shipping-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .shipping-icon {\n            font-size: 2rem;\n        }\n\n        .shipping-text {\n            text-align: left;\n        }\n\n        .shipping-text strong {\n            display: block;\n            font-size: 1.1rem;\n        }\n\n        .shipping-text span {\n            font-size: 0.85rem;\n            opacity: 0.9;\n        }\n\n        \/* Common Sizes Table *\/\n        .sizes-table-container {\n            overflow-x: auto;\n            margin: 30px 0;\n        }\n\n        .sizes-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: rgba(255,255,255,0.03);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        .sizes-table th,\n        .sizes-table td {\n            padding: 15px 20px;\n            text-align: center;\n        }\n\n        .sizes-table th {\n            background: linear-gradient(135deg, rgba(255, 0, 255, 0.3), rgba(0, 255, 255, 0.2));\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n        }\n\n        .sizes-table tr:nth-child(even) {\n            background: rgba(255,255,255,0.02);\n        }\n\n        .sizes-table tr:hover {\n            background: rgba(255, 0, 255, 0.1);\n        }\n\n        .sizes-table .price-cell {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.3rem;\n            background: linear-gradient(135deg, var(--accent-pink), var(--accent-cyan));\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, rgba(255, 0, 255, 0.1), rgba(0, 255, 255, 0.1));\n            border: 1px solid rgba(255,255,255,0.1);\n            border-radius: 24px;\n            padding: 50px 40px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .cta-title {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            letter-spacing: 2px;\n            margin-bottom: 15px;\n        }\n\n        .cta-subtitle {\n            color: var(--text-muted);\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n        }\n\n        \/* Footer *\/\n        footer {\n            text-align: center;\n            padding: 30px;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .animate-in {\n            animation: fadeInUp 0.6s ease forwards;\n        }\n\n        .delay-1 { animation-delay: 0.1s; }\n        .delay-2 { animation-delay: 0.2s; }\n        .delay-3 { animation-delay: 0.3s; }\n        .delay-4 { animation-delay: 0.4s; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"bg-pattern\"\u003e\u003c\/div\u003e\n    \n    \u003cdiv class=\"container\"\u003e\n        \u003cheader\u003e\n            \u003ch1 class=\"holographic-text animate-in delay-1\"\u003ePREMIUM HOLOGRAPHIC\u003cbr\u003eDIE-CUT STICKERS\u003c\/h1\u003e\n            \u003cp class=\"subtitle animate-in delay-2\"\u003eTransform Your Designs Into Stunning Holographic Masterpieces!\u003c\/p\u003e\n        \u003c\/header\u003e\n\n        \u003cdiv class=\"main-card animate-in delay-3\"\u003e\n            \u003c!-- Material Specs --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e🌈\u003c\/div\u003e\n                \u003ch2 class=\"holographic-text\"\u003ePREMIUM HOLOGRAPHIC FEATURES\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e7\u003cspan class=\"spec-unit\"\u003eMIL\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003ePremium Holographic Vinyl\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eRAINBOW\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eColor-Shifting Effect\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eWEATHER\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eIndoor\/Outdoor Use\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eSCRATCH\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eResistant Coating\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Pricing --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e💎\u003c\/div\u003e\n                \u003ch2 class=\"holographic-text\"\u003eHOLOGRAPHIC PRICING\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pricing-header\"\u003e\n                \u003cp\u003ePremium holographic finish at one simple rate\u003c\/p\u003e\n                \u003cdiv class=\"price-display\"\u003e\n                    \u003cspan class=\"price-dollar\"\u003e$0.15\u003c\/span\u003e\n                    \u003cspan class=\"price-unit\"\u003e\/ in²\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pricing-grid\"\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eSmall\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e4×4 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$2.40\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card featured\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eMedium\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e8×8 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$9.60\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eLarge\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e12×12 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$21.60\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eXL\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e16×20 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$48.00\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Minimums --\u003e\n            \u003cdiv class=\"minimums-box\"\u003e\n                \u003cdiv class=\"minimums-title\"\u003e\n                    \u003cspan\u003e⚠️\u003c\/span\u003e ORDER MINIMUM\n                \u003c\/div\u003e\n                \u003cdiv class=\"minimum-item\"\u003e\n                    \u003cdiv class=\"minimum-value\"\u003e$15\u003c\/div\u003e\n                    \u003cdiv class=\"minimum-label\"\u003eMinimum Order\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Common Sizes Table --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e📐\u003c\/div\u003e\n                \u003ch2 class=\"holographic-text\"\u003eCOMMON SIZES \u0026amp; PRICING\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"sizes-table-container\"\u003e\n                \u003ctable class=\"sizes-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSize\u003c\/th\u003e\n                            \u003cth\u003eDimensions\u003c\/th\u003e\n                            \u003cth\u003eSq. Inches\u003c\/th\u003e\n                            \u003cth\u003ePrice Each\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMini\u003c\/td\u003e\n                            \u003ctd\u003e2\" × 2\"\u003c\/td\u003e\n                            \u003ctd\u003e4\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$0.60\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eSmall\u003c\/td\u003e\n                            \u003ctd\u003e3\" × 3\"\u003c\/td\u003e\n                            \u003ctd\u003e9\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$1.35\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eStandard\u003c\/td\u003e\n                            \u003ctd\u003e4\" × 4\"\u003c\/td\u003e\n                            \u003ctd\u003e16\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$2.40\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMedium\u003c\/td\u003e\n                            \u003ctd\u003e6\" × 6\"\u003c\/td\u003e\n                            \u003ctd\u003e36\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$5.40\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eLarge\u003c\/td\u003e\n                            \u003ctd\u003e8\" × 8\"\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$9.60\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e10\" × 10\"\u003c\/td\u003e\n                            \u003ctd\u003e100\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$15.00\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eJumbo\u003c\/td\u003e\n                            \u003ctd\u003e12\" × 12\"\u003c\/td\u003e\n                            \u003ctd\u003e144\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$21.60\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Shipping Banner --\u003e\n        \u003cdiv class=\"shipping-banner animate-in\"\u003e\n            \u003cdiv class=\"shipping-item\"\u003e\n                \u003cspan class=\"shipping-icon\"\u003e🚀\u003c\/span\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003cstrong\u003eSame Day Production\u003c\/strong\u003e\n                    \u003cspan\u003eOrders before 3:00 PM\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"shipping-item\"\u003e\n                \u003cspan class=\"shipping-icon\"\u003e📦\u003c\/span\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003cstrong\u003eFREE Shipping\u003c\/strong\u003e\n                    \u003cspan\u003eOn orders over $25\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Sticker Builder Features --\u003e\n        \u003cdiv class=\"main-card features-section animate-in\"\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e🎨\u003c\/div\u003e\n                \u003ch2 class=\"holographic-text\"\u003ePOWERFUL STICKER BUILDER\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📤\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eEasy Uploader\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eUpload multiple images at once and customize size \u0026amp; quantity for each\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📱\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eQR Codes\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eGenerate and add custom QR codes directly to your stickers\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✂️\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eCut Line Options\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eChoose trace, square, or circle cut lines with one click\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔤\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eText Layers\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eAdd custom text with arc effects and choose from 100+ fonts\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📐\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eCustom Sizing\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eSet exact dimensions for each sticker to meet your needs\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🖼️\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eMultiple Images\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eCombine multiple images into one sticker and have the contour automatically adjust\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Perfect Applications --\u003e\n        \u003cdiv class=\"main-card animate-in\"\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e✨\u003c\/div\u003e\n                \u003ch2 class=\"holographic-text\"\u003ePERFECT APPLICATIONS\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e👑\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003ePremium Products\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eLuxury packaging \u0026amp; high-end merchandise that demands attention\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eSpecial Events\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eConcerts, festivals \u0026amp; celebrations that need extra sparkle\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🚀\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eBrand Enhancement\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eStand out from competitors with eye-catching holographic finish\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- CTA Section --\u003e\n        \u003cdiv class=\"cta-section animate-in\"\u003e\n            \u003ch2 class=\"cta-title holographic-text\"\u003eREADY TO MAKE YOUR DESIGN SHINE?\u003c\/h2\u003e\n            \u003cp class=\"cta-subtitle\"\u003eCustom sizes • Bulk orders • Design assistance available\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cfooter\u003e\n            \u003cp\u003e© 2024 SuperDTF. Premium Holographic Die-Cut Stickers Made in the USA.\u003c\/p\u003e\n        \u003c\/footer\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":40169383919729,"sku":"","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/die-cut-super-stickers-holographic-stickers-builder-dtf-prints-dtf-transfers-custom-dtf-prints-673200.jpg?v=1742257403"},{"product_id":"superdtf-vinyl-gloss-stickers","title":"SuperDTF Die-Cut Stickers","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eDie Cut SuperDTF Stickers - Extra Thick \u0026amp; Durable | SuperDTF\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=Work+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #1a1a2e;\n            --secondary: #16213e;\n            --accent: #e94560;\n            --accent-light: #ff6b6b;\n            --highlight: #f5a623;\n            --text-light: #f8f8f8;\n            --text-muted: #a0a0a0;\n            --card-bg: rgba(255,255,255,0.05);\n            --success: #00d26a;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Work Sans', sans-serif;\n            background: var(--primary);\n            color: var(--text-light);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Animated background *\/\n        .bg-pattern {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(ellipse at 20% 20%, rgba(233, 69, 96, 0.15) 0%, transparent 50%),\n                radial-gradient(ellipse at 80% 80%, rgba(245, 166, 35, 0.1) 0%, transparent 50%),\n                linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%);\n            z-index: -1;\n        }\n\n        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* Header *\/\n        header {\n            text-align: center;\n            padding: 60px 0 40px;\n            position: relative;\n        }\n\n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent), var(--accent-light));\n            color: white;\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 20px;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { box-shadow: 0 0 0 0 rgba(233, 69, 96, 0.4); }\n            50% { box-shadow: 0 0 0 15px rgba(233, 69, 96, 0); }\n        }\n\n        h1 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: clamp(3rem, 8vw, 5.5rem);\n            letter-spacing: 4px;\n            line-height: 1.1;\n            margin-bottom: 15px;\n            background: linear-gradient(90deg, #00ffff, #ff00ff, #ffff00);\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .subtitle {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* Main Card *\/\n        .main-card {\n            background: var(--card-bg);\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 24px;\n            padding: 40px;\n            margin-bottom: 40px;\n            backdrop-filter: blur(10px);\n        }\n\n        \/* Section Headers *\/\n        .section-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .section-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, var(--accent), var(--highlight));\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n        }\n\n        h2 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2rem;\n            letter-spacing: 2px;\n        }\n\n        \/* Material Specs *\/\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .spec-card {\n            background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));\n            border: 1px solid rgba(255,255,255,0.1);\n            border-radius: 16px;\n            padding: 25px;\n            text-align: center;\n            transition: transform 0.3s, border-color 0.3s;\n        }\n\n        .spec-card:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent);\n        }\n\n        .spec-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            color: var(--highlight);\n            line-height: 1;\n        }\n\n        .spec-unit {\n            font-size: 1rem;\n            color: var(--text-muted);\n        }\n\n        .spec-label {\n            margin-top: 8px;\n            font-weight: 500;\n            font-size: 0.9rem;\n        }\n\n        \/* Pricing Section *\/\n        .pricing-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .price-display {\n            display: inline-flex;\n            align-items: baseline;\n            background: linear-gradient(135deg, var(--secondary), var(--primary));\n            border: 2px solid var(--accent);\n            border-radius: 20px;\n            padding: 20px 40px;\n            margin: 20px 0;\n        }\n\n        .price-dollar {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 4rem;\n            color: var(--accent-light);\n        }\n\n        .price-unit {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            margin-left: 5px;\n        }\n\n        .pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 15px;\n            margin-bottom: 30px;\n        }\n\n        @media (max-width: 768px) {\n            .pricing-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .price-card {\n            background: rgba(255,255,255,0.95);\n            border-radius: 16px;\n            padding: 25px 15px;\n            text-align: center;\n            color: var(--primary);\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s;\n        }\n\n        .price-card:hover {\n            transform: scale(1.03);\n        }\n\n        .price-card.featured {\n            background: linear-gradient(135deg, var(--accent), var(--accent-light));\n            color: white;\n        }\n\n        .price-card.featured::before {\n            content: 'POPULAR';\n            position: absolute;\n            top: 10px;\n            right: -25px;\n            background: var(--highlight);\n            color: var(--primary);\n            font-size: 0.65rem;\n            font-weight: 700;\n            padding: 3px 30px;\n            transform: rotate(45deg);\n        }\n\n        .size-name {\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 5px;\n        }\n\n        .size-dimensions {\n            font-size: 0.85rem;\n            opacity: 0.7;\n            margin-bottom: 15px;\n        }\n\n        .size-price {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n        }\n\n        .price-card.featured .size-price {\n            color: white;\n        }\n\n        \/* Minimums Box *\/\n        .minimums-box {\n            background: linear-gradient(135deg, rgba(245, 166, 35, 0.2), rgba(233, 69, 96, 0.1));\n            border: 1px solid var(--highlight);\n            border-radius: 16px;\n            padding: 25px 30px;\n            margin: 30px 0;\n            text-align: center;\n        }\n\n        .minimums-title {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.5rem;\n            color: var(--highlight);\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .minimum-item {\n            text-align: center;\n        }\n\n        .minimum-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            color: var(--text-light);\n        }\n\n        .minimum-label {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-top: 50px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n        }\n\n        .feature-card {\n            background: var(--card-bg);\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 16px;\n            padding: 25px;\n            display: flex;\n            gap: 15px;\n            align-items: flex-start;\n            transition: border-color 0.3s, transform 0.3s;\n        }\n\n        .feature-card:hover {\n            border-color: var(--accent);\n            transform: translateY(-3px);\n        }\n\n        .feature-icon {\n            width: 45px;\n            height: 45px;\n            min-width: 45px;\n            background: linear-gradient(135deg, var(--accent), var(--highlight));\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3rem;\n        }\n\n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n\n        .feature-desc {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        \/* Shipping Banner *\/\n        .shipping-banner {\n            background: linear-gradient(90deg, var(--success), #00b359);\n            border-radius: 16px;\n            padding: 25px 30px;\n            margin: 40px 0;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            text-align: center;\n        }\n\n        .shipping-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .shipping-icon {\n            font-size: 2rem;\n        }\n\n        .shipping-text {\n            text-align: left;\n        }\n\n        .shipping-text strong {\n            display: block;\n            font-size: 1.1rem;\n        }\n\n        .shipping-text span {\n            font-size: 0.85rem;\n            opacity: 0.9;\n        }\n\n        \/* Common Sizes Table *\/\n        .sizes-table-container {\n            overflow-x: auto;\n            margin: 30px 0;\n        }\n\n        .sizes-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: rgba(255,255,255,0.03);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        .sizes-table th,\n        .sizes-table td {\n            padding: 15px 20px;\n            text-align: center;\n        }\n\n        .sizes-table th {\n            background: rgba(233, 69, 96, 0.3);\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n        }\n\n        .sizes-table tr:nth-child(even) {\n            background: rgba(255,255,255,0.02);\n        }\n\n        .sizes-table tr:hover {\n            background: rgba(233, 69, 96, 0.1);\n        }\n\n        .sizes-table .price-cell {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.3rem;\n            color: var(--highlight);\n        }\n\n        \/* ==================== *\/\n        \/* VOLUME DISCOUNTS SECTION *\/\n        \/* ==================== *\/\n        .discount-section {\n            margin-top: 50px;\n            position: relative;\n        }\n\n        .discount-section::before {\n            content: '';\n            position: absolute;\n            top: -25px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80%;\n            height: 1px;\n            background: linear-gradient(90deg, transparent, var(--accent), transparent);\n        }\n\n        .discount-intro {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .discount-intro p {\n            color: var(--text-muted);\n            font-size: 1.05rem;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .discount-intro .highlight-text {\n            color: var(--success);\n            font-weight: 600;\n        }\n\n        \/* Discount Tiers Visual *\/\n        .discount-tiers {\n            display: grid;\n            grid-template-columns: repeat(5, 1fr);\n            gap: 12px;\n            margin-bottom: 40px;\n        }\n\n        @media (max-width: 900px) {\n            .discount-tiers {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        @media (max-width: 550px) {\n            .discount-tiers {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .discount-tier {\n            background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 16px;\n            padding: 20px 15px;\n            text-align: center;\n            position: relative;\n            transition: all 0.3s ease;\n            overflow: hidden;\n        }\n\n        .discount-tier::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--accent), var(--highlight));\n            opacity: 0.5;\n            transition: opacity 0.3s;\n        }\n\n        .discount-tier:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent);\n        }\n\n        .discount-tier:hover::before {\n            opacity: 1;\n        }\n\n        .discount-tier.best-deal {\n            background: linear-gradient(180deg, rgba(0, 210, 106, 0.15) 0%, rgba(0, 210, 106, 0.05) 100%);\n            border-color: var(--success);\n        }\n\n        .discount-tier.best-deal::before {\n            background: linear-gradient(90deg, var(--success), #00ff88);\n            opacity: 1;\n        }\n\n        .discount-tier.best-deal::after {\n            content: '🔥 BEST';\n            position: absolute;\n            top: 12px;\n            right: 8px;\n            font-size: 0.6rem;\n            font-weight: 700;\n            background: var(--success);\n            color: var(--primary);\n            padding: 2px 6px;\n            border-radius: 4px;\n        }\n\n        .tier-threshold {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: var(--text-muted);\n            margin-bottom: 5px;\n        }\n\n        .tier-amount {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.6rem;\n            color: var(--text-light);\n            margin-bottom: 10px;\n        }\n\n        .tier-percent {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.8rem;\n            line-height: 1;\n            background: linear-gradient(135deg, var(--accent-light), var(--highlight));\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .discount-tier.best-deal .tier-percent {\n            background: linear-gradient(135deg, var(--success), #00ff88);\n            -webkit-background-clip: text;\n            background-clip: text;\n        }\n\n        .tier-label {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            margin-top: 5px;\n        }\n\n        \/* Discount Calculator *\/\n        .discount-calculator {\n            background: linear-gradient(135deg, rgba(233, 69, 96, 0.1), rgba(245, 166, 35, 0.05));\n            border: 1px solid rgba(233, 69, 96, 0.3);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 30px;\n        }\n\n        .calc-header {\n            text-align: center;\n            margin-bottom: 25px;\n        }\n\n        .calc-header h3 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.8rem;\n            letter-spacing: 2px;\n            margin-bottom: 5px;\n        }\n\n        .calc-header p {\n            color: var(--text-muted);\n            font-size: 0.9rem;\n        }\n\n        .calc-input-group {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n            flex-wrap: wrap;\n            margin-bottom: 25px;\n        }\n\n        .calc-input-group label {\n            font-weight: 500;\n            font-size: 1rem;\n        }\n\n        .calc-input {\n            background: rgba(255,255,255,0.1);\n            border: 2px solid rgba(255,255,255,0.2);\n            border-radius: 12px;\n            padding: 15px 20px;\n            font-size: 1.5rem;\n            font-family: 'Bebas Neue', sans-serif;\n            color: var(--text-light);\n            width: 180px;\n            text-align: center;\n            transition: border-color 0.3s;\n        }\n\n        .calc-input:focus {\n            outline: none;\n            border-color: var(--accent);\n        }\n\n        .calc-results {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n\n        @media (max-width: 600px) {\n            .calc-results {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        .calc-result-card {\n            background: rgba(255,255,255,0.05);\n            border-radius: 12px;\n            padding: 20px;\n            text-align: center;\n        }\n\n        .calc-result-card.savings {\n            background: linear-gradient(135deg, rgba(0, 210, 106, 0.2), rgba(0, 210, 106, 0.05));\n            border: 1px solid var(--success);\n        }\n\n        .calc-result-label {\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: var(--text-muted);\n            margin-bottom: 8px;\n        }\n\n        .calc-result-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.2rem;\n            color: var(--text-light);\n        }\n\n        .calc-result-card.savings .calc-result-value {\n            color: var(--success);\n        }\n\n        .calc-result-sub {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            margin-top: 5px;\n        }\n\n        \/* Detailed Discount Table - Desktop *\/\n        .discount-table-container {\n            overflow-x: auto;\n            margin: 30px 0;\n            border-radius: 16px;\n            border: 1px solid rgba(255,255,255,0.08);\n        }\n\n        .discount-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .discount-table th,\n        .discount-table td {\n            padding: 16px 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(255,255,255,0.05);\n        }\n\n        .discount-table thead {\n            background: linear-gradient(135deg, rgba(233, 69, 96, 0.4), rgba(245, 166, 35, 0.2));\n        }\n\n        .discount-table th {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1rem;\n            letter-spacing: 1px;\n            font-weight: normal;\n        }\n\n        .discount-table th:first-child {\n            text-align: left;\n            padding-left: 20px;\n        }\n\n        .discount-table tbody tr {\n            background: rgba(255,255,255,0.02);\n            transition: background 0.3s;\n        }\n\n        .discount-table tbody tr:hover {\n            background: rgba(233, 69, 96, 0.1);\n        }\n\n        .discount-table tbody tr:nth-child(even) {\n            background: rgba(255,255,255,0.04);\n        }\n\n        .discount-table tbody tr:nth-child(even):hover {\n            background: rgba(233, 69, 96, 0.1);\n        }\n\n        .discount-table td:first-child {\n            text-align: left;\n            padding-left: 20px;\n            font-weight: 600;\n        }\n\n        .discount-table .tier-cell {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .tier-badge {\n            display: inline-block;\n            padding: 4px 10px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 600;\n            background: rgba(255,255,255,0.1);\n        }\n\n        .tier-badge.tier-0 {\n            background: rgba(255,255,255,0.1);\n            color: var(--text-muted);\n        }\n\n        .tier-badge.tier-1 {\n            background: rgba(233, 69, 96, 0.3);\n            color: var(--accent-light);\n        }\n\n        .tier-badge.tier-2 {\n            background: rgba(245, 166, 35, 0.3);\n            color: var(--highlight);\n        }\n\n        .tier-badge.tier-3 {\n            background: rgba(0, 255, 255, 0.2);\n            color: #00ffff;\n        }\n\n        .tier-badge.tier-4 {\n            background: rgba(255, 0, 255, 0.2);\n            color: #ff66ff;\n        }\n\n        .tier-badge.tier-5 {\n            background: rgba(0, 210, 106, 0.3);\n            color: var(--success);\n        }\n\n        .price-normal {\n            color: var(--text-muted);\n            font-size: 0.9rem;\n        }\n\n        .price-discounted {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.3rem;\n            color: var(--success);\n        }\n\n        .savings-amount {\n            display: block;\n            font-size: 0.75rem;\n            color: var(--success);\n            opacity: 0.8;\n            margin-top: 2px;\n        }\n\n        \/* Mobile Discount Cards - Hidden on desktop *\/\n        .mobile-discount-cards {\n            display: none;\n        }\n\n        \/* Mobile Styles for screens 750px and below *\/\n        @media (max-width: 750px) {\n            .discount-table-container {\n                display: none;\n            }\n\n            .mobile-discount-cards {\n                display: block;\n            }\n\n            .mobile-tier-card {\n                background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));\n                border: 1px solid rgba(255,255,255,0.1);\n                border-radius: 16px;\n                margin-bottom: 20px;\n                overflow: hidden;\n            }\n\n            .mobile-tier-header {\n                background: linear-gradient(135deg, rgba(233, 69, 96, 0.3), rgba(245, 166, 35, 0.15));\n                padding: 15px 20px;\n                display: flex;\n                align-items: center;\n                justify-content: space-between;\n            }\n\n            .mobile-tier-header.best {\n                background: linear-gradient(135deg, rgba(0, 210, 106, 0.3), rgba(0, 210, 106, 0.1));\n            }\n\n            .mobile-tier-info {\n                display: flex;\n                align-items: center;\n                gap: 12px;\n            }\n\n            .mobile-tier-badge {\n                font-family: 'Bebas Neue', sans-serif;\n                font-size: 1.8rem;\n                line-height: 1;\n            }\n\n            .mobile-tier-badge.off-7 { color: var(--accent-light); }\n            .mobile-tier-badge.off-15 { color: var(--highlight); }\n            .mobile-tier-badge.off-20 { color: #00ffff; }\n            .mobile-tier-badge.off-25 { color: #ff66ff; }\n            .mobile-tier-badge.off-40 { color: var(--success); }\n\n            .mobile-tier-threshold {\n                font-size: 0.85rem;\n                color: var(--text-muted);\n            }\n\n            .mobile-tier-threshold strong {\n                color: var(--text-light);\n                font-size: 1.1rem;\n            }\n\n            .mobile-best-label {\n                background: var(--success);\n                color: var(--primary);\n                font-size: 0.65rem;\n                font-weight: 700;\n                padding: 4px 8px;\n                border-radius: 4px;\n            }\n\n            .mobile-tier-prices {\n                display: grid;\n                grid-template-columns: repeat(2, 1fr);\n                gap: 1px;\n                background: rgba(255,255,255,0.05);\n            }\n\n            .mobile-tier-prices.three-col {\n                grid-template-columns: repeat(3, 1fr);\n            }\n\n            .mobile-price-item {\n                background: var(--primary);\n                padding: 12px 8px;\n                text-align: center;\n            }\n\n            .mobile-price-size {\n                font-size: 0.7rem;\n                color: var(--text-muted);\n                margin-bottom: 4px;\n            }\n\n            .mobile-price-value {\n                font-family: 'Bebas Neue', sans-serif;\n                font-size: 1.2rem;\n                color: var(--success);\n            }\n\n            .mobile-price-save {\n                font-size: 0.65rem;\n                color: var(--success);\n                opacity: 0.7;\n            }\n\n            .mobile-price-item.normal .mobile-price-value {\n                color: var(--text-muted);\n            }\n\n            \/* Adjust other mobile elements *\/\n            .main-card {\n                padding: 25px 15px;\n            }\n\n            .discount-calculator {\n                padding: 20px 15px;\n            }\n\n            .calc-input {\n                width: 140px;\n                font-size: 1.3rem;\n                padding: 12px 15px;\n            }\n\n            .section-header h2 {\n                font-size: 1.5rem;\n            }\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--secondary), var(--primary));\n            border: 1px solid rgba(255,255,255,0.1);\n            border-radius: 24px;\n            padding: 50px 40px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .cta-title {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            letter-spacing: 2px;\n            margin-bottom: 15px;\n        }\n\n        .cta-subtitle {\n            color: var(--text-muted);\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n        }\n\n        \/* Footer *\/\n        footer {\n            text-align: center;\n            padding: 30px;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .animate-in {\n            animation: fadeInUp 0.6s ease forwards;\n        }\n\n        .delay-1 { animation-delay: 0.1s; }\n        .delay-2 { animation-delay: 0.2s; }\n        .delay-3 { animation-delay: 0.3s; }\n        .delay-4 { animation-delay: 0.4s; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"bg-pattern\"\u003e\u003c\/div\u003e\n    \n    \u003cdiv class=\"container\"\u003e\n        \u003cheader\u003e\n            \u003cdiv class=\"badge animate-in\"\u003ePremium Quality\u003c\/div\u003e\n            \u003ch1 class=\"animate-in delay-1\"\u003eDIE CUT SuperDTF Stickers\u003c\/h1\u003e\n            \u003cp class=\"subtitle animate-in delay-2\"\u003eExtra Thick \u0026amp; Durable Custom Stickers Built to Last\u003c\/p\u003e\n        \u003c\/header\u003e\n\n        \u003cdiv class=\"main-card animate-in delay-3\"\u003e\n            \u003c!-- Material Specs --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e🛡️\u003c\/div\u003e\n                \u003ch2\u003ePREMIUM MATERIAL SPECS\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e6\u003cspan class=\"spec-unit\"\u003eMIL\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eExtra Thick Vinyl\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eGF220\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eGeneral Formulations\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eGLOSS\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003ePremium Finish\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003ePERM\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003ePermanent Adhesive\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Pricing --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e💰\u003c\/div\u003e\n                \u003ch2\u003eSIMPLE PRICING\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pricing-header\"\u003e\n                \u003cp\u003eOne flat rate for all your custom stickers\u003c\/p\u003e\n                \u003cdiv class=\"price-display\"\u003e\n                    \u003cspan class=\"price-dollar\"\u003e$0.05\u003c\/span\u003e\n                    \u003cspan class=\"price-unit\"\u003e\/ in²\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pricing-grid\"\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eSmall\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e4×4 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$0.80\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card featured\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eMedium\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e8×8 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$3.20\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eLarge\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e12×12 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$7.20\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eXL\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e16×20 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$16.00\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Minimums Box --\u003e\n            \u003cdiv class=\"minimums-box\"\u003e\n                \u003cdiv class=\"minimums-title\"\u003e\n                    \u003cspan\u003e⚠️\u003c\/span\u003e ORDER MINIMUM\n                \u003c\/div\u003e\n                \u003cdiv class=\"minimum-item\"\u003e\n                    \u003cdiv class=\"minimum-value\"\u003e$15\u003c\/div\u003e\n                    \u003cdiv class=\"minimum-label\"\u003eMinimum Order\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Common Sizes Table --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e📐\u003c\/div\u003e\n                \u003ch2\u003eCOMMON SIZES \u0026amp; PRICING\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"sizes-table-container\"\u003e\n                \u003ctable class=\"sizes-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSize\u003c\/th\u003e\n                            \u003cth\u003eDimensions\u003c\/th\u003e\n                            \u003cth\u003eSq. Inches\u003c\/th\u003e\n                            \u003cth\u003ePrice Each\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMini\u003c\/td\u003e\n                            \u003ctd\u003e2\" × 2\"\u003c\/td\u003e\n                            \u003ctd\u003e4\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$0.20\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eSmall\u003c\/td\u003e\n                            \u003ctd\u003e3\" × 3\"\u003c\/td\u003e\n                            \u003ctd\u003e9\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$0.45\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eStandard\u003c\/td\u003e\n                            \u003ctd\u003e4\" × 4\"\u003c\/td\u003e\n                            \u003ctd\u003e16\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$0.80\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMedium\u003c\/td\u003e\n                            \u003ctd\u003e6\" × 6\"\u003c\/td\u003e\n                            \u003ctd\u003e36\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$1.80\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eLarge\u003c\/td\u003e\n                            \u003ctd\u003e8\" × 8\"\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$3.20\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e10\" × 10\"\u003c\/td\u003e\n                            \u003ctd\u003e100\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$5.00\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eJumbo\u003c\/td\u003e\n                            \u003ctd\u003e12\" × 12\"\u003c\/td\u003e\n                            \u003ctd\u003e144\u003c\/td\u003e\n                            \u003ctd class=\"price-cell\"\u003e$7.20\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- ==================== --\u003e\n            \u003c!-- VOLUME DISCOUNTS SECTION --\u003e\n            \u003c!-- ==================== --\u003e\n            \u003cdiv class=\"discount-section\"\u003e\n                \u003cdiv class=\"section-header\"\u003e\n                    \u003cdiv class=\"section-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003ch2\u003eVOLUME DISCOUNTS — SAVE UP TO 40%\u003c\/h2\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"discount-intro\"\u003e\n                    \u003cp\u003eThe more you order, the more you save! Discounts are \u003cspan class=\"highlight-text\"\u003eautomatically applied\u003c\/span\u003e at checkout based on your cart total.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Discount Tiers Visual --\u003e\n                \u003cdiv class=\"discount-tiers\"\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$100\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e7.5%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$200\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e15%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$300\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e20%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$400\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e25%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier best-deal\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$500\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e40%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Interactive Calculator --\u003e\n                \u003cdiv class=\"discount-calculator\"\u003e\n                    \u003cdiv class=\"calc-header\"\u003e\n                        \u003ch3\u003e💡 SAVINGS CALCULATOR\u003c\/h3\u003e\n                        \u003cp\u003eEnter your cart amount to see how much you'll save\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"calc-input-group\"\u003e\n                        \u003clabel for=\"cartAmount\"\u003eCart Total: $\u003c\/label\u003e\n                        \u003cinput type=\"number\" id=\"cartAmount\" class=\"calc-input\" value=\"250\" min=\"0\" step=\"10\"\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"calc-results\"\u003e\n                        \u003cdiv class=\"calc-result-card\"\u003e\n                            \u003cdiv class=\"calc-result-label\"\u003eYour Discount\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-value\" id=\"discountPercent\"\u003e15%\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-sub\"\u003eoff your order\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"calc-result-card savings\"\u003e\n                            \u003cdiv class=\"calc-result-label\"\u003eYou Save\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-value\" id=\"savingsAmount\"\u003e$37.50\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-sub\"\u003eon this order\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"calc-result-card\"\u003e\n                            \u003cdiv class=\"calc-result-label\"\u003eYou Pay\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-value\" id=\"finalTotal\"\u003e$212.50\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-sub\"\u003eafter discount\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Detailed Discount Table --\u003e\n                \u003cdiv class=\"section-header\" style=\"margin-top: 40px;\"\u003e\n                    \u003cdiv class=\"section-icon\"\u003e📊\u003c\/div\u003e\n                    \u003ch2\u003eDISCOUNTED PRICE BY SIZE\u003c\/h2\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"discount-table-container\"\u003e\n                    \u003ctable class=\"discount-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eCart Over\u003c\/th\u003e\n                                \u003cth\u003e2\" × 2\"\u003c\/th\u003e\n                                \u003cth\u003e4\" × 4\"\u003c\/th\u003e\n                                \u003cth\u003e6\" × 6\"\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"tier-cell\"\u003e\n                                        \u003cspan class=\"tier-badge tier-0\"\u003eBase\u003c\/span\u003e\n                                        Normal Price\n                                    \u003c\/div\u003e\n                                \u003c\/td\u003e\n                                \u003ctd class=\"price-normal\"\u003e$0.20\u003c\/td\u003e\n                                \u003ctd class=\"price-normal\"\u003e$0.80\u003c\/td\u003e\n                                \u003ctd class=\"price-normal\"\u003e$1.80\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"tier-cell\"\u003e\n                                        \u003cspan class=\"tier-badge tier-1\"\u003e7.5%\u003c\/span\u003e\n                                        $100+\n                                    \u003c\/div\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.19\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.02\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.74\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.06\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$1.67\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.14\u003c\/span\u003e\n                                \u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"tier-cell\"\u003e\n                                        \u003cspan class=\"tier-badge tier-2\"\u003e15%\u003c\/span\u003e\n                                        $200+\n                                    \u003c\/div\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.17\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.03\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.68\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.12\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$1.53\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.27\u003c\/span\u003e\n                                \u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"tier-cell\"\u003e\n                                        \u003cspan class=\"tier-badge tier-3\"\u003e20%\u003c\/span\u003e\n                                        $300+\n                                    \u003c\/div\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.16\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.04\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.64\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.16\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$1.44\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.36\u003c\/span\u003e\n                                \u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"tier-cell\"\u003e\n                                        \u003cspan class=\"tier-badge tier-4\"\u003e25%\u003c\/span\u003e\n                                        $400+\n                                    \u003c\/div\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.15\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.05\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.60\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.20\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$1.35\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.45\u003c\/span\u003e\n                                \u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"tier-cell\"\u003e\n                                        \u003cspan class=\"tier-badge tier-5\"\u003e40%\u003c\/span\u003e\n                                        $500+\n                                    \u003c\/div\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.12\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.08\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$0.48\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.32\u003c\/span\u003e\n                                \u003c\/td\u003e\n                                \u003ctd\u003e\n                                    \u003cdiv class=\"price-discounted\"\u003e$1.08\u003c\/div\u003e\n                                    \u003cspan class=\"savings-amount\"\u003eSave $0.72\u003c\/span\u003e\n                                \u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Mobile-Optimized Discount Cards --\u003e\n                \u003cdiv class=\"mobile-discount-cards\"\u003e\n                    \u003c!-- Normal Pricing --\u003e\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003e\n\u003cstrong\u003eNormal Pricing\u003c\/strong\u003e\u003cbr\u003eBase prices\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices three-col\"\u003e\n                            \u003cdiv class=\"mobile-price-item normal\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.20\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item normal\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.80\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item normal\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$1.80\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- $100+ Tier --\u003e\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-7\"\u003e7.5% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$100\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices three-col\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.19\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.02\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.74\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.06\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$1.67\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.14\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- $200+ Tier --\u003e\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-15\"\u003e15% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$200\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices three-col\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.17\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.03\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.68\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.12\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$1.53\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.27\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- $300+ Tier --\u003e\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-20\"\u003e20% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$300\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices three-col\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.16\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.04\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.64\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.16\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$1.44\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.36\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- $400+ Tier --\u003e\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-25\"\u003e25% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$400\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices three-col\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.15\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.05\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.60\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.20\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$1.35\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.45\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- $500+ Tier - Best Deal --\u003e\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header best\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-40\"\u003e40% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$500\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cspan class=\"mobile-best-label\"\u003e🔥 BEST DEAL\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices three-col\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.12\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.08\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$0.48\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.32\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n                                \u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-value\"\u003e$1.08\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-price-save\"\u003eSave $0.72\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Shipping Banner --\u003e\n        \u003cdiv class=\"shipping-banner animate-in\"\u003e\n            \u003cdiv class=\"shipping-item\"\u003e\n                \u003cspan class=\"shipping-icon\"\u003e🚀\u003c\/span\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003cstrong\u003eSame Day Production\u003c\/strong\u003e\n                    \u003cspan\u003eOrders before 3:00 PM\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"shipping-item\"\u003e\n                \u003cspan class=\"shipping-icon\"\u003e📦\u003c\/span\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003cstrong\u003eFREE Shipping\u003c\/strong\u003e\n                    \u003cspan\u003eOn orders over $25\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Sticker Builder Features --\u003e\n        \u003cdiv class=\"main-card features-section animate-in\"\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e🎨\u003c\/div\u003e\n                \u003ch2\u003ePOWERFUL STICKER BUILDER\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📤\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eEasy Uploader\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eUpload multiple images at once and customize size \u0026amp; quantity for each\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📱\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eQR Codes\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eGenerate and add custom QR codes directly to your stickers\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✂️\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eCut Line Options\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eChoose trace, square, or circle cut lines with one click\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔤\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eText Layers\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eAdd custom text with arc effects and choose from 100+ fonts\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📐\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eCustom Sizing\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eSet exact dimensions for each sticker to meet your needs\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🖼️\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eMultiple Images\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eCombine multiple images into one sticker and have the contour automatically adjust\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- CTA Section --\u003e\n        \u003cdiv class=\"cta-section animate-in\"\u003e\n            \u003ch2 class=\"cta-title\"\u003eREADY TO CREATE YOUR STICKERS?\u003c\/h2\u003e\n            \u003cp class=\"cta-subtitle\"\u003eCustom sizes • Bulk orders • Design assistance available\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Savings Calculator\n        const cartInput = document.getElementById('cartAmount');\n        const discountPercent = document.getElementById('discountPercent');\n        const savingsAmount = document.getElementById('savingsAmount');\n        const finalTotal = document.getElementById('finalTotal');\n\n        function getDiscount(amount) {\n            if (amount \u003e= 500) return 0.40;\n            if (amount \u003e= 400) return 0.25;\n            if (amount \u003e= 300) return 0.20;\n            if (amount \u003e= 200) return 0.15;\n            if (amount \u003e= 100) return 0.075;\n            return 0;\n        }\n\n        function updateCalculator() {\n            const amount = parseFloat(cartInput.value) || 0;\n            const discount = getDiscount(amount);\n            const savings = amount * discount;\n            const total = amount - savings;\n\n            discountPercent.textContent = discount \u003e 0 ? (discount * 100) + '%' : '0%';\n            savingsAmount.textContent = '$' + savings.toFixed(2);\n            finalTotal.textContent = '$' + total.toFixed(2);\n        }\n\n        cartInput.addEventListener('input', updateCalculator);\n        updateCalculator(); \/\/ Initial calculation\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":40169386934385,"sku":"","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/die-cut-super-stickers-extra-thick-and-durable-stickers-dtf-prints-dtf-transfers-custom-dtf-prints-822202.jpg?v=1732501098"},{"product_id":"super-dtf-heat-press-sample-sheet","title":"SUPER DTF Heat Press Free Sample Sheet","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSuperDTF Sample Sheet \u0026amp; Instructions\u003c\/title\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        body {\n            font-family: 'Inter', sans-serif;\n        }\n        .gradient-text {\n            background: linear-gradient(to right, #4f46e5, #9333ea);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"bg-white\"\u003e\n        \u003cdiv class=\"container mx-auto px-6 py-16 text-center\"\u003e\n            \u003cspan class=\"text-4xl md:text-6xl font-extrabold text-black leading-tight block\"\u003e\n                Experience the \u003cspan class=\"gradient-text\"\u003eFuture of Apparel Printing\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cp class=\"mt-4 text-lg text-gray-600 max-w-3xl mx-auto\"\u003e\n                Are you ready to elevate your clothing line? Order a SuperDTF sample sheet and witness the incredible quality, durability, and ease of use for yourself. See why top brands are choosing DTF.\n            \u003c\/p\u003e\n            \u003cdiv class=\"mt-8 flex justify-center gap-4\"\u003e\n                \u003ca href=\"#\" class=\"bg-indigo-600 text-white font-semibold px-8 py-3 rounded-lg shadow-md hover:bg-indigo-700 transition-transform transform hover:scale-105\"\u003e\n                    Order Your Sample Sheet\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Free Practice Sheet Banner --\u003e\n    \u003cdiv class=\"bg-indigo-50 border-t border-b border-indigo-200\"\u003e\n        \u003cdiv class=\"container mx-auto px-6 py-4 text-center\"\u003e\n            \u003cp class=\"font-semibold text-indigo-800\"\u003e\n                \u003cspan class=\"font-bold\"\u003eSpecial Offer:\u003c\/span\u003e Your first order will automatically include a \u003cspan class=\"underline\"\u003efree sample sheet\u003c\/span\u003e so you can practice and perfect your press!\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Main Content Area --\u003e\n    \u003cdiv class=\"container mx-auto px-6 py-16\"\u003e\n        \u003cdiv class=\"grid grid-cols-1 lg:grid-cols-3 gap-12\"\u003e\n\n            \u003c!-- Left Column: Instructions --\u003e\n            \u003cdiv class=\"lg:col-span-2 bg-white p-8 rounded-2xl shadow-lg\"\u003e\n                \u003cspan class=\"text-3xl font-bold text-black mb-6 block\"\u003eOfficial DTF Pressing Instructions\u003c\/span\u003e\n                \u003cimg alt=\"DTF Pressing Instructions Graphic\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/instructionsTrans_480x480.png?v=1679853875\" class=\"w-full max-w-lg mx-auto mb-8 rounded-lg\"\u003e\n\n                \u003c!-- Settings Table --\u003e\n                \u003cdiv class=\"mb-8\"\u003e\n                    \u003cspan class=\"text-xl font-bold text-black mb-4 block\"\u003eRecommended Heat Press Settings\u003c\/span\u003e\n                    \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-3 gap-4 text-center\"\u003e\n                        \u003cdiv class=\"bg-gray-100 p-4 rounded-lg\"\u003e\n                            \u003cp class=\"font-bold text-gray-800\"\u003e100% Cotton\u003c\/p\u003e\n                            \u003cp class=\"text-gray-600\"\u003e300-325°F \/ 10-15 Sec\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"bg-gray-100 p-4 rounded-lg\"\u003e\n                            \u003cp class=\"font-bold text-gray-800\"\u003e100% Polyester\u003c\/p\u003e\n                            \u003cp class=\"text-gray-600\"\u003e260-280°F \/ 8-10 Sec\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"bg-gray-100 p-4 rounded-lg\"\u003e\n                            \u003cp class=\"font-bold text-gray-800\"\u003eBlends (50\/50+)\u003c\/p\u003e\n                            \u003cp class=\"text-gray-600\"\u003e280-300°F \/ 10-12 Sec\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Step-by-Step Instructions --\u003e\n                \u003cdiv class=\"space-y-6\"\u003e\n                    \u003cdiv class=\"flex items-start\"\u003e\n                        \u003cdiv class=\"flex-shrink-0 w-12 h-12 bg-indigo-600 text-white text-xl font-bold rounded-full flex items-center justify-center\"\u003e1\u003c\/div\u003e\n                        \u003cdiv class=\"ml-4\"\u003e\n                            \u003cspan class=\"text-lg font-semibold text-black block\"\u003ePrep Your Garment\u003c\/span\u003e\n                            \u003cp class=\"text-gray-600\"\u003eSet your heat press to the correct temperature. Pre-press your garment for 5-10 seconds to remove moisture and wrinkles.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"flex items-start\"\u003e\n                        \u003cdiv class=\"flex-shrink-0 w-12 h-12 bg-indigo-600 text-white text-xl font-bold rounded-full flex items-center justify-center\"\u003e2\u003c\/div\u003e\n                        \u003cdiv class=\"ml-4\"\u003e\n                            \u003cspan class=\"text-lg font-semibold text-black block\"\u003eFirst Press\u003c\/span\u003e\n                            \u003cp class=\"text-gray-600\"\u003ePlace the DTF transfer on the garment. Cover with parchment paper and press with **firm pressure**. Do not use a Teflon sheet for this step.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"flex items-start\"\u003e\n                        \u003cdiv class=\"flex-shrink-0 w-12 h-12 bg-indigo-600 text-white text-xl font-bold rounded-full flex items-center justify-center\"\u003e3\u003c\/div\u003e\n                        \u003cdiv class=\"ml-4\"\u003e\n                            \u003cspan class=\"text-lg font-semibold text-black block\"\u003eINSTANT HOT Peel\u003c\/span\u003e\n                            \u003cp class=\"text-gray-600\"\u003eNo waiting required! You can peel the film immediately. Peel confidently and smoothly from a corner. \u003cbr\u003e\u003cspan class=\"font-semibold\"\u003ePro Tip:\u003c\/span\u003e Keep the film as close to the garment as possible while peeling to prevent the logo from lifting with the film.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"flex items-start\"\u003e\n                        \u003cdiv class=\"flex-shrink-0 w-12 h-12 bg-indigo-600 text-white text-xl font-bold rounded-full flex items-center justify-center\"\u003e4\u003c\/div\u003e\n                        \u003cdiv class=\"ml-4\"\u003e\n                            \u003cspan class=\"text-lg font-semibold text-black block\"\u003eFinishing Press\u003c\/span\u003e\n                            \u003cp class=\"text-gray-600\"\u003eCover the design with parchment paper or a Teflon sheet and press for 5-10 seconds to lock in the transfer, increase durability, and improve the feel. Need a Teflon sheet? \u003ca href=\"#\" class=\"text-indigo-600 underline hover:text-indigo-800\"\u003eYou can buy one here.\u003c\/a\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Right Column: Details \u0026 Links --\u003e\n            \u003cdiv class=\"space-y-8\"\u003e\n                \u003cdiv class=\"bg-white p-6 rounded-2xl shadow-lg\"\u003e\n                    \u003cspan class=\"text-xl font-bold text-black mb-4 block\"\u003eSample Sheet Details\u003c\/span\u003e\n                    \u003cul class=\"space-y-3 text-gray-600\"\u003e\n                        \u003cli class=\"flex items-center\"\u003e\n\u003csvg class=\"w-5 h-5 text-green-500 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eLimit 1 Per Client\u003c\/li\u003e\n                        \u003cli class=\"flex items-center\"\u003e\n\u003csvg class=\"w-5 h-5 text-green-500 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eShipping Not Included\u003c\/li\u003e\n                        \u003cli class=\"flex items-center\"\u003e\n\u003csvg class=\"w-5 h-5 text-green-500 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eWest Coast: 2-5 Days\u003c\/li\u003e\n                        \u003cli class=\"flex items-center\"\u003e\n\u003csvg class=\"w-5 h-5 text-green-500 mr-2\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eEast Coast: 3-5 Days\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                    \u003cdiv class=\"mt-4 bg-blue-50 p-4 rounded-lg text-blue-800\"\u003e\n                        \u003cp\u003e\u003cspan class=\"font-bold\"\u003eGet Perfect Colors:\u003c\/span\u003e Add our \u003ca href=\"https:\/\/superdtf.com\/products\/super-dtf-color-chart\" target=\"_blank\" class=\"underline hover:text-blue-600\"\u003eColor Palette Sheet\u003c\/a\u003e to your cart to see exactly how your designs will print!\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bg-white p-6 rounded-2xl shadow-lg\"\u003e\n                    \u003cspan class=\"text-xl font-bold text-black mb-4 block\"\u003eHelpful Resources\u003c\/span\u003e\n                    \u003cdiv class=\"space-y-2\"\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/collections\/super-dtf-pickem-prints\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eBrowse Pick'em Prints\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/products\/free-heat-press-rental\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eFree Heat Press Rentals\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/products\/image-design-services\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eImage \u0026amp; Design Services\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/pages\/bulk-buyer-program\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eBulk Buyer Program\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/pages\/tax-free-dtf-prints\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eTax-Free Prints for Resellers\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/products\/uv-dtf\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eExplore UV DTF Stickers\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/pages\/joy-loyalty-page\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eJoin Our Loyalty Program\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/blogs\/tutorials\/the-best-dtf-shirts-money-can-buy\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eTutorial: Best Shirts for DTF\u003c\/a\u003e\n                        \u003ca href=\"https:\/\/superdtf.com\/blogs\/news\/the-best-dtf-hoodies-money-can-buy\" target=\"_blank\" class=\"block text-indigo-600 hover:underline\"\u003eBlog: Best Hoodies for DTF\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer --\u003e\n    \u003cfooter class=\"bg-gray-900 text-white mt-16\"\u003e\n        \u003cdiv class=\"container mx-auto px-6 py-12\"\u003e\n            \u003cdiv class=\"flex flex-col md:flex-row justify-between items-center text-center md:text-left\"\u003e\n                \u003c!-- Left side: Logo and Copyright --\u003e\n                \u003cdiv class=\"mb-6 md:mb-0\"\u003e\n                    \u003ca href=\"#\" class=\"text-2xl font-bold transition hover:text-indigo-400\"\u003eSuperDTF\u003c\/a\u003e\n                    \u003cp class=\"mt-2 text-gray-400 text-sm\"\u003e© 2025 SuperDTF. All Rights Reserved.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003c!-- Right side: Contact Info --\u003e\n                \u003cdiv\u003e\n                     \u003cspan class=\"text-lg font-semibold text-white block\"\u003eHave Questions? Get in Touch!\u003c\/span\u003e\n                     \u003cdiv class=\"mt-2 flex flex-col sm:flex-row items-center justify-center md:justify-start gap-x-6 gap-y-2 text-gray-300\"\u003e\n                        \u003ca href=\"mailto:sales@superdtf.com\" class=\"hover:text-indigo-400 transition\"\u003esales@superdtf.com\u003c\/a\u003e\n                        \u003ca href=\"tel:949-919-6432\" class=\"hover:text-indigo-400 transition\"\u003e(949) 919-6432\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\n\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Free Sheet","offer_id":40191971426417,"sku":"","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/Bulk_Samples.png?v=1752536613"},{"product_id":"ez-dtf-uploader-superdtf","title":"DTF EZ Uploader","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eEZ DTF Transfer Uploader\u003c\/title\u003e\n  \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/tailwindcss@2.2.19\/dist\/tailwind.min.css\" rel=\"stylesheet\"\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"\u003e\u003c\/script\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n  \u003cstyle\u003e\n    body {\n      background-color: #121212;\n      color: white;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n    }\n    .gradient-header {\n      background: linear-gradient(45deg, #ce0081, #e3d716, #39a9cd);\n      background-size: 300% 300%;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: gradient-shift 6s ease infinite;\n      font-weight: 800;\n      text-shadow: 0 0 10px rgba(255,255,255,0.2);\n      letter-spacing: -0.02em;\n    }\n    @keyframes gradient-shift {\n      0%, 100% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n    }\n    .glass-card {\n      background: rgba(255, 255, 255, 0.05);\n      backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);\n    }\n    .hover-card {\n      transition: all 0.3s ease;\n      border: 1px solid rgba(255,255,255,0.1);\n      background: rgba(255,255,255,0.05);\n    }\n    .hover-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 10px 25px -5px rgba(206,0,129,0.4);\n      border: 1px solid rgba(206,0,129,0.3);\n    }\n    .gradient-btn {\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      background-size: 200% 200%;\n      animation: gradient-bg 4s ease infinite;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 15px -3px rgba(206,0,129,0.5);\n    }\n    .gradient-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 20px -5px rgba(206,0,129,0.7);\n    }\n    @keyframes gradient-bg {\n      0%, 100% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n    }\n    .text-gradient {\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n    .warning-box {\n      background: rgba(227, 215, 22, 0.2);\n      border: 2px solid #e3d716;\n      animation: pulse 2s infinite;\n    }\n    @keyframes pulse {\n      0%, 100% { background-color: rgba(227, 215, 22, 0.2); }\n      50% { background-color: rgba(227, 215, 22, 0.1); }\n    }\n    .image-hover {\n      transition: all 0.4s ease;\n      border: 2px solid transparent;\n    }\n    .image-hover:hover {\n      transform: scale(1.03);\n      border: 2px solid #ce0081;\n      box-shadow: 0 0 20px rgba(206,0,129,0.5);\n    }\n    .feature-icon {\n      width: 4rem;\n      height: 4rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 9999px;\n    }\n    .gradient-border {\n      position: relative;\n      border-radius: 0.75rem;\n      padding: 4px;\n      background: linear-gradient(45deg, #ce0081, #39a9cd, #e3d716);\n    }\n    .gradient-border-inner {\n      background: #121212;\n      border-radius: 0.5rem;\n      height: 100%;\n      padding: 1.5rem;\n    }\n  \u003c\/style\u003e\n\n  \u003cmain class=\"max-w-7xl mx-auto px-4 py-8\"\u003e\n    \u003cheader class=\"text-center mb-12\"\u003e\n      \u003ch1 class=\"text-5xl md:text-7xl font-extrabold gradient-header mb-4\"\u003eEZ DTF Transfer Uploader\u003c\/h1\u003e\n      \u003cp class=\"text-xl text-gray-300 max-w-4xl mx-auto\"\u003eExperience the simplest way to order DTF transfers. Upload, size, and order with powerful built-in tools like AI Gangsheeter, Auto Sizer, Upscaler, print summaries, text tools, and the name and number generator. Pay only for what you print, no waste, no complications.\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003csection class=\"warning-box rounded-xl p-4 mb-12\"\u003e\n      \u003cdiv class=\"flex flex-col md:flex-row items-center justify-center gap-4\"\u003e\n        \u003ci class=\"fa-solid fa-triangle-exclamation text-3xl text-yellow-300 animate-pulse\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003ch3 class=\"text-xl font-bold text-yellow-300 mb-1\"\u003eImportant Notice\u003c\/h3\u003e\n          \u003cp class=\"text-white\"\u003eBusiness hours are 8:00 AM to 5:30 PM PT Monday through Friday. Orders placed before 3:00 PM PT Monday through Friday qualify for same-day production. Saturday and Sunday orders are rush only and must include the rush fee or they will move to the next business day.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-3xl font-bold mb-6 text-center gradient-header\"\u003eSee The Technology In Action\u003c\/h2\u003e\n      \u003cdiv class=\"flex justify-center\"\u003e\n        \u003cdiv class=\"gradient-border w-full md:w-3\/4 lg:w-2\/3\"\u003e\n          \u003cdiv class=\"gradient-border-inner p-0\"\u003e\n            \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d6ee6231bdb94237a43de83423657bfe.mov\" controls loop class=\"w-full rounded-lg\"\u003e\u003c\/video\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"grid grid-cols-2 sm:grid-cols-3 md:grid-cols-5 gap-4 mb-12\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/dtf-ez-uploader-dtf-prints-dtf-transfers-custom-dtf-prints-910142.jpg?v=1741751566\" alt=\"DTF print sample 1\" class=\"rounded-xl shadow-lg image-hover w-full h-40 object-cover\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_8039_0c129d36-31e9-424e-a540-32d09d444d48.jpg?v=1747246819\" alt=\"DTF print sample 2\" class=\"rounded-xl shadow-lg image-hover w-full h-40 object-cover\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_8406.jpg?v=1747246819\" alt=\"DTF print sample 3\" class=\"rounded-xl shadow-lg image-hover w-full h-40 object-cover\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_8556_ce06cfb2-2405-446c-acd0-57396c052e8d.jpg?v=1747246820\" alt=\"DTF print sample 4\" class=\"rounded-xl shadow-lg image-hover w-full h-40 object-cover\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_6487.jpg?v=1747246822\" alt=\"DTF print sample 5\" class=\"rounded-xl shadow-lg image-hover w-full h-40 object-cover\"\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-4xl font-bold mb-8 text-center gradient-header\"\u003eHow It Works\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"text-5xl font-bold mb-4 text-gradient\"\u003e1\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eUpload Your Design\u003c\/h3\u003e\n          \u003cp class=\"text-gray-400\"\u003eDrag and drop your files into the uploader and start building your order immediately.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"text-5xl font-bold mb-4 text-gradient\"\u003e2\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eSet Dimensions\u003c\/h3\u003e\n          \u003cp class=\"text-gray-400\"\u003eChoose your size, lock or unlock aspect ratio, and update values quickly with built-in sizing tools.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"text-5xl font-bold mb-4 text-gradient\"\u003e3\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eSelect Quantity\u003c\/h3\u003e\n          \u003cp class=\"text-gray-400\"\u003eAdjust quantities, duplicate designs, and use bulk updates to build orders faster.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"text-5xl font-bold mb-4 text-gradient\"\u003e4\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eComplete Order\u003c\/h3\u003e\n          \u003cp class=\"text-gray-400\"\u003eReview the print summary, confirm pricing, and checkout for pickup or shipping.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-4xl font-bold mb-8 text-center gradient-header\"\u003ePay Only For What You Print\u003c\/h2\u003e\n      \u003cdiv class=\"glass-card rounded-xl p-8\"\u003e\n        \u003cdiv class=\"grid grid-cols-1 lg:grid-cols-2 gap-8 items-center\"\u003e\n          \u003cdiv\u003e\n            \u003ch3 class=\"text-2xl font-bold mb-4 text-[#e3d716]\"\u003e\n              \u003ci class=\"fa-solid fa-coins mr-3\"\u003e\u003c\/i\u003eRevolutionary Pricing Model\n            \u003c\/h3\u003e\n            \u003cp class=\"text-gray-300 text-lg mb-4\"\u003eUnlike traditional gang sheet methods where you pay for the entire sheet including unused space, our EZ Uploader charges you only for the exact dimensions of your design. No wasted space, no wasted money.\u003c\/p\u003e\n            \u003cp class=\"text-gray-300 text-lg mb-6\"\u003eThat means better value on small logos, oddly shaped designs, mixed-size runs, and repeat orders. Before checkout, the print summary shows each file, its size, quantity, and pricing so you can catch issues before they become production mistakes.\u003c\/p\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-pink-900\/40 to-blue-900\/40 p-6 rounded-lg border border-pink-500\/30\"\u003e\n              \u003ch4 class=\"text-2xl font-bold text-center text-[#e3d716] mb-2\"\u003eSave up to 97% on small designs!\u003c\/h4\u003e\n              \u003cp class=\"text-white text-center text-lg\"\u003eOur customers save thousands of dollars every year with our pay-for-what-you-print model.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"flex justify-center\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/paycomparisonsmall.png?v=1741760492\" alt=\"Price comparison\" class=\"rounded-lg shadow-xl border border-gray-700 max-w-full h-auto\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003cdiv class=\"glass-card rounded-xl p-8 text-center\"\u003e\n        \u003ch2 class=\"text-4xl font-bold mb-6 gradient-header\"\u003eSimple Pricing\u003c\/h2\u003e\n        \u003cp class=\"text-5xl font-extrabold mb-4\"\u003e$\u003cspan class=\"text-gradient\"\u003e3.25\u003c\/span\u003e per sq ft\u003c\/p\u003e\n        \u003cp class=\"text-xl text-gray-300 mb-8\"\u003ePay only for what you print. No waste. Clear pricing before checkout.\u003c\/p\u003e\n        \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mt-10\"\u003e\n          \u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n            \u003cdiv class=\"text-3xl font-bold mb-2\"\u003eSmall\u003c\/div\u003e\n            \u003cdiv class=\"text-5xl font-bold mb-4 text-gradient\"\u003e$0.20\u003c\/div\u003e\n            \u003cdiv class=\"text-sm text-gray-400 mb-2\"\u003e3\" x 3\" design\u003c\/div\u003e\n            \u003cdiv class=\"text-sm text-gray-400\"\u003e(0.0625 sq ft)\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n            \u003cdiv class=\"text-3xl font-bold mb-2\"\u003eMedium\u003c\/div\u003e\n            \u003cdiv class=\"text-5xl font-bold mb-4 text-gradient\"\u003e$0.81\u003c\/div\u003e\n            \u003cdiv class=\"text-sm text-gray-400 mb-2\"\u003e6\" x 6\" design\u003c\/div\u003e\n            \u003cdiv class=\"text-sm text-gray-400\"\u003e(0.25 sq ft)\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n            \u003cdiv class=\"text-3xl font-bold mb-2\"\u003eLarge\u003c\/div\u003e\n            \u003cdiv class=\"text-5xl font-bold mb-4 text-gradient\"\u003e$3.25\u003c\/div\u003e\n            \u003cdiv class=\"text-sm text-gray-400 mb-2\"\u003e12\" x 12\" design\u003c\/div\u003e\n            \u003cdiv class=\"text-sm text-gray-400\"\u003e(1.0 sq ft)\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-4xl font-bold mb-8 text-center gradient-header\"\u003eFeatures \u0026amp; Benefits\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"feature-icon bg-pink-900\/50 mx-auto mb-4\"\u003e\n            \u003ci class=\"fa-solid fa-layer-group text-2xl text-pink-400\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2\"\u003eCreative Control\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eChange colors, remove backgrounds, add text, and clean up artwork inside the uploader.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"feature-icon bg-blue-900\/50 mx-auto mb-4\"\u003e\n            \u003ci class=\"fa-solid fa-piggy-bank text-2xl text-blue-400\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2\"\u003eCost-Effective\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003ePay only for what you print, not a penny more.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"feature-icon bg-green-900\/50 mx-auto mb-4\"\u003e\n            \u003ci class=\"fa-solid fa-leaf text-2xl text-green-400\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2\"\u003eEco-Friendly\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eReduce waste with our advanced gangsheeting algorithm.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6 text-center\"\u003e\n          \u003cdiv class=\"feature-icon bg-yellow-900\/50 mx-auto mb-4\"\u003e\n            \u003ci class=\"fa-solid fa-bolt text-2xl text-yellow-400\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2\"\u003eInstant Peel\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eHot peel technology for immediate results.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-4xl font-bold mb-8 text-center gradient-header\"\u003eMore Power Inside The EZ Uploader\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6\"\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003ePrint Summaries\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eReview every line item before checkout with final width, height, quantity, and pricing clearly broken out so mixed orders are easier to confirm.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eAI Gangsheeter\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eArrange artwork efficiently and speed up order building without manually laying out every file yourself.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eUpscaler\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eImprove low-resolution artwork before ordering so your prints start from a cleaner source image.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eBulk Value Updater\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eChange width, height, or quantity across multiple designs at once instead of editing every item one by one.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eSaved Client Images\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eKeep artwork ready for repeat orders so regular jobs move faster and reprints stay consistent.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eDuplicate Button\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eClone designs instantly when you need multiple sizes, alternate setups, or extra copies of the same print.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eLock \/ Unlock Aspect Ratio\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eKeep proportions exact when resizing, or unlock width and height when you need custom control.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eText Tools\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eGenerate and add text directly to your artwork without jumping into another app for simple edits.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eName \/ Number Generator\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eCreate jersey names and numbers in hundreds of different fonts for sports, spirit wear, and team orders.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eAuto Sizer\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eLet the uploader size designs for you faster when you want to move through an order without manual guesswork.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003ch3 class=\"text-xl font-bold text-[#e3d716] mb-3\"\u003eChange \/ Remove Color\u003c\/h3\u003e\n          \u003cp class=\"text-gray-300\"\u003eAdjust design colors or knock out unwanted colors directly inside the uploader workflow.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"glass-card rounded-xl p-8 mb-16\"\u003e\n      \u003ch2 class=\"text-3xl font-bold mb-6 text-center gradient-header\"\u003ePressing Instructions\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n        \u003cdiv class=\"bg-black bg-opacity-30 rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-pink-600 to-blue-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eFor Polyester\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"space-y-4\"\u003e\n            \u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-thermometer text-pink-500 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e275 F (135 C)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-blue-400 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e10 seconds\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n              \u003cli\u003ePress firmly for 10 seconds\u003c\/li\u003e\n              \u003cli\u003eImmediately peel from the bottom left corner\u003c\/li\u003e\n              \u003cli\u003eEnsure small parts are sticking well before peeling fast\u003c\/li\u003e\n              \u003cli\u003eRe-press with Teflon sheet for 10 seconds for a soft, shiny finish\u003c\/li\u003e\n            \u003c\/ol\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bg-black bg-opacity-30 rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-pink-600 to-blue-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eFor Cotton\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"space-y-4\"\u003e\n            \u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-thermometer text-pink-500 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e325 F (163 C)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-blue-400 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e10 seconds\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n              \u003cli\u003ePress firmly for 10 seconds\u003c\/li\u003e\n              \u003cli\u003eImmediately peel from the bottom left corner\u003c\/li\u003e\n              \u003cli\u003eEnsure small parts are sticking well before peeling fast\u003c\/li\u003e\n              \u003cli\u003eRe-press with Teflon sheet for 10 seconds for a soft, shiny finish\u003c\/li\u003e\n            \u003c\/ol\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-4xl font-bold mb-8 text-center gradient-header\"\u003eHow Much Money You Can Make\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6\"\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center justify-between mb-4\"\u003e\n            \u003ch3 class=\"text-xl font-bold text-[#e3d716]\"\u003eT-Shirt\u003c\/h3\u003e\n            \u003cspan class=\"text-green-400 font-bold\"\u003e73% Margin\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"space-y-2\"\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eBlank Cost:\u003c\/span\u003e\n              \u003cspan\u003e$3.50\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003ePrint (12\" x 12\"):\u003c\/span\u003e\n              \u003cspan\u003e$3.25\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eSelling Price:\u003c\/span\u003e\n              \u003cspan\u003e$24.99\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between pt-2 border-t border-gray-700\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eYour Profit:\u003c\/span\u003e\n              \u003cspan class=\"text-green-400 font-bold text-xl\"\u003e$18.24\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center justify-between mb-4\"\u003e\n            \u003ch3 class=\"text-xl font-bold text-[#e3d716]\"\u003eHoodie\u003c\/h3\u003e\n            \u003cspan class=\"text-green-400 font-bold\"\u003e62% Margin\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"space-y-2\"\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eBlank Cost:\u003c\/span\u003e\n              \u003cspan\u003e$12.50\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003ePrint (22.5\" x 22.5\"):\u003c\/span\u003e\n              \u003cspan\u003e$11.42\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eSelling Price:\u003c\/span\u003e\n              \u003cspan\u003e$44.99\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between pt-2 border-t border-gray-700\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eYour Profit:\u003c\/span\u003e\n              \u003cspan class=\"text-green-400 font-bold text-xl\"\u003e$21.07\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center justify-between mb-4\"\u003e\n            \u003ch3 class=\"text-xl font-bold text-[#e3d716]\"\u003eHat\u003c\/h3\u003e\n            \u003cspan class=\"text-green-400 font-bold\"\u003e81% Margin\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"space-y-2\"\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eBlank Cost:\u003c\/span\u003e\n              \u003cspan\u003e$3.50\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003ePrint (2\" x 4\"):\u003c\/span\u003e\n              \u003cspan\u003e$0.18\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eSelling Price:\u003c\/span\u003e\n              \u003cspan\u003e$19.99\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex justify-between pt-2 border-t border-gray-700\"\u003e\n              \u003cspan class=\"text-gray-400\"\u003eYour Profit:\u003c\/span\u003e\n              \u003cspan class=\"text-green-400 font-bold text-xl\"\u003e$16.31\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-4xl font-bold mb-8 text-center gradient-header\"\u003eShipping Information\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-blue-500 to-purple-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-globe text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eWorldwide\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cul class=\"space-y-2 text-gray-300\"\u003e\n            \u003cli\u003e\n\u003cspan class=\"text-blue-400 font-medium\"\u003eOrders under $350:\u003c\/span\u003e 10-15 business days\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"text-blue-400 font-medium\"\u003eOrders over $350:\u003c\/span\u003e FREE express shipping (3-4 business days)\u003c\/li\u003e\n            \u003cli\u003eInternational shipping available to most countries\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-red-500 to-blue-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-flag-usa text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eUnited States\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cul class=\"space-y-2 text-gray-300\"\u003e\n            \u003cli\u003e\n\u003cspan class=\"text-green-400 font-medium\"\u003e1 Day:\u003c\/span\u003e California, Nevada, West AZ\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"text-green-400 font-medium\"\u003e2 Days:\u003c\/span\u003e Rest of California\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"text-blue-400 font-medium\"\u003e2-3 Days:\u003c\/span\u003e Rest of West Coast\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"text-blue-400 font-medium\"\u003e3-4 Days:\u003c\/span\u003e Central and East Coast\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"glass-card rounded-xl p-4 mt-6 text-center\"\u003e\n        \u003ch3 class=\"text-lg font-bold mb-2 text-[#e3d716]\"\u003e\n          \u003ci class=\"fa-solid fa-check-circle mr-2\"\u003e\u003c\/i\u003eSame-Day Processing\n        \u003c\/h3\u003e\n        \u003cp class=\"text-gray-300\"\u003ePickup is available in Santa Ana for orders placed before 3:00 PM PT Monday through Friday.\u003c\/p\u003e\n        \u003cp class=\"text-gray-400 mt-2\"\u003eSaturday and Sunday rush options are available when the rush fee is added.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"text-center mb-16\"\u003e\n      \u003ch2 class=\"text-4xl font-bold mb-6 gradient-header\"\u003eReady To Start Printing?\u003c\/h2\u003e\n      \u003cp class=\"text-xl text-gray-300 mb-8\"\u003eUpload artwork, use the built-in tools, review your print summary, and place your order in one workflow.\u003c\/p\u003e\n      \u003ca href=\"https:\/\/superdtf.com\/products\/ez-dtf-uploader-superdtf\" class=\"gradient-btn text-white font-bold py-4 px-8 rounded-full text-lg inline-flex items-center\"\u003e\n        \u003ci class=\"fa-solid fa-upload mr-3\"\u003e\u003c\/i\u003e\n        Start Uploading Now\n      \u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003cfooter class=\"text-center mt-16 pb-8\"\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-8 text-left\"\u003e\n        \u003cdiv\u003e\n          \u003ch4 class=\"text-lg font-bold mb-4 text-gradient\"\u003eResources\u003c\/h4\u003e\n          \u003cdiv class=\"space-y-2\"\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/about-us\" class=\"text-gray-400 hover:text-white\"\u003eAbout Us\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/faq\" class=\"text-gray-400 hover:text-white\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/dtf-pressing-instructions\" class=\"text-gray-400 hover:text-white\"\u003ePressing Instructions\u003c\/a\u003e\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/footer\u003e\n  \u003c\/main\u003e\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":40222722162801,"sku":"","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez.png?v=1736402384"},{"product_id":"super-dtf-color-chart","title":"SUPER DTF COLOR CHART","description":"\u003cp\u003e\u003cstrong\u003eIntroducing our CYMK DTF Printing Color Chart - Your Gateway to Perfect Prints!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAre you tired of inconsistent colors and inaccurate prints? Look no further! Our CYMK DTF Printing Color Chart is the ultimate solution to achieving vibrant and precise colors in your prints. Say goodbye to guesswork and welcome a new era of printing accuracy!\u003c\/p\u003e\n\u003cp\u003eBut first, let's understand the difference between RGB and CYMK:\u003c\/p\u003e\n\u003cp\u003eRGB (Red, Green, Blue) is the color model used for digital displays, such as computer monitors and mobile screens. It is additive, meaning colors are created by combining light in different proportions. While RGB is excellent for digital design, it falls short when it comes to translating colors accurately into physical prints.\u003c\/p\u003e\n\u003cp\u003eOn the other hand, CYMK (Cyan, Yellow, Magenta, Black) is the color model used in most printing processes. It is subtractive, meaning colors are created by removing light from a white background. CYMK is specifically designed for the printing world, making it the ideal color model for achieving accurate results in physical prints.\u003c\/p\u003e\n\u003cp\u003eNow, let's talk about our remarkable RIP (Raster Image Processor) program. Our advanced RIP program plays a crucial role in ensuring your designs' RGB colors are seamlessly converted to CYMK, preserving the richness and integrity of your artwork during the printing process. By doing so, it guarantees that the colors you see on your screen will be accurately replicated on paper or other printable materials.\u003c\/p\u003e\n\u003cp\u003eHowever, the magic doesn't stop there! Our CYMK DTF Printing Color Chart takes your printing experience to a whole new level. This carefully curated chart showcases an extensive range of CYMK colors, meticulously calibrated to perfection. By having this chart readily available, you can compare your desired colors with the CYMK equivalents, allowing you to choose the closest match or even make informed adjustments to achieve your desired results.\u003c\/p\u003e\n\u003cp\u003eHaving our CYMK DTF Printing Color Chart at your fingertips is of utmost importance, especially when you demand nothing but perfection from your prints. Whether you're a professional designer, a business owner, or a creative enthusiast, this chart empowers you to make informed decisions about color selection and achieve consistent and flawless prints every time.\u003c\/p\u003e\n\u003cp\u003eKey features of our CYMK DTF Printing Color Chart:\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cp\u003eWide Color Range: Our chart covers an extensive spectrum of CYMK colors, allowing you to explore countless possibilities and unleash your creativity.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eAccurate Color Matching: Say goodbye to discrepancies between your screen and your prints. Our chart enables precise color matching for a harmonious and uniform print experience.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eProfessional-Grade Printing: By understanding and utilizing CYMK colors effectively, you can take your prints to a whole new level of professionalism, impressing clients and customers alike.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003eIn conclusion, our CYMK DTF Printing Color Chart is an indispensable tool for anyone seeking perfection and accuracy in their prints. Say farewell to color guesswork and hello to a world of precise and vibrant printing. Order your CYMK DTF Printing Color Chart today and unlock the potential of your designs like never before!\u003c\/p\u003e\n\u003cp\u003e**Instructions will be included on every order. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWest Coast: 2-5 Days\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEast Coast 3-5 Days\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eShipping is not included**\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SUPERDTF","offers":[{"title":"Just The Color Chart (No Booklet)","offer_id":43008868712561,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Color Chart + Cut + Put In Booklet","offer_id":43008869564529,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/products\/super-dtf-color-chart-dtf-prints-dtf-transfers-custom-dtf-prints-155992.jpg?v=1708223724"},{"product_id":"custom-posters-and-photo-printing-services","title":"Super DTF - Custom Posters and Photo Printing Services","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eEZ Professional Poster Printing\u003c\/title\u003e\n  \u003c!-- Font Awesome --\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"\u003e\u003c\/script\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n  \u003c!-- Tailwind CSS --\u003e\n  \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n\n  \u003cstyle\u003e\n    \/* Global text rendering improvements to prevent blurring *\/\n    body {\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n      text-rendering: optimizeLegibility;\n      background-color: #121212;\n      color: white;\n      padding-top: 0;\n      margin-top: 0;\n    }\n\n    \/* A gradient background using professional colors: #1e3a8a, #3b82f6, #0c4a6e *\/\n    .gradient-bg {\n      background: linear-gradient(135deg, #1e3a8a, #3b82f6, #0c4a6e) !important;\n    }\n\n    \/* Animated header text using theme colors *\/\n    .animated-header {\n      background: linear-gradient(45deg, #1e3a8a, #3b82f6, #0c4a6e);\n      background-size: 200% 200%;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: headerAnim 3s ease infinite;\n      transform: translateZ(0);\n      backface-visibility: hidden;\n      -webkit-font-smoothing: subpixel-antialiased;\n    }\n    @keyframes headerAnim {\n      0% {\n        background-position: 0% 50%;\n      }\n      50% {\n        background-position: 100% 50%;\n      }\n      100% {\n        background-position: 0% 50%;\n      }\n    }\n\n    \/* \"Glass\" card style with a subtle blur effect *\/\n    .glass-card {\n      background: rgba(255, 255, 255, 0.1);\n      backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      transition: transform 0.3s ease;\n    }\n\n    \/* Simple hover scale for interactive elements *\/\n    .hover-scale {\n      transition: transform 0.3s ease;\n    }\n    .hover-scale:hover {\n      transform: scale(1.02);\n    }\n\n    \/* Feature cards change background on hover *\/\n    .feature-card {\n      transition: background 0.3s ease;\n    }\n    .feature-card:hover {\n      background: rgba(255, 255, 255, 0.15);\n    }\n\n    \/* Button styling *\/\n    .gradient-btn {\n      background: linear-gradient(45deg, #1e3a8a, #3b82f6);\n      color: white;\n      padding: 0.75rem 1.5rem;\n      border-radius: 0.5rem;\n      font-weight: bold;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n    }\n\n    .gradient-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\n    }\n\n    \/* Hero section styling *\/\n    .hero {\n      background: linear-gradient(135deg, #121212, #1a1a1a);\n      border-radius: 1.5rem;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);\n      transition: transform 0.4s ease;\n      transform-style: preserve-3d;\n      will-change: transform;\n      -webkit-font-smoothing: antialiased;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- Main Container --\u003e\n  \u003cmain class=\"max-w-7xl mx-auto px-4 py-8\"\u003e\n    \u003c!-- Header Section --\u003e\n    \u003csection class=\"text-center mb-8\"\u003e\n      \u003ch4 class=\"text-5xl font-bold mb-4 animated-header\"\u003e\n        Professional Grade Poster Printing\n      \u003c\/h4\u003e\n      \u003ch5 class=\"block text-xl text-gray-300 mx-auto max-w-3xl\"\u003e\n        Museum-quality posters printed on premium paper with archival inks. \n        Upload, customize, and order – delivering gallery-worthy prints with exceptional clarity and color accuracy.\n      \u003c\/h5\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Important Notice --\u003e\n    \u003carticle class=\"mt-6 font-bold p-4 bg-gray-900 rounded-lg border border-gray-700 mb-12 text-[#3b82f6]\"\u003e\n      \u003ci class=\"fa-solid fa-triangle-exclamation mr-2\"\u003e\u003c\/i\u003e\n      Important Notice: All orders placed on Friday after 3pm will be processed the following business day.\n      Rush printing options are available at checkout for those needing expedited service. \n      Large format posters (over 24\" x 36\") may require additional processing time.\n    \u003c\/article\u003e\n\n    \u003c!-- Premium Paper Quality Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-4xl font-bold mb-8 text-center animated-header\"\u003e\n        Museum-Quality Poster Printing\n      \u003c\/h4\u003e\n      \u003carticle class=\"w-11\/12 mx-auto glass-card rounded-xl p-8 bg-gradient-to-r from-gray-900 to-black\"\u003e\n        \u003csection class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n          \u003caside class=\"space-y-6\"\u003e\n            \u003ch5 class=\"text-2xl font-bold mb-3 text-[#3b82f6]\"\u003e\n              \u003ci class=\"fa-solid fa-certificate mr-3 text-3xl\"\u003e\u003c\/i\u003e\n              \u003cspan\u003eProfessional-Grade Materials\u003c\/span\u003e\n            \u003c\/h5\u003e\n            \u003cspan class=\"block text-gray-300 text-lg mb-3\"\u003e\n              Our posters are printed on premium 200 GSM satin finish paper with archival-quality inks from our state-of-the-art 9-color VG3 540 printer. This combination delivers exceptional color accuracy, remarkable detail, and long-lasting prints that resist fading for decades.\n            \u003c\/span\u003e\n            \u003cspan class=\"block text-gray-300 text-lg\"\u003e\n              Each poster undergoes rigorous quality inspection to ensure perfect reproduction of your artwork, photos, or designs with true-to-life colors and crystal-clear details that bring your vision to life.\n            \u003c\/span\u003e\n            \n            \u003carticle class=\"mt-6 bg-gradient-to-r from-blue-900\/40 to-indigo-900\/40 p-6 rounded-lg border border-blue-500\/30\"\u003e\n              \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n                \u003ci class=\"fa-solid fa-eye mr-2\"\u003e\u003c\/i\u003e\n                Superior Visual Quality\n              \u003c\/h6\u003e\n              \u003cul class=\"space-y-2 text-gray-300\"\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003e9-color printing system for wider color gamut and smoother gradients\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eUltra-high 1440 dpi resolution captures every detail\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eAdvanced color calibration for consistent, accurate reproduction\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003ePremium satin finish reduces glare while maintaining vibrant colors\u003c\/span\u003e\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/article\u003e\n          \u003c\/aside\u003e\n\n          \u003caside class=\"flex flex-col justify-between\"\u003e\n            \u003carticle class=\"bg-gradient-to-r from-blue-900\/40 to-indigo-900\/40 p-6 rounded-lg border border-blue-500\/30 mb-4\"\u003e\n              \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n                \u003ci class=\"fa-solid fa-leaf mr-2\"\u003e\u003c\/i\u003e\n                Sustainability Focused\n              \u003c\/h6\u003e\n              \u003cul class=\"space-y-2 text-gray-300\"\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eFSC-certified paper sourced from responsibly managed forests\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eWater-based, eco-friendly inks\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eEnergy-efficient production process\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eRecyclable packaging materials\u003c\/span\u003e\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/article\u003e\n            \n            \u003carticle class=\"bg-gradient-to-r from-blue-900\/40 to-indigo-900\/40 p-6 rounded-lg border border-blue-500\/30\"\u003e\n              \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n                \u003ci class=\"fa-solid fa-medal mr-2\"\u003e\u003c\/i\u003e\n                Professional Finishing\n              \u003c\/h6\u003e\n              \u003cul class=\"space-y-2 text-gray-300\"\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003ePrecision cutting with clean, straight edges\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eOptional lamination for extra protection\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eCarefully rolled and packaged to prevent damage\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-check text-blue-400 mr-2 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eReady to frame or display immediately\u003c\/span\u003e\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/article\u003e\n          \u003c\/aside\u003e\n        \u003c\/section\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- How It Works Section --\u003e\n    \u003csection class=\"max-w-7xl mx-auto px-4 mb-12\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-6 text-center animated-header\"\u003e\n        How It Works\n      \u003c\/h4\u003e\n      \u003csection class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003ch5 class=\"text-4xl font-bold mb-4 text-[#3b82f6]\"\u003e1\u003c\/h5\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-white\"\u003eUpload Your Image\u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003eSimply drag \u0026amp; drop your image files into our uploader. We accept JPEG, PNG, TIFF, and PDF files.\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003ch5 class=\"text-4xl font-bold mb-4 text-[#3b82f6]\"\u003e2\u003c\/h5\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-white\"\u003eChoose Your Size\u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003eSelect from standard sizes or customize dimensions to fit your exact needs.\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003ch5 class=\"text-4xl font-bold mb-4 text-[#3b82f6]\"\u003e3\u003c\/h5\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-white\"\u003ePreview \u0026amp; Customize\u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003eReview your poster and make any necessary adjustments to ensure perfect results.\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003ch5 class=\"text-4xl font-bold mb-4 text-[#3b82f6]\"\u003e4\u003c\/h5\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-white\"\u003eOrder \u0026amp; Enjoy\u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003eComplete your order and receive your professionally printed poster delivered to your door.\u003c\/span\u003e\n        \u003c\/article\u003e\n      \u003c\/section\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Easy Upload Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-8 text-center animated-header\"\u003e\n        Effortless Uploading Experience\n      \u003c\/h4\u003e\n      \u003carticle class=\"glass-card rounded-xl p-8\"\u003e\n        \u003csection class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n          \u003caside class=\"space-y-6\"\u003e\n            \u003ch5 class=\"text-2xl font-bold mb-3 text-[#3b82f6]\"\u003e\n              \u003ci class=\"fa-solid fa-cloud-upload-alt mr-3 text-3xl\"\u003e\u003c\/i\u003e\n              \u003cspan\u003eSimplified Upload Process\u003c\/span\u003e\n            \u003c\/h5\u003e\n            \u003cspan class=\"block text-gray-300 text-lg mb-3\"\u003e\n              Our streamlined uploader makes it incredibly easy to bring your vision to life. Simply drag and drop your files, and our system handles the rest. No complicated software or technical knowledge required.\n            \u003c\/span\u003e\n            \u003cul class=\"space-y-4 text-gray-300\"\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check-circle text-blue-400 mr-3 text-xl\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eSmart Resolution Check\u003c\/strong\u003e - Our system automatically verifies your image quality and alerts you if it's not optimal for your chosen size\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check-circle text-blue-400 mr-3 text-xl\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eReal-Time Preview\u003c\/strong\u003e - See exactly how your poster will look before completing your order\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check-circle text-blue-400 mr-3 text-xl\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eBatch Processing\u003c\/strong\u003e - Upload multiple images at once for efficient ordering\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check-circle text-blue-400 mr-3 text-xl\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eMobile-Friendly\u003c\/strong\u003e - Upload directly from your smartphone or tablet\u003c\/span\u003e\n              \u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/aside\u003e\n\n          \u003carticle class=\"flex flex-col space-y-4\"\u003e\n            \u003caside class=\"bg-gradient-to-r from-blue-900\/30 to-indigo-900\/30 p-6 rounded-lg border border-blue-500\/20\"\u003e\n              \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n                \u003ci class=\"fa-solid fa-shield-alt mr-2\"\u003e\u003c\/i\u003e\n                Secure \u0026amp; Private\n              \u003c\/h6\u003e\n              \u003cspan class=\"block text-gray-300\"\u003e\n                Your images are encrypted during transmission and storage. We never share your files with third parties, and all uploads are automatically removed after processing to ensure your privacy.\n              \u003c\/span\u003e\n            \u003c\/aside\u003e\n\n            \u003caside class=\"bg-gradient-to-r from-blue-900\/30 to-indigo-900\/30 p-6 rounded-lg border border-blue-500\/20\"\u003e\n              \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n                \u003ci class=\"fa-solid fa-magic mr-2\"\u003e\u003c\/i\u003e\n                Automatic Enhancement\n              \u003c\/h6\u003e\n              \u003cspan class=\"block text-gray-300\"\u003e\n                Optional intelligent image enhancement can automatically adjust brightness, contrast, and sharpness to make your posters pop. Our color calibration ensures what you see is what you get.\n              \u003c\/span\u003e\n            \u003c\/aside\u003e\n\n            \u003caside class=\"bg-gradient-to-r from-blue-900\/30 to-indigo-900\/30 p-6 rounded-lg border border-blue-500\/20\"\u003e\n              \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n                \u003ci class=\"fa-solid fa-file-image mr-2\"\u003e\u003c\/i\u003e\n                File Format Flexibility\n              \u003c\/h6\u003e\n              \u003cspan class=\"block text-gray-300\"\u003e\n                We accept a wide range of file formats including JPEG, PNG, TIFF, PSD, AI, and PDF. Our system automatically optimizes your file for the best printing results regardless of source format.\n              \u003c\/span\u003e\n            \u003c\/aside\u003e\n          \u003c\/article\u003e\n        \u003c\/section\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Popular Sizes Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-6 text-center animated-header\"\u003e\n        Popular Poster Sizes\n      \u003c\/h4\u003e\n      \u003csection class=\"grid grid-cols-1 md:grid-cols-3 gap-6\"\u003e\n        \u003carticle class=\"bg-gradient-to-r from-gray-900 to-black p-6 rounded-xl border border-gray-700\"\u003e\n          \u003ch5 class=\"text-xl font-bold mb-4 text-[#3b82f6]\"\u003eStandard Sizes\u003c\/h5\u003e\n          \u003cul class=\"space-y-3 text-gray-300\"\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e8\" × 10\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$9.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e11\" × 17\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$14.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e18\" × 24\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$24.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e24\" × 36\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$39.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center pb-2\"\u003e\n              \u003cspan\u003e27\" × 40\" (Movie)\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$49.99\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp class=\"mt-4 text-sm text-gray-400\"\u003ePerfect for standard frames and common display needs\u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"bg-gradient-to-r from-gray-900 to-black p-6 rounded-xl border border-gray-700\"\u003e\n          \u003ch5 class=\"text-xl font-bold mb-4 text-[#3b82f6]\"\u003eArt \u0026amp; Photography\u003c\/h5\u003e\n          \u003cul class=\"space-y-3 text-gray-300\"\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e8.5\" × 11\" (Letter)\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$10.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e12\" × 12\" (Square)\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$14.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e13\" × 19\" (Super B)\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$19.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e16\" × 20\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$22.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center pb-2\"\u003e\n              \u003cspan\u003e20\" × 30\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$34.99\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp class=\"mt-4 text-sm text-gray-400\"\u003eSizes chosen for optimal display of art and photography\u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"bg-gradient-to-r from-gray-900 to-black p-6 rounded-xl border border-gray-700\"\u003e\n          \u003ch5 class=\"text-xl font-bold mb-4 text-[#3b82f6]\"\u003eLarge Format\u003c\/h5\u003e\n          \u003cul class=\"space-y-3 text-gray-300\"\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e30\" × 40\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$59.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e36\" × 48\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$79.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center border-b border-gray-700 pb-2\"\u003e\n              \u003cspan\u003e48\" × 72\"\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$129.99\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex justify-between items-center pb-2\"\u003e\n              \u003cspan\u003eCustom Dimensions\u003c\/span\u003e\n              \u003cspan class=\"text-white font-medium\"\u003e$4.50\/sq.ft\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp class=\"mt-4 text-sm text-gray-400\"\u003eMake a statement with oversized prints for maximum impact\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/section\u003e\n\n      \u003carticle class=\"mt-6 p-5 bg-blue-900\/20 rounded-xl text-center border border-blue-600\/30\"\u003e\n        \u003ch6 class=\"text-lg font-bold mb-3 text-[#3b82f6]\"\u003e\n          \u003ci class=\"fa-solid fa-ruler-combined mr-2\"\u003e\u003c\/i\u003e\n          Custom Dimensions Available\n        \u003c\/h6\u003e\n        \u003cspan class=\"block text-gray-300\"\u003e\n          Need a specific size? Our system allows you to input exact custom dimensions for your project.\n          Simply select your size and quantity and you're done!\n        \u003c\/span\u003e\n        \u003cspan class=\"block text-blue-400 font-medium mt-2\"\u003eStarting at just $4.50 per square foot\u003c\/span\u003e\n      \u003c\/article\u003e\n      \n    \u003c\/section\u003e\n\n    \u003c!-- Quality Comparison Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-8 text-center animated-header\"\u003e\n        The Professional Difference\n      \u003c\/h4\u003e\n      \u003carticle class=\"glass-card rounded-xl p-8\"\u003e\n        \u003csection class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n          \u003carticle class=\"bg-gradient-to-r from-gray-900 to-black p-6 rounded-xl border border-gray-700\"\u003e\n            \u003ch5 class=\"text-xl font-bold mb-4 text-red-500\"\u003eStandard Office Printing\u003c\/h5\u003e\n            \u003cul class=\"space-y-3 text-gray-300\"\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-times text-red-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eLimited color reproduction with 4-color CMYK\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-times text-red-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eStandard 300 dpi resolution\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-times text-red-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eBasic paper quality that yellows over time\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-times text-red-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eInconsistent color matching\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-times text-red-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eProne to fading after 1-2 years\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-times text-red-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eImprecise cutting and finishing\u003c\/span\u003e\n              \u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"bg-gradient-to-r from-blue-900\/30 to-black p-6 rounded-xl border border-blue-500\/50\"\u003e\n            \u003ch5 class=\"text-xl font-bold mb-4 text-[#3b82f6]\"\u003eOur Professional Printing\u003c\/h5\u003e\n            \u003cul class=\"space-y-3 text-gray-300\"\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check text-green-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eEnhanced color spectrum with 9-color system\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check text-green-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eUltra-high 1440 dpi resolution\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check text-green-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eArchival-quality 200 GSM premium paper\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check text-green-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eColor-calibrated for accuracy\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check text-green-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003eFade-resistant for 75+ years\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-start\"\u003e\n                \u003ci class=\"fa-solid fa-check text-green-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                \u003cspan\u003ePrecision-cut with clean edges\u003c\/span\u003e\n              \u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/article\u003e\n        \u003c\/section\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Perfect For Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-6 text-center animated-header\"\u003e\n        Perfect For\n      \u003c\/h4\u003e\n      \u003csection class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-blue-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-image text-2xl text-blue-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003eArt Reproductions\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003eFaithful reproductions of artwork with exceptional color accuracy\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-indigo-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-camera text-2xl text-indigo-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003ePhotography\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003eShowcase your photos with stunning detail and rich, accurate colors\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-sky-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-building text-2xl text-sky-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003eBusiness Displays\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003eMake a professional impression with high-quality marketing materials\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-purple-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-home text-2xl text-purple-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003eHome Decor\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003eElevate your living space with beautiful custom posters\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-green-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-graduation-cap text-2xl text-green-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003eEducation\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003eCreate engaging educational displays and teaching materials\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-pink-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-gift text-2xl text-pink-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003eGifts\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003eCreate personalized gifts that will be treasured for years\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-yellow-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-ticket-alt text-2xl text-yellow-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003eEvents\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003ePromote your events with eye-catching promotional materials\u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6 feature-card hover-scale\"\u003e\n          \u003caside class=\"flex justify-center mb-4\"\u003e\n            \u003caside class=\"rounded-full bg-red-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-palette text-2xl text-red-400\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n          \u003c\/aside\u003e\n          \u003ch6 class=\"text-lg font-bold mb-2 text-center text-white\"\u003eDesign \u0026amp; Illustration\u003c\/h6\u003e\n          \u003cspan class=\"block text-sm text-gray-400 text-center\"\u003eBring your digital designs to life with professional printing\u003c\/span\u003e\n        \u003c\/article\u003e\n      \u003c\/section\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Design Requirements Section --\u003e\n    \u003csection class=\"mb-12\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-6 text-center animated-header\"\u003e\n        Design Requirements\n      \u003c\/h4\u003e\n      \u003caside class=\"glass-card rounded-xl p-8\"\u003e\n        \u003csection class=\"grid grid-cols-1 md:grid-cols-3 gap-8\"\u003e\n          \u003carticle class=\"feature-card p-4 rounded-lg hover-scale bg-gray-900\"\u003e\n            \u003ch5 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003eFile Types\u003c\/h5\u003e\n            \u003cul class=\"text-gray-300 space-y-2\"\u003e\n              \u003cli\u003e• JPEG (.jpg, .jpeg)\u003c\/li\u003e\n              \u003cli\u003e• PNG (.png)\u003c\/li\u003e\n              \u003cli\u003e• TIFF (.tif, .tiff)\u003c\/li\u003e\n              \u003cli\u003e• SVG (.svg)\u003c\/li\u003e\n              \n\n            \u003c\/ul\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"feature-card p-4 rounded-lg hover-scale bg-gray-900\"\u003e\n            \u003ch5 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003eResolution\u003c\/h5\u003e\n            \u003cul class=\"text-gray-300 space-y-2\"\u003e\n              \u003cli\u003e• Minimum 150 DPI for smaller sizes\u003c\/li\u003e\n              \u003cli\u003e• 300 DPI recommended for all prints\u003c\/li\u003e\n              \u003cli\u003e• 450+ DPI for premium results\u003c\/li\u003e\n              \u003cli\u003e• File checker alerts you if resolution is too low\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"feature-card p-4 rounded-lg hover-scale bg-gray-900\"\u003e\n            \u003ch5 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003eSize Guidelines\u003c\/h5\u003e\n            \u003cul class=\"text-gray-300 space-y-2\"\u003e\n              \u003cli\u003e• Maximum dimension: 72\" on longest side\u003c\/li\u003e\n              \u003cli\u003e• Minimum size: 5\" × 7\"\u003c\/li\u003e\n              \u003cli\u003e• Maintain aspect ratio for best results\u003c\/li\u003e\n              \u003cli\u003e• Add 0.25\" bleed for borderless printing\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/article\u003e\n        \u003c\/section\u003e\n      \u003c\/aside\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Testimonials Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-8 text-center animated-header\"\u003e\n        What Our Customers Say\n      \u003c\/h4\u003e\n      \u003csection class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6\"\u003e\n        \u003carticle class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex justify-start mb-4\"\u003e\n            \u003cdiv class=\"flex text-yellow-400\"\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"text-gray-300 mb-4\"\u003e\n            \"The color accuracy is incredible. My photographs look exactly how I envisioned them, with all the subtle details preserved. The quality far exceeds any other printing service I've used.\"\n          \u003c\/p\u003e\n          \u003cdiv class=\"border-t border-gray-700 pt-4\"\u003e\n            \u003cp class=\"font-medium text-white\"\u003eMichael R.\u003c\/p\u003e\n            \u003cp class=\"text-sm text-gray-400\"\u003eProfessional Photographer\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex justify-start mb-4\"\u003e\n            \u003cdiv class=\"flex text-yellow-400\"\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"text-gray-300 mb-4\"\u003e\n            \"We needed 50 large format posters for a corporate event with a tight deadline. Not only was the quality amazing, but they delivered faster than promised. Our executives were extremely impressed.\"\n          \u003c\/p\u003e\n          \u003cdiv class=\"border-t border-gray-700 pt-4\"\u003e\n            \u003cp class=\"font-medium text-white\"\u003eSarah T.\u003c\/p\u003e\n            \u003cp class=\"text-sm text-gray-400\"\u003eMarketing Director\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex justify-start mb-4\"\u003e\n            \u003cdiv class=\"flex text-yellow-400\"\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n              \u003ci class=\"fa-solid fa-star\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"text-gray-300 mb-4\"\u003e\n            \"I was skeptical about ordering art prints online, but these posters exceeded my expectations. The paper quality is excellent, colors are vibrant, and the satin finish gives them a professional gallery look.\"\n          \u003c\/p\u003e\n          \u003cdiv class=\"border-t border-gray-700 pt-4\"\u003e\n            \u003cp class=\"font-medium text-white\"\u003eEmily W.\u003c\/p\u003e\n            \u003cp class=\"text-sm text-gray-400\"\u003eInterior Designer\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/section\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Pay Per Square Foot Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-4xl font-bold mb-8 text-center animated-header\"\u003e\n        Pay Only For What You Print\n      \u003c\/h4\u003e\n      \u003carticle class=\"w-11\/12 mx-auto glass-card rounded-xl p-8 bg-gradient-to-r from-gray-900 to-black\"\u003e\n        \u003csection class=\"grid grid-cols-1 gap-8\"\u003e\n          \u003caside class=\"space-y-6\"\u003e\n            \u003ch5 class=\"text-2xl font-bold mb-3 text-[#3b82f6]\"\u003e\n              \u003ci class=\"fa-solid fa-calculator mr-3 text-3xl\"\u003e\u003c\/i\u003e\n              \u003cspan\u003eTransparent Square Foot Pricing\u003c\/span\u003e\n            \u003c\/h5\u003e\n            \u003cspan class=\"block text-gray-300 text-lg mb-3\"\u003eUnlike traditional poster printing where you pay for standard sizes even if your design doesn't use the full space, our pricing is based on the actual square footage of your poster. This means you only pay for the exact dimensions you need.\u003c\/span\u003e\n            \u003cspan class=\"block text-gray-300 text-lg\"\u003eOur base rate of $4.50 per square foot ensures you get the best value, especially for custom-sized prints that don't fit standard dimensions.\u003c\/span\u003e\n          \u003c\/aside\u003e\n\n          \u003carticle class=\"bg-gradient-to-r from-blue-900\/40 to-indigo-900\/40 p-6 rounded-lg border border-blue-500\/30 mt-4 max-w-3xl mx-auto\"\u003e\n            \u003ch6 class=\"text-2xl font-bold mb-3 text-center text-[#3b82f6]\"\u003e\n              Fair \u0026amp; Transparent Pricing\n            \u003c\/h6\u003e\n            \u003cspan class=\"block text-white text-center text-lg\"\u003eSave money by paying only for the exact dimensions you need\u003c\/span\u003e\n          \u003c\/article\u003e\n        \u003c\/section\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Shipping Section --\u003e\n    \u003csection class=\"mb-12\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-6 text-center animated-header\"\u003eShipping\u003c\/h4\u003e\n      \u003csection class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003caside class=\"flex items-center mb-4\"\u003e\n            \u003caside class=\"bg-gradient-to-r from-blue-500 to-purple-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-globe text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n            \u003ch6 class=\"text-xl font-bold text-[#3b82f6]\"\u003eShipping Options\u003c\/h6\u003e\n          \u003c\/aside\u003e\n          \u003cul class=\"space-y-2 text-gray-300\"\u003e\n            \u003cli class=\"flex items-center\"\u003e\n              \u003ci class=\"fa-solid fa-check text-green-400 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-blue-400\"\u003eStandard:\u003c\/strong\u003e 5-7 business days\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-center\"\u003e\n              \u003ci class=\"fa-solid fa-check text-green-400 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-blue-400\"\u003eExpress:\u003c\/strong\u003e 2-3 business days\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-center\"\u003e\n              \u003ci class=\"fa-solid fa-check text-green-400 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-blue-400\"\u003eRush:\u003c\/strong\u003e Next business day (order by 2PM)\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp class=\"mt-4 text-sm text-gray-400\"\u003eAll posters are carefully rolled in protective tubes to prevent damage during transit\u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003caside class=\"flex items-center mb-4\"\u003e\n            \u003caside class=\"bg-gradient-to-r from-green-500 to-blue-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-truck text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/aside\u003e\n            \u003ch6 class=\"text-xl font-bold text-[#3b82f6]\"\u003eShipping Protection\u003c\/h6\u003e\n          \u003c\/aside\u003e\n          \u003cul class=\"space-y-2 text-gray-300\"\u003e\n            \u003cli class=\"flex items-start\"\u003e\n              \u003ci class=\"fa-solid fa-shield-alt text-green-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eQuality Guarantee\u003c\/strong\u003e - If your poster arrives damaged or with printing defects, we'll replace it at no cost\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-start\"\u003e\n              \u003ci class=\"fa-solid fa-box text-green-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-white\"\u003ePremium Packaging\u003c\/strong\u003e - Heavy-duty shipping tubes with crush-resistant end caps\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-start\"\u003e\n              \u003ci class=\"fa-solid fa-map-marker-alt text-green-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eTracking Included\u003c\/strong\u003e - Monitor your shipment from our facility to your door\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n      \u003c\/section\u003e\n\n      \u003carticle class=\"mt-6 glass-card p-4 rounded-xl\"\u003e\n        \u003ch6 class=\"text-center text-lg font-bold mb-2 text-[#3b82f6] flex justify-center items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-shipping-fast\"\u003e\u003c\/i\u003e\n          Free Shipping on Orders Over $75\n        \u003c\/h6\u003e\n        \u003cspan class=\"block text-center text-gray-300\"\u003eStandard shipping is free for all orders totaling $75 or more\u003c\/span\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ Section --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-6 text-center animated-header\"\u003e\n        Frequently Asked Questions\n      \u003c\/h4\u003e\n      \u003csection class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            What paper do you use for your posters?\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003e\n            We use premium 200 GSM satin-finish paper that provides excellent color reproduction while minimizing glare. The paper is acid-free and archival quality, ensuring your prints will look beautiful for decades.\n          \u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            How long will my posters last without fading?\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003e\n            Our posters are printed with archival-quality pigment inks that resist fading for 75+ years when kept out of direct sunlight. For even longer life, consider our optional UV lamination which extends protection to 100+ years.\n          \u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            What's the largest size poster you can print?\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003e\n            Our standard maximum size is 48\" × 72\", but we can accommodate special requests for even larger prints up to 60\" wide by any length. For oversized prints, please contact us for a custom quote.\n          \u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            How do I know if my image has enough resolution?\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003e\n            Our uploader automatically checks your image resolution and will alert you if it's not optimal for your selected print size. As a general rule, aim for at least 150 DPI at final print size, with 300 DPI being ideal for the best quality.\n          \u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            How are the posters shipped?\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003e\n            All posters are carefully rolled (never folded) and shipped in sturdy protective tubes with secure end caps to prevent damage during transit. Larger orders may be shipped flat in reinforced cardboard packaging.\n          \u003c\/span\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"glass-card p-6 rounded-xl hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            Do you offer bulk discounts?\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003e\n            Yes! We offer tiered pricing discounts starting at just 5 copies of the same design. For large volume orders (25+ posters), please contact us for custom pricing and dedicated project management.\n          \u003c\/span\u003e\n        \u003c\/article\u003e\n      \u003c\/section\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Customer Support Section --\u003e\n    \u003csection class=\"mb-12\"\u003e\n      \u003ch4 class=\"text-3xl font-bold mb-6 text-center animated-header\"\u003e\n        Need Help?\n      \u003c\/h4\u003e\n      \u003csection class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003ca href=\"#\" class=\"glass-card rounded-xl p-6 hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            \u003ci class=\"fa-solid fa-comments mr-2\"\u003e\u003c\/i\u003e\n            Live Chat\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003eChat with our print experts\u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca href=\"mailto:sales@superdtf.com\" class=\"glass-card rounded-xl p-6 hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            \u003ci class=\"fa-solid fa-envelope mr-2\"\u003e\u003c\/i\u003e\n            Email Support\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003esales@superdtf.com\u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca href=\"tel:8001234567\" class=\"glass-card rounded-xl p-6 hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            \u003ci class=\"fa-solid fa-phone mr-2\"\u003e\u003c\/i\u003e\n            Phone Support\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003e(800) 123-4567\u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca href=\"#\" class=\"glass-card rounded-xl p-6 hover-scale\"\u003e\n          \u003ch6 class=\"text-xl font-bold mb-3 text-[#3b82f6]\"\u003e\n            \u003ci class=\"fa-solid fa-circle-question mr-2\"\u003e\u003c\/i\u003e\n            Help Center\n          \u003c\/h6\u003e\n          \u003cspan class=\"block text-gray-300\"\u003eFind detailed guides\u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/section\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Call to Action --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003carticle class=\"w-11\/12 mx-auto glass-card rounded-xl p-8 bg-gradient-to-r from-blue-900\/50 to-indigo-900\/50 border border-blue-500\/30\"\u003e\n        \u003ch4 class=\"text-3xl font-bold mb-4 text-center text-white\"\u003e\n          Ready to create your professional poster?\n        \u003c\/h4\u003e\n        \u003cp class=\"text-center text-gray-300 mb-8 max-w-3xl mx-auto\"\u003e\n          Transform your images into stunning, high-quality posters with our professional printing service. \n          Simply upload your file, choose your size, and we'll handle the rest!\n        \u003c\/p\u003e\n        \u003cdiv class=\"flex justify-center\"\u003e\n          \u003ca href=\"#\" class=\"gradient-btn text-lg px-8 py-4\"\u003e\n            \u003ci class=\"fa-solid fa-upload mr-2\"\u003e\u003c\/i\u003e\n            Start Your Order\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Footer Section --\u003e\n    \u003cfooter class=\"text-center mt-12\"\u003e\n      \u003cspan class=\"block text-gray-400 mb-6\"\u003ePremium poster printing for professionals and enthusiasts alike\u003c\/span\u003e\n      \u003csection class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-12\"\u003e\n        \u003carticle\u003e\n          \u003cstrong class=\"block mb-4 text-[#3b82f6]\"\u003eContact\u003c\/strong\u003e\n          \u003csection class=\"space-y-2 text-gray-300\"\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"mailto:support@yourcompany.com\" class=\"hover:text-white\"\u003esupport@yourcompany.com\u003c\/a\u003e\u003c\/span\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"tel:8001234567\" class=\"hover:text-white\"\u003e(800) 123-4567\u003c\/a\u003e\u003c\/span\u003e\n            \u003cspan class=\"block\"\u003eHours: Mon-Fri 9am-6pm EST\u003c\/span\u003e\n          \u003c\/section\u003e\n        \u003c\/article\u003e\n        \u003carticle\u003e\n          \u003cstrong class=\"block mb-4 text-[#3b82f6]\"\u003eResources\u003c\/strong\u003e\n          \u003csection class=\"space-y-2\"\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"#\" class=\"text-gray-300 hover:text-white\"\u003eAbout Us\u003c\/a\u003e\u003c\/span\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"#\" class=\"text-gray-300 hover:text-white\"\u003eFAQ\u003c\/a\u003e\u003c\/span\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"#\" class=\"text-gray-300 hover:text-white\"\u003ePricing\u003c\/a\u003e\u003c\/span\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"#\" class=\"text-gray-300 hover:text-white\"\u003eSize Guide\u003c\/a\u003e\u003c\/span\u003e\n          \u003c\/section\u003e\n        \u003c\/article\u003e\n        \u003carticle\u003e\n          \u003cstrong class=\"block mb-4 text-[#3b82f6]\"\u003eLegal\u003c\/strong\u003e\n          \u003csection class=\"space-y-2\"\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"#\" class=\"text-gray-300 hover:text-white\"\u003eTerms\u003c\/a\u003e\u003c\/span\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"#\" class=\"text-gray-300 hover:text-white\"\u003ePrivacy\u003c\/a\u003e\u003c\/span\u003e\n            \u003cspan class=\"block\"\u003e\u003ca href=\"#\" class=\"text-gray-300 hover:text-white\"\u003eReturns\u003c\/a\u003e\u003c\/span\u003e\n          \u003c\/section\u003e\n        \u003c\/article\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"border-t border-gray-700 pt-8\"\u003e\n        \u003cspan class=\"text-gray-400\"\u003e© 2025 Your Company. All rights reserved.\u003c\/span\u003e\n      \u003c\/section\u003e\n    \u003c\/footer\u003e\n  \u003c\/main\u003e\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":40246712959089,"sku":"","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0713.jpg?v=1742951756"},{"product_id":"saturday-same-day-pickup-fee","title":"Rush Same Day Pickup\/Shipping Fee","description":"\u003cp\u003eIf your order has been placed after 11am PST Monday-Friday you are required to have this fee in your cart. If you place your order after 11am without this option selected your order will be ready by 5:30pm PST in most cases. All orders M-F submitted after 3pm must have the weekday rush option selected in order to pick up the same day or your order will be fulfilled the next day in the morning. \u003cbr\u003e\u003cbr\u003eOrders submitted after 5:30pm on weekdays that require same-day pickup must have the Night Printing fee ($35) selected. If you submit your order after 5:30pm on Friday or anytime on Saturday or Sunday, you must have the Weekend Rush Same Day Pickup Fee option selected. If not selected your order will be available for pickup the following Monday in the morning.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003eNOTE: Orders over $250 submitted after 4:00 pm are not guaranteed to ship same day even with rush. Please plan accordingly.\u003c\/p\u003e\n\u003c!----\u003e","brand":"SUPERDTF","offers":[{"title":"Monday Through Friday Weekday Rush Same Day Pickup Fee (See Description)","offer_id":41234752897137,"sku":"","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Saturday or Sunday Weekend Rush Same Day Pickup Fee (See Description)","offer_id":40360214986865,"sku":"","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Weekend Night Printing Rush SameDay Pickup Fee (See Description)","offer_id":43197443211377,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/SuperDTF_VWBuzz_Proof_1.jpg?v=1780093835"},{"product_id":"uv-dtf","title":"EZ Uploader SuperDTF UV Stickers","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003cmeta name=\"description\" content=\"High-quality Super UV DTF stickers for any surface\"\u003e\n  \u003ctitle\u003eSuper UV DTF Stickers\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800\u0026amp;family=DM+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    :root {\n      --magenta: #e6007e;\n      --cyan: #00d4ff;\n      --dark: #0a0a0f;\n      --dark-card: #12121a;\n      --gray: #8a8a9a;\n      --white: #ffffff;\n    }\n\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: var(--dark);\n      color: var(--white);\n      min-height: 100vh;\n      overflow-x: hidden;\n    }\n\n    \/* Noise texture overlay *\/\n    body::before {\n      content: '';\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'\/%3E%3C\/svg%3E\");\n      opacity: 0.03;\n      pointer-events: none;\n      z-index: 10;\n    }\n\n    \/* Gradient orbs *\/\n    .orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(120px);\n      opacity: 0.2;\n      pointer-events: none;\n    }\n\n    .orb-1 {\n      width: 600px;\n      height: 600px;\n      background: var(--magenta);\n      top: -200px;\n      right: -200px;\n      animation: float 20s ease-in-out infinite;\n    }\n\n    .orb-2 {\n      width: 500px;\n      height: 500px;\n      background: var(--cyan);\n      bottom: -150px;\n      left: -150px;\n      animation: float 25s ease-in-out infinite reverse;\n    }\n\n    @keyframes float {\n      0%, 100% { transform: translate(0, 0) rotate(0deg); }\n      33% { transform: translate(30px, -30px) rotate(5deg); }\n      66% { transform: translate(-20px, 20px) rotate(-5deg); }\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 24px;\n      position: relative;\n    }\n\n    .orb-wrapper {\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      overflow: hidden;\n      z-index: 0;\n      pointer-events: none;\n    }\n\n    .content-wrapper {\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* Header *\/\n    header {\n      padding: 80px 0 60px;\n      text-align: center;\n    }\n\n    .badge {\n      display: inline-block;\n      padding: 8px 20px;\n      background: linear-gradient(135deg, var(--magenta), var(--cyan));\n      border-radius: 50px;\n      font-size: 12px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      margin-bottom: 24px;\n      animation: slideDown 0.8s ease-out;\n    }\n\n    h1 {\n      font-family: 'Syne', sans-serif;\n      font-size: clamp(48px, 10vw, 96px);\n      font-weight: 800;\n      line-height: 1;\n      margin-bottom: 24px;\n      animation: slideUp 0.8s ease-out 0.1s both;\n    }\n\n    h1 .gradient-text {\n      background: linear-gradient(135deg, var(--magenta), var(--cyan));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .tagline {\n      font-size: 20px;\n      color: var(--gray);\n      max-width: 500px;\n      margin: 0 auto;\n      animation: slideUp 0.8s ease-out 0.2s both;\n    }\n\n    @keyframes slideUp {\n      from { opacity: 0; transform: translateY(30px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes slideDown {\n      from { opacity: 0; transform: translateY(-20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Section titles *\/\n    .section-title {\n      font-family: 'Syne', sans-serif;\n      font-size: 14px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      color: var(--magenta);\n      margin-bottom: 16px;\n    }\n\n    .section-heading {\n      font-family: 'Syne', sans-serif;\n      font-size: clamp(32px, 5vw, 48px);\n      font-weight: 700;\n      margin-bottom: 48px;\n    }\n\n    \/* Surface Grid *\/\n    .surfaces {\n      padding: 80px 0;\n    }\n\n    .surface-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n    }\n\n    @media (max-width: 600px) {\n      .surface-grid { grid-template-columns: 1fr; }\n    }\n\n    .surface-card {\n      position: relative;\n      aspect-ratio: 1;\n      border-radius: 20px;\n      overflow: hidden;\n      cursor: pointer;\n      transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);\n    }\n\n    .surface-card:hover {\n      transform: scale(1.03);\n    }\n\n    .surface-card img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1);\n    }\n\n    .surface-card:hover img {\n      transform: scale(1.1);\n    }\n\n    .surface-card::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);\n    }\n\n    .surface-label {\n      position: absolute;\n      bottom: 20px;\n      left: 20px;\n      font-family: 'Syne', sans-serif;\n      font-size: 20px;\n      font-weight: 700;\n      z-index: 2;\n    }\n\n    .surface-label span {\n      position: relative;\n    }\n\n    .surface-label span::after {\n      content: '';\n      position: absolute;\n      bottom: -4px;\n      left: 0;\n      width: 0;\n      height: 2px;\n      background: linear-gradient(90deg, var(--magenta), var(--cyan));\n      transition: width 0.3s ease;\n    }\n\n    .surface-card:hover .surface-label span::after {\n      width: 100%;\n    }\n\n    \/* Pricing Section *\/\n    .pricing {\n      padding: 80px 0;\n    }\n\n    .pricing-card {\n      background: var(--dark-card);\n      border: 1px solid rgba(255,255,255,0.06);\n      border-radius: 24px;\n      overflow: hidden;\n    }\n\n    .pricing-header {\n      background: linear-gradient(135deg, var(--magenta), var(--cyan));\n      padding: 32px;\n      text-align: center;\n    }\n\n    .pricing-header h3 {\n      font-family: 'Syne', sans-serif;\n      font-size: 24px;\n      font-weight: 700;\n    }\n\n    .pricing-header p {\n      opacity: 0.9;\n      margin-top: 8px;\n    }\n\n    .pricing-table {\n      padding: 32px;\n    }\n\n    .price-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n      padding: 16px 0;\n      border-bottom: 1px solid rgba(255,255,255,0.06);\n    }\n\n    .price-row:last-child {\n      border-bottom: none;\n    }\n\n    .price-row.header {\n      font-weight: 600;\n      color: var(--gray);\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    .size {\n      font-family: 'Syne', sans-serif;\n      font-weight: 600;\n    }\n\n    .price {\n      text-align: right;\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    .price .amount {\n      color: var(--cyan);\n    }\n\n    \/* Discount banner *\/\n    .discount-banner {\n      margin-top: 32px;\n      padding: 24px;\n      background: linear-gradient(135deg, rgba(230,0,126,0.15), rgba(0,212,255,0.15));\n      border: 1px solid rgba(230,0,126,0.3);\n      border-radius: 16px;\n      text-align: center;\n    }\n\n    .discount-banner strong {\n      color: var(--magenta);\n      font-family: 'Syne', sans-serif;\n    }\n\n    \/* Features *\/\n    .features {\n      padding: 80px 0;\n    }\n\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    @media (max-width: 768px) {\n      .features-grid { grid-template-columns: 1fr; }\n    }\n\n    .feature-card {\n      background: var(--dark-card);\n      border: 1px solid rgba(255,255,255,0.06);\n      border-radius: 20px;\n      padding: 40px 32px;\n      transition: all 0.4s ease;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .feature-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 3px;\n      background: linear-gradient(90deg, var(--magenta), var(--cyan));\n      transform: scaleX(0);\n      transition: transform 0.4s ease;\n    }\n\n    .feature-card:hover::before {\n      transform: scaleX(1);\n    }\n\n    .feature-card:hover {\n      transform: translateY(-8px);\n      border-color: rgba(255,255,255,0.12);\n    }\n\n    .feature-icon {\n      width: 56px;\n      height: 56px;\n      background: linear-gradient(135deg, var(--magenta), var(--cyan));\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 24px;\n      font-size: 24px;\n    }\n\n    .feature-card h3 {\n      font-family: 'Syne', sans-serif;\n      font-size: 22px;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    .feature-card p {\n      color: var(--gray);\n      line-height: 1.6;\n    }\n\n    \/* CTA *\/\n    .cta {\n      padding: 100px 0;\n      text-align: center;\n    }\n\n    .cta-button {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      padding: 20px 48px;\n      background: linear-gradient(135deg, var(--magenta), var(--cyan));\n      border: none;\n      border-radius: 60px;\n      color: var(--white);\n      font-family: 'Syne', sans-serif;\n      font-size: 18px;\n      font-weight: 700;\n      text-decoration: none;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .cta-button::before {\n      content: '';\n      position: absolute;\n      inset: 2px;\n      background: var(--dark);\n      border-radius: 58px;\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .cta-button:hover::before {\n      opacity: 1;\n    }\n\n    .cta-button span {\n      position: relative;\n      z-index: 1;\n    }\n\n    .cta-button:hover {\n      transform: scale(1.05);\n      box-shadow: 0 20px 60px rgba(230,0,126,0.3);\n    }\n\n    \/* Footer *\/\n    footer {\n      padding: 40px 0;\n      border-top: 1px solid rgba(255,255,255,0.06);\n      text-align: center;\n    }\n\n    .footer-links {\n      display: flex;\n      justify-content: center;\n      gap: 32px;\n    }\n\n    .footer-links a {\n      color: var(--gray);\n      text-decoration: none;\n      font-size: 14px;\n      transition: color 0.3s ease;\n    }\n\n    .footer-links a:hover {\n      color: var(--white);\n    }\n\n    \/* Animations on scroll *\/\n    .fade-in {\n      opacity: 0;\n      transform: translateY(40px);\n      animation: fadeIn 0.8s ease-out forwards;\n    }\n\n    @keyframes fadeIn {\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .delay-1 { animation-delay: 0.1s; }\n    .delay-2 { animation-delay: 0.2s; }\n    .delay-3 { animation-delay: 0.3s; }\n    .delay-4 { animation-delay: 0.4s; }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"orb-wrapper\"\u003e\n      \u003cdiv class=\"orb orb-1\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"orb orb-2\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-wrapper\"\u003e\n    \u003cheader\u003e\n      \u003cdiv class=\"badge\"\u003ePremium Quality\u003c\/div\u003e\n      \u003ch1\u003eSuper \u003cspan class=\"gradient-text\"\u003eUV DTF\u003c\/span\u003e\u003cbr\u003eStickers\u003c\/h1\u003e\n      \u003cp class=\"tagline\"\u003eRevolutionary Direct-to-Film Transfers with Unparalleled Durability\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003csection class=\"surfaces\"\u003e\n      \u003cp class=\"section-title\"\u003eVersatility\u003c\/p\u003e\n      \u003ch2 class=\"section-heading\"\u003ePerfect for Any Surface\u003c\/h2\u003e\n      \u003cdiv class=\"surface-grid\"\u003e\n        \u003cdiv class=\"surface-card fade-in delay-1\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0113.jpg?v=1727500196\" alt=\"DTF sticker on paper\"\u003e\n          \u003cdiv class=\"surface-label\"\u003e\u003cspan\u003ePaper\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"surface-card fade-in delay-2\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0111.jpg?v=1727500145\" alt=\"DTF sticker on wood\"\u003e\n          \u003cdiv class=\"surface-label\"\u003e\u003cspan\u003eWood\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"surface-card fade-in delay-3\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0115.jpg?v=1727500253\" alt=\"DTF sticker on metal\"\u003e\n          \u003cdiv class=\"surface-label\"\u003e\u003cspan\u003eMetal\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"surface-card fade-in delay-4\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0116.jpg?v=1727499386\" alt=\"DTF sticker on plastic\"\u003e\n          \u003cdiv class=\"surface-label\"\u003e\u003cspan\u003ePlastic\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pricing\"\u003e\n      \u003cp class=\"section-title\"\u003eTransparent\u003c\/p\u003e\n      \u003ch2 class=\"section-heading\"\u003eSimple Pricing at $10\/sq ft\u003c\/h2\u003e\n      \u003cdiv class=\"pricing-card\"\u003e\n        \u003cdiv class=\"pricing-header\"\u003e\n          \u003ch3\u003ePrice Calculator\u003c\/h3\u003e\n          \u003cp\u003eAll sizes priced at $10 per square foot\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pricing-table\"\u003e\n          \u003cdiv class=\"price-row header\"\u003e\n            \u003cdiv\u003eSize\u003c\/div\u003e\n            \u003cdiv style=\"text-align: right;\"\u003ePrice\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"price-row\"\u003e\n            \u003cdiv class=\"size\"\u003e3\" × 3\"\u003c\/div\u003e\n            \u003cdiv class=\"price\"\u003e\u003cspan class=\"amount\"\u003e$0.63\u003c\/span\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"price-row\"\u003e\n            \u003cdiv class=\"size\"\u003e6\" × 6\"\u003c\/div\u003e\n            \u003cdiv class=\"price\"\u003e\u003cspan class=\"amount\"\u003e$2.50\u003c\/span\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"price-row\"\u003e\n            \u003cdiv class=\"size\"\u003e9\" × 9\"\u003c\/div\u003e\n            \u003cdiv class=\"price\"\u003e\u003cspan class=\"amount\"\u003e$5.63\u003c\/span\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"price-row\"\u003e\n            \u003cdiv class=\"size\"\u003e10\" × 10\"\u003c\/div\u003e\n            \u003cdiv class=\"price\"\u003e\u003cspan class=\"amount\"\u003e$6.94\u003c\/span\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"price-row\"\u003e\n            \u003cdiv class=\"size\"\u003e12\" × 12\"\u003c\/div\u003e\n            \u003cdiv class=\"price\"\u003e\u003cspan class=\"amount\"\u003e$10.00\u003c\/span\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"price-row\"\u003e\n            \u003cdiv class=\"size\"\u003e14\" × 14\"\u003c\/div\u003e\n            \u003cdiv class=\"price\"\u003e\u003cspan class=\"amount\"\u003e$13.61\u003c\/span\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"discount-banner\"\u003e\n          \u003cstrong\u003eSave 10%\u003c\/strong\u003e on orders over $25 — automatically applied at checkout\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"features\"\u003e\n      \u003cp class=\"section-title\"\u003eBuilt to Last\u003c\/p\u003e\n      \u003ch2 class=\"section-heading\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card fade-in delay-1\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e☀️\u003c\/div\u003e\n          \u003ch3\u003eUV-Resistant\u003c\/h3\u003e\n          \u003cp\u003eWithstand harsh sunlight without fading for years of outdoor use\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in delay-2\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n          \u003ch3\u003eWater-Resistant\u003c\/h3\u003e\n          \u003cp\u003eSurvive splashes, rain, and even short dishwasher cycles\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in delay-3\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e⏳\u003c\/div\u003e\n          \u003ch3\u003eSuper-Lasting\u003c\/h3\u003e\n          \u003cp\u003eEngineered to maintain quality for several years of daily use\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cta\"\u003e\n      \u003ca href=\"#\" class=\"cta-button\"\u003e\n        \u003cspan\u003eOrder Now\u003c\/span\u003e\n        \u003cspan\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003cfooter\u003e\n      \u003cdiv class=\"footer-links\"\u003e\n        \u003ca href=\"#\"\u003eTerms\u003c\/a\u003e\n        \u003ca href=\"#\"\u003ePrivacy\u003c\/a\u003e\n        \u003ca href=\"#\"\u003eContact\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/footer\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":40394389356657,"sku":"","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/ez-uploader-super-uv-dtf-stickers-premium-uv-water-resistant-dtf-stickers-super-lasting-raised-glossy-elegance-dtf-prints-dtf-transfers-custom-dtf-prints-538553.jpg?v=1738345867"},{"product_id":"superdtf-gift-card","title":"SUPERDTF GIFT CARD","description":"\u003cdiv class=\"gradient-bg min-h-screen text-white\"\u003e\n  \u003cdiv class=\"max-w-6xl mx-auto px-4 py-8\"\u003e\n    \u003cheader class=\"text-center mb-12\"\u003e\n      \u003ch1 class=\"text-5xl font-bold mb-4\"\u003eGift Card for Prints\u003c\/h1\u003e\n      \u003cp class=\"text-xl text-gray-300\"\u003eThe perfect gift for creators and crafters!\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003csection class=\"glass-card rounded-xl p-6 mb-12\"\u003e\n      \u003ch2 class=\"text-3xl font-bold text-center mb-6\"\u003eGive the Gift of Creativity\u003c\/h2\u003e\n      \u003cp class=\"text-lg text-gray-300 mb-4 text-center\"\u003e\n        Redeemable for high-quality prints, including:\n      \u003c\/p\u003e\n      \u003cul class=\"text-lg space-y-3 text-center\"\u003e\n        \u003cli\u003e🎨 UV DTF (Direct-to-Film Transfers)\u003c\/li\u003e\n        \u003cli\u003e📜 DTF (Direct-to-Film Prints)\u003c\/li\u003e\n        \u003cli\u003e✨ Die-Cut Stickers\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mb-16\"\u003e\n      \u003ch2 class=\"text-3xl font-bold mb-8 text-center\"\u003eHow It Works\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e1\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3\"\u003ePurchase\u003c\/h3\u003e\n          \u003cp\u003eChoose the value of your gift card and complete checkout.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e2\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3\"\u003eReceive\u003c\/h3\u003e\n          \u003cp\u003eGet a digital gift card emailed to you instantly.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e3\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3\"\u003eRedeem\u003c\/h3\u003e\n          \u003cp\u003eUse the gift card code at checkout for prints and stickers.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n          \u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e4\u003c\/div\u003e\n          \u003ch3 class=\"text-xl font-bold mb-3\"\u003eCreate\u003c\/h3\u003e\n          \u003cp\u003eDesign and order custom prints and stickers with ease.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"glass-card rounded-xl p-6 text-center\"\u003e\n      \u003ch2 class=\"text-3xl font-bold mb-4\"\u003eGift Card Options\u003c\/h2\u003e\n      \u003cp class=\"text-gray-300 mb-6\"\u003eAvailable in denominations from $10 to $1000.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-lg font-bold\"\u003e\n        Purchase Gift Card\n      \u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003cfooter class=\"text-center mt-16\"\u003e\n      \u003cp class=\"text-gray-400\"\u003eGive the gift of creativity today!\u003c\/p\u003e\n      \u003cdiv class=\"mt-4 space-x-4\"\u003e\n        \u003ca class=\"text-blue-300 hover:text-blue-400\" href=\"#\"\u003eTerms of Service\u003c\/a\u003e\n        \u003cspan class=\"text-gray-500\"\u003e|\u003c\/span\u003e\n        \u003ca class=\"text-blue-300 hover:text-blue-400\" href=\"#\"\u003ePrivacy Policy\u003c\/a\u003e\n        \u003cspan class=\"text-gray-500\"\u003e|\u003c\/span\u003e\n        \u003ca class=\"text-blue-300 hover:text-blue-400\" href=\"#\"\u003eContact Us\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/footer\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"SUPERDTF","offers":[{"title":"$10.00","offer_id":41492881473649,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true},{"title":"$25.00","offer_id":41492881506417,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"$50.00","offer_id":41492881539185,"sku":null,"price":50.0,"currency_code":"USD","in_stock":true},{"title":"$100.00","offer_id":41492881571953,"sku":null,"price":100.0,"currency_code":"USD","in_stock":true},{"title":"$1000.00","offer_id":41492884783217,"sku":null,"price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/giftcard.png?v=1732320378"},{"product_id":"custom-diy-build-a-gang-sheet-direct-to-film-dtf-transfers","title":"Custom DIY Build a Gang Sheet Direct To Film (DTF) Transfers","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eCustom DIY Build a Gang Sheet DTF Transfers\u003c\/title\u003e\n  \u003c!-- Font Awesome --\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"\u003e\u003c\/script\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n  \u003c!-- Tailwind CSS CDN --\u003e\n  \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n  \u003cstyle\u003e\n    \/* Global text rendering improvements to prevent blurring *\/\n    body {\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n      text-rendering: optimizeLegibility;\n      background-color: #121212;\n      color: white;\n      padding-top: 0;\n      margin-top: 0;\n    }\n    \n    \/* Animated header text using theme colors *\/\n    .animated-header {\n      background: linear-gradient(45deg, #ce0081, #e3d716, #39a9cd);\n      background-size: 200% 200%;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: headerAnim 3s ease infinite;\n      \/* Add these properties to prevent blurring during hover *\/\n      transform: translateZ(0);\n      backface-visibility: hidden;\n      -webkit-font-smoothing: subpixel-antialiased;\n    }\n    @keyframes headerAnim {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n    \n    \/* Glassy effect for cards *\/\n    .glass-card {\n      background: rgba(255, 255, 255, 0.05);\n      backdrop-filter: blur(8px);\n      border-radius: 1.5rem;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);\n      transition: transform 0.3s ease;\n      \/* Add these properties to prevent text blurring during hover *\/\n      transform-style: preserve-3d;\n      will-change: transform;\n    }\n    .glass-card:hover {\n      transform: scale(1.02);\n    }\n    \n    \/* Hero section styling *\/\n    .hero {\n      background: linear-gradient(135deg, #121212, #1a1a1a);\n      border-radius: 1.5rem;\n      box-shadow: 0 8px 20px rgba(0,0,0,0.8);\n      transition: transform 0.4s ease;\n      \/* Add these properties to prevent text blurring *\/\n      transform-style: preserve-3d;\n      will-change: transform;\n      -webkit-font-smoothing: antialiased;\n    }\n    .hero:hover {\n      transform: scale(1.03);\n    }\n    \n    \/* Fade in animation *\/\n    .fade-in {\n      animation: fadeIn 1s ease-in-out;\n    }\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n    \n    \/* Benefits grid styling *\/\n    .benefits {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    \n    .benefit-item {\n      background: rgba(255, 255, 255, 0.03);\n      border-radius: 1rem;\n      border: 1px solid rgba(255, 255, 255, 0.05);\n      transition: all 0.3s ease;\n      \/* Add text anti-aliasing for all text in benefits *\/\n      -webkit-font-smoothing: antialiased;\n      transform: translateZ(0);\n    }\n    \n    .benefit-item:hover {\n      background: rgba(255, 255, 255, 0.06);\n      border-color: rgba(255, 255, 255, 0.1);\n      transform: translateY(-5px);\n    }\n    \n    .benefit-item i {\n      font-size: 1.5rem;\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n    \n    \/* Notice styling *\/\n    .notice {\n      background: linear-gradient(135deg, rgba(206, 0, 129, 0.1), rgba(57, 169, 205, 0.1));\n      border-left: 4px solid #ce0081;\n    }\n    \n    \/* Button styling *\/\n    .gradient-btn {\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      color: white;\n      padding: 0.75rem 1.5rem;\n      border-radius: 0.5rem;\n      font-weight: bold;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n    }\n    \n    .gradient-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\n    }\n    \n    \/* Step number styling *\/\n    .step-number {\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      color: white;\n      width: 2rem;\n      height: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 9999px;\n      font-weight: bold;\n    }\n\n    .gang-sheet-card {\n      background: rgba(18, 18, 18, 0.8);\n      border-radius: 1rem;\n      border: 1px solid rgba(255, 255, 255, 0.05);\n      overflow: hidden;\n      transition: all 0.3s ease;\n    }\n    \n    .gang-sheet-card:hover {\n      transform: translateY(-5px);\n      border-color: rgba(255, 255, 255, 0.1);\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n    }\n    \n    .gang-sheet-card-header {\n      background: linear-gradient(135deg, rgba(206, 0, 129, 0.2), rgba(57, 169, 205, 0.2));\n      padding: 1rem;\n      display: flex;\n      align-items: center;\n    }\n    \n    .gang-sheet-card-body {\n      padding: 1rem;\n    }\n  \u003c\/style\u003e\n\n  \n  \u003c!-- Discount Code Banner --\u003e\n  \u003cdiv class=\"w-full bg-yellow-500 text-black p-3\"\u003e\n    \u003cdiv class=\"container mx-auto text-center font-bold\"\u003e\n      \u003ci class=\"fa-solid fa-tag mr-2\"\u003e\u003c\/i\u003e Use code \u003cspan class=\"text-white bg-black px-2 py-1 rounded\"\u003eDTF20\u003c\/span\u003e for 20% OFF your first purchase!\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"container mx-auto px-4 py-8\"\u003e\n    \u003c!-- Hero Section --\u003e\n    \u003csection class=\"hero p-8 mb-8 fade-in\"\u003e\n      \u003cdiv class=\"text-center\"\u003e\n        \u003cdiv class=\"inline-block p-4 rounded-full bg-gradient-to-r from-pink-600 to-blue-500 bg-opacity-20 mb-6\"\u003e\n          \u003ci class=\"fa-solid fa-layer-group fa-3x\"\u003e\u003c\/i\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"animated-header text-3xl sm:text-4xl md:text-5xl font-bold mb-4\"\u003e\n          Custom DIY Build a Gang Sheet DTF Transfers\n        \u003c\/h1\u003e\n        \u003cp class=\"text-base sm:text-lg md:text-xl max-w-2xl mx-auto\"\u003e\n          Design your own gang sheet with our easy-to-use builder and create multiple high-quality DTF transfers in one go!\n        \u003c\/p\u003e\n        \u003cdiv class=\"mt-6 flex justify-center space-x-4\"\u003e\n          \u003ca href=\"#how-to-order\" class=\"gradient-btn\"\u003e\n            \u003ci class=\"fa-solid fa-edit mr-2\"\u003e\u003c\/i\u003e Start Building\n          \u003c\/a\u003e\n          \u003ca href=\"#pricing\" class=\"bg-gray-800 hover:bg-gray-700 text-white px-6 py-3 rounded-lg transition-all duration-300\"\u003e\n            \u003ci class=\"fa-solid fa-tag mr-2\"\u003e\u003c\/i\u003e See Pricing\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Notice --\u003e\n    \u003csection class=\"notice p-6 mb-8 rounded-lg shadow-md fade-in\"\u003e\n      \u003cdiv class=\"flex flex-col sm:flex-row sm:items-center gap-2\"\u003e\n        \u003ci class=\"fa-solid fa-triangle-exclamation text-2xl text-yellow-400\"\u003e\u003c\/i\u003e\n        \u003cstrong class=\"text-lg text-yellow-300\"\u003eImportant Notice:\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"mt-2 text-sm sm:text-base text-gray-300\"\u003e\n        All orders placed on Friday after 3pm will not be printed unless a weekday rush fee is applied. We do not fulfill orders on Saturday unless it is a rush order—please plan accordingly. This fee can be added at checkout or by searching \"Same Day Rush Fee.\" Orders on Saturday and Sunday must have the Saturday Rush Fee attached or they will be fulfilled the next business day (Monday).\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Benefits Section --\u003e\n    \u003csection class=\"fade-in mb-8 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n      \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n        \u003cdiv class=\"flex justify-center mb-4\"\u003e\n          \u003cdiv class=\"rounded-full bg-pink-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n            \u003ci class=\"fa-solid fa-palette text-2xl text-pink-500\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eCreative Control\u003c\/h3\u003e\n        \u003cp class=\"text-sm text-gray-400\"\u003eDesign your own layout with our intuitive builder\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n        \u003cdiv class=\"flex justify-center mb-4\"\u003e\n          \u003cdiv class=\"rounded-full bg-blue-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n            \u003ci class=\"fa-solid fa-piggy-bank text-2xl text-blue-500\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eCost-Effective\u003c\/h3\u003e\n        \u003cp class=\"text-sm text-gray-400\"\u003eMaximize space usage and reduce costs\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n        \u003cdiv class=\"flex justify-center mb-4\"\u003e\n          \u003cdiv class=\"rounded-full bg-green-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n            \u003ci class=\"fa-solid fa-leaf text-2xl text-green-500\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eEco-Friendly\u003c\/h3\u003e\n        \u003cp class=\"text-sm text-gray-400\"\u003eReduce waste by optimizing material usage\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n        \u003cdiv class=\"flex justify-center mb-4\"\u003e\n          \u003cdiv class=\"rounded-full bg-yellow-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n            \u003ci class=\"fa-solid fa-clock text-2xl text-yellow-500\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eTime-Saving\u003c\/h3\u003e\n        \u003cp class=\"text-sm text-gray-400\"\u003eStreamline production with multiple designs in one print\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800 col-span-1 sm:col-span-2 lg:col-span-4\"\u003e\n        \u003cdiv class=\"flex justify-center mb-4\"\u003e\n          \u003cdiv class=\"rounded-full bg-yellow-600\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n            \u003ci class=\"fa-solid fa-bolt text-2xl text-yellow-300\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eInstant Peel\u003c\/h3\u003e\n        \u003cp class=\"text-sm text-gray-400\"\u003eHot peel technology for immediate results after pressing\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- What is a Gang Sheet Section --\u003e\n    \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n      \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n        \u003ci class=\"fa-solid fa-table-cells-large\"\u003e\u003c\/i\u003e What is a Gang Sheet?\n      \u003c\/h2\u003e\n      \n      \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-6\"\u003e\n        \u003cp class=\"text-gray-300 mb-4\"\u003e\n          A gang sheet allows you to combine multiple designs onto a single sheet, maximizing the use of space and reducing costs. With our DIY option and easy-to-use builder, you have full control over the layout and composition of your transfers.\n        \u003c\/p\u003e\n        \n        \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-6 mt-6\"\u003e\n          \u003cdiv class=\"bg-black p-5 rounded-xl border border-gray-700\"\u003e\n            \u003cdiv class=\"flex justify-center mb-3\"\u003e\n              \u003ci class=\"fa-solid fa-object-group text-3xl text-pink-500\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-center text-lg font-bold mb-2\"\u003eMultiple Designs\u003c\/h3\u003e\n            \u003cp class=\"text-center text-sm text-gray-400\"\u003eCombine various designs on one sheet\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-black p-5 rounded-xl border border-gray-700\"\u003e\n            \u003cdiv class=\"flex justify-center mb-3\"\u003e\n              \u003ci class=\"fa-solid fa-maximize text-3xl text-blue-500\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-center text-lg font-bold mb-2\"\u003eSpace Optimization\u003c\/h3\u003e\n            \u003cp class=\"text-center text-sm text-gray-400\"\u003eArrange designs to maximize sheet usage\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-black p-5 rounded-xl border border-gray-700\"\u003e\n            \u003cdiv class=\"flex justify-center mb-3\"\u003e\n              \u003ci class=\"fa-solid fa-money-bill-trend-up text-3xl text-green-500\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-center text-lg font-bold mb-2\"\u003eCost Efficiency\u003c\/h3\u003e\n            \u003cp class=\"text-center text-sm text-gray-400\"\u003ePay for sheet area, not per design\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Pricing Card --\u003e\n    \u003csection id=\"pricing\" class=\"glass-card p-8 mb-8 fade-in\"\u003e\n      \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n        \u003ci class=\"fa-solid fa-tag\"\u003e\u003c\/i\u003e Simple Pricing\n      \u003c\/h2\u003e\n      \n      \u003cdiv class=\"bg-gradient-to-r from-gray-800 to-gray-900 rounded-xl p-6 border border-pink-700 text-center relative overflow-hidden\"\u003e\n        \u003cdiv class=\"absolute -right-10 -top-10 bg-pink-600 text-white px-12 py-1 rotate-45 shadow-lg\"\u003e\n          \u003cspan class=\"text-sm font-bold\"\u003eBEST VALUE\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-3xl md:text-4xl font-bold text-white mb-2\"\u003e$3 \u003cspan class=\"text-xl text-gray-400\"\u003eper square foot\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cp class=\"text-gray-400 mb-4\"\u003eNo hidden fees. No minimum order requirements.\u003c\/p\u003e\n        \u003cul class=\"space-y-3 text-left max-w-md mx-auto mb-6\"\u003e\n          \u003cli class=\"flex items-start\"\u003e\n            \u003ci class=\"fa-solid fa-check text-green-400 mt-1 mr-3\"\u003e\u003c\/i\u003e\n            \u003cspan\u003eHigh-quality transfers with vibrant colors\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start\"\u003e\n            \u003ci class=\"fa-solid fa-check text-green-400 mt-1 mr-3\"\u003e\u003c\/i\u003e\n            \u003cspan\u003eWorks on cotton, polyester, blends, and more\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start\"\u003e\n            \u003ci class=\"fa-solid fa-check text-green-400 mt-1 mr-3\"\u003e\u003c\/i\u003e\n            \u003cspan\u003eInstant hot peel technology\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca href=\"#how-to-order\" class=\"gradient-btn inline-block\"\u003e\n          Start Your Order\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- How to Order - Updated steps --\u003e\n    \u003csection id=\"how-to-order\" class=\"glass-card p-8 mb-8 fade-in\"\u003e\n      \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n        \u003ci class=\"fa-solid fa-list-check\"\u003e\u003c\/i\u003e How to Order\n      \u003c\/h2\u003e\n      \n      \u003cdiv class=\"space-y-8\"\u003e\n        \u003c!-- Step 1 --\u003e\n        \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n          \u003cdiv class=\"flex items-start\"\u003e\n            \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e1\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n              Export Your Single Images\n            \u003c\/h3\u003e\n            \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n              \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-image text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eExport in high quality at 300DPI in a large enough size that will be versatile if you shrink it\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-file text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eSupported formats: PNG, JPG, SVG, PSD, AI\/ESP, or PDF\u003c\/span\u003e\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Step 2 --\u003e\n        \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n          \u003cdiv class=\"flex items-start\"\u003e\n            \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e2\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n              Choose Your Sheet Size\n            \u003c\/h3\u003e\n            \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n              \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-expand text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eSelect your desired sheet dimensions\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-info-circle text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eDon't worry if you picked one too small - you can extend or add another size sheet to your cart\u003c\/span\u003e\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Step 3 --\u003e\n        \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n          \u003cdiv class=\"flex items-start\"\u003e\n            \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e3\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n              Upload and Add Images\n            \u003c\/h3\u003e\n            \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n              \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-upload text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eUpload your images on the left side bar\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-mouse-pointer text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eClick each image to add to the sheet\u003c\/span\u003e\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Step 4 --\u003e\n        \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n          \u003cdiv class=\"flex items-start\"\u003e\n            \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e4\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n              Arrange Your Sheet\n            \u003c\/h3\u003e\n            \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n              \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-object-group text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003eKeep images from overlapping\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"flex items-start\"\u003e\n                  \u003ci class=\"fa-solid fa-ruler-combined text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                  \u003cspan\u003ePosition designs at least 0.5\" apart to leave room for cutting\u003c\/span\u003e\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- Design Resources Section --\u003e\n      \u003cdiv class=\"mt-8 p-5 bg-black bg-opacity-50 rounded-xl border border-pink-800\"\u003e\n        \u003cdiv class=\"flex items-center mb-4\"\u003e\n          \u003ci class=\"fa-solid fa-book-open text-2xl text-yellow-400 mr-3\"\u003e\u003c\/i\u003e\n          \u003ch3 class=\"font-bold text-lg\"\u003eHelpful Design Resources\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-4\"\u003e\n          \u003ca href=\"https:\/\/superdtf.com\/pages\/how-to-create-the-best-quality-images-for-printing\" class=\"flex items-center bg-gray-800 hover:bg-gray-700 p-3 rounded-lg transition-all duration-300\"\u003e\n            \u003ci class=\"fa-solid fa-image text-pink-400 mr-3\"\u003e\u003c\/i\u003e\n            \u003cspan\u003eGuide to Creating Quality Images\u003c\/span\u003e\n          \u003c\/a\u003e\n          \u003ca href=\"https:\/\/superdtf.com\/pages\/ultimate-guide-to-removing-backgrounds-for-dtf-printing\" class=\"flex items-center bg-gray-800 hover:bg-gray-700 p-3 rounded-lg transition-all duration-300\"\u003e\n            \u003ci class=\"fa-solid fa-crop-alt text-blue-400 mr-3\"\u003e\u003c\/i\u003e\n            \u003cspan\u003eUltimate Background Removal Guide\u003c\/span\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mt-4 bg-gradient-to-r from-pink-900\/20 to-blue-900\/20 p-3 rounded-lg\"\u003e\n          \u003cp class=\"text-sm\"\u003eNeed professional design help? \u003ca href=\"https:\/\/superdtf.com\/products\/image-design-services\" class=\"text-pink-400 hover:text-pink-300 underline\"\u003eCheck out our Design Services\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Additional Services --\u003e\n    \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n      \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n        \u003ci class=\"fa-solid fa-plus\"\u003e\u003c\/i\u003e Additional Services\n      \u003c\/h2\u003e\n      \n      \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4\"\u003e\n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n          \u003ci class=\"fa-solid fa-crop text-pink-500 text-xl mb-2\"\u003e\u003c\/i\u003e\n          \u003ch3 class=\"font-semibold mb-1\"\u003eBackground Removal\u003c\/h3\u003e\n          \u003cp class=\"text-xs text-gray-400\"\u003eClean up your images for professional results\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n          \u003ci class=\"fa-solid fa-paintbrush text-blue-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n          \u003ch3 class=\"font-semibold mb-1\"\u003eDesign Services\u003c\/h3\u003e\n          \u003cp class=\"text-xs text-gray-400\"\u003eCustom designs created by professionals\u003c\/p\u003e\n          \u003ca href=\"https:\/\/superdtf.com\/products\/image-design-services\" class=\"text-blue-400 hover:text-blue-300 text-xs mt-2 inline-block\"\u003eBook our services\u003c\/a\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n          \u003ci class=\"fa-solid fa-vector-square text-yellow-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n          \u003ch3 class=\"font-semibold mb-1\"\u003eVectoring Services\u003c\/h3\u003e\n          \u003cp class=\"text-xs text-gray-400\"\u003eConvert low-res images to scalable vectors\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n          \u003ci class=\"fa-solid fa-palette text-purple-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n          \u003ch3 class=\"font-semibold mb-1\"\u003eColor Change\u003c\/h3\u003e\n          \u003cp class=\"text-xs text-gray-400\"\u003eModify existing designs with new colors\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"mt-6 p-4 bg-gradient-to-r from-pink-900\/20 to-blue-900\/20 rounded-lg text-center\"\u003e\n        \u003cp class=\"text-gray-300\"\u003eNeed help with your design? \u003ca href=\"https:\/\/superdtf.com\/products\/image-design-services\" class=\"text-pink-400 hover:text-pink-300 font-medium\"\u003eBook our services\u003c\/a\u003e or email us for a quote at \u003ca href=\"mailto:Sales@SuperDTF.com\" class=\"text-pink-400 hover:text-pink-300 font-medium\"\u003eSales@SuperDTF.com\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \n    \u003c!-- Pressing Instructions --\u003e\n    \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n      \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n        \u003ci class=\"fa-solid fa-temperature-high\"\u003e\u003c\/i\u003e Pressing Instructions\n      \u003c\/h2\u003e\n      \n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n        \u003c!-- Polyester --\u003e\n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-pink-600 to-blue-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eFor Polyester\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"space-y-4\"\u003e\n            \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-thermometer text-pink-500 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e275°F (135°C)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-blue-400 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e10 seconds\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n              \u003cli\u003ePress firmly for 10 seconds\u003c\/li\u003e\n              \u003cli\u003eImmediately peel from the bottom left corner\u003c\/li\u003e\n              \u003cli\u003eEnsure small parts are sticking well before peeling fast\u003c\/li\u003e\n              \u003cli\u003eRe-press with Teflon sheet for 10 seconds for a soft, shiny finish\u003c\/li\u003e\n            \u003c\/ol\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Cotton --\u003e\n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 rounded-xl p-6\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-pink-600 to-blue-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eFor Cotton\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"space-y-4\"\u003e\n            \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-thermometer text-pink-500 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e325°F (163°C)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-blue-400 text-lg min-w-8\"\u003e\u003c\/i\u003e\n              \u003cspan class=\"ml-3\"\u003e10 seconds\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n              \u003cli\u003ePress firmly for 10 seconds\u003c\/li\u003e\n              \u003cli\u003eImmediately peel from the bottom left corner\u003c\/li\u003e\n              \u003cli\u003eEnsure small parts are sticking well before peeling fast\u003c\/li\u003e\n              \u003cli\u003eRe-press with Teflon sheet for 10 seconds for a soft, shiny finish\u003c\/li\u003e\n            \u003c\/ol\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"mt-6 text-center\"\u003e\n        \u003ca href=\"https:\/\/superdtf.com\/pages\/dtf-pressing-instructions\" class=\"text-yellow-400 hover:text-yellow-300 inline-flex items-center\"\u003e\n          \u003ci class=\"fa-solid fa-temperature-high mr-2\"\u003e\u003c\/i\u003e View Complete Pressing Instructions\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Shipping Section --\u003e\n    \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n      \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n        \u003ci class=\"fa-solid fa-truck\"\u003e\u003c\/i\u003e Shipping\n      \u003c\/h2\u003e\n      \n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-6 rounded-xl\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-blue-500 to-purple-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-globe text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eWorldwide\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mb-2 text-yellow-400 font-medium\"\u003e10-15 business days For Orders Under $350\u003c\/p\u003e\n          \u003cp class=\"mb-2 text-green-400 font-medium\"\u003eOrders over $350: FREE express worldwide shipping (3-4 business days)\u003c\/p\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eInternational shipping available to most countries\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-6 rounded-xl\"\u003e\n          \u003cdiv class=\"flex items-center mb-4\"\u003e\n            \u003cdiv class=\"bg-gradient-to-r from-red-500 to-blue-500 rounded-full p-3 mr-4\"\u003e\n              \u003ci class=\"fa-solid fa-flag-usa text-xl\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"text-xl font-bold\"\u003eUnited States\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cul class=\"space-y-2 text-gray-300\"\u003e\n            \u003cli class=\"flex items-center\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-green-400 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-green-400\"\u003e1 Day:\u003c\/strong\u003e California, Nevada, West AZ (Orange County, LA, San Diego, Riverside)\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-center\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-green-400 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-green-400\"\u003e2 Days:\u003c\/strong\u003e Rest of California\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-center\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-yellow-400 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-yellow-400\"\u003e2-3 Days:\u003c\/strong\u003e Rest of West Coast\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-center\"\u003e\n              \u003ci class=\"fa-solid fa-clock text-yellow-400 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003e\u003cstrong class=\"text-yellow-400\"\u003e3-4 Days:\u003c\/strong\u003e Central and East Coast\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mt-6 bg-black p-4 rounded-xl border border-green-800\"\u003e\n        \u003ch3 class=\"text-center text-lg font-bold mb-2 text-green-400\"\u003e\n          \u003ci class=\"fa-solid fa-check-circle mr-2\"\u003e\u003c\/i\u003e Same-Day Processing\n        \u003c\/h3\u003e\n        \u003cp class=\"text-center text-gray-300\"\u003eFREE daily pickup for orders placed before 3pm Monday-Friday\u003c\/p\u003e\n        \u003cp class=\"text-center text-yellow-300 mt-2\"\u003eRush options available for Saturday and Sunday orders\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"22.5\" x 12\"","offer_id":41631482118257,"sku":"GS-22.5x12","price":5.94,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 24\"","offer_id":43036136767601,"sku":"GS-22.5x24","price":11.88,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 36\"","offer_id":43036136800369,"sku":"GS-22.5x36","price":17.82,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 48\"","offer_id":43036136833137,"sku":"GS-22.5x48","price":23.76,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 60\"","offer_id":43036136865905,"sku":"GS-22.5x60","price":29.7,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 72\"","offer_id":43036136898673,"sku":"GS-22.5x72","price":35.64,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 84\"","offer_id":43036136931441,"sku":"GS-22.5x84","price":41.58,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 96\"","offer_id":43036136964209,"sku":"GS-22.5x96","price":47.52,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 108\"","offer_id":43036136996977,"sku":"GS-22.5x108","price":53.46,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 120\"","offer_id":43036137029745,"sku":"GS-22.5x120","price":59.4,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 132\"","offer_id":43036137062513,"sku":"GS-22.5x132","price":65.34,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 144\"","offer_id":43036137095281,"sku":"GS-22.5x144","price":71.28,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 156\"","offer_id":43036137128049,"sku":"GS-22.5x156","price":77.22,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 168\"","offer_id":43036137226353,"sku":"GS-22.5x168","price":83.16,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 180\"","offer_id":43036137259121,"sku":"GS-22.5x180","price":89.1,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 192\"","offer_id":43036137291889,"sku":"GS-22.5x192","price":95.04,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 204\"","offer_id":43036137324657,"sku":"GS-22.5x204","price":100.98,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 216\"","offer_id":43036137357425,"sku":"GS-22.5x216","price":106.92,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 228\"","offer_id":43036137390193,"sku":"GS-22.5x228","price":112.86,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 240\"","offer_id":43036137422961,"sku":"GS-22.5x240","price":118.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/custom-diy-build-a-gang-sheet-direct-to-film-dtf-transfers-dtf-prints-dtf-transfers-custom-dtf-prints-505951.jpg?v=1738270691"},{"product_id":"uploaded-gang-sheets","title":"Uploaded High Quality Gang Sheets","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eSuperDTF Prints\u003c\/title\u003e\n  \u003c!-- Font Awesome --\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"\u003e\u003c\/script\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n  \u003c!-- Tailwind CSS CDN --\u003e\n  \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n  \u003cstyle\u003e\n    \/* Global text rendering improvements to prevent blurring *\/\n    body {\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n      text-rendering: optimizeLegibility;\n    }\n    \n    \/* Animated header text using theme colors *\/\n    .animated-header {\n      background: linear-gradient(45deg, #ce0081, #e3d716, #39a9cd);\n      background-size: 200% 200%;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: headerAnim 3s ease infinite;\n      \/* Add these properties to prevent blurring during hover *\/\n      transform: translateZ(0);\n      backface-visibility: hidden;\n      -webkit-font-smoothing: subpixel-antialiased;\n    }\n    @keyframes headerAnim {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n    \n    \/* Glassy effect for cards *\/\n    .glass-card {\n      background: rgba(255, 255, 255, 0.05);\n      backdrop-filter: blur(8px);\n      border-radius: 1.5rem;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);\n      transition: transform 0.3s ease;\n      \/* Add these properties to prevent text blurring during hover *\/\n      transform-style: preserve-3d;\n      will-change: transform;\n    }\n    .glass-card:hover {\n      transform: scale(1.02);\n    }\n    \n    \/* Hero section styling *\/\n    .hero {\n      background: linear-gradient(135deg, #121212, #1a1a1a);\n      border-radius: 1.5rem;\n      box-shadow: 0 8px 20px rgba(0,0,0,0.8);\n      transition: transform 0.4s ease;\n      \/* Add these properties to prevent text blurring *\/\n      transform-style: preserve-3d;\n      will-change: transform;\n      -webkit-font-smoothing: antialiased;\n    }\n    .hero:hover {\n      transform: scale(1.03);\n    }\n    \n    \/* Fade in animation *\/\n    .fade-in {\n      animation: fadeIn 1s ease-in-out;\n    }\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n    \n    \/* Benefits grid styling *\/\n    .benefits {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    \n    .benefit-item {\n      background: rgba(255, 255, 255, 0.03);\n      border-radius: 1rem;\n      border: 1px solid rgba(255, 255, 255, 0.05);\n      transition: all 0.3s ease;\n      \/* Add text anti-aliasing for all text in benefits *\/\n      -webkit-font-smoothing: antialiased;\n      transform: translateZ(0);\n    }\n    \n    .benefit-item:hover {\n      background: rgba(255, 255, 255, 0.06);\n      border-color: rgba(255, 255, 255, 0.1);\n      transform: translateY(-5px);\n    }\n    \n    .benefit-item i {\n      font-size: 1.5rem;\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n    \n    \/* Notice styling *\/\n    .notice {\n      background: linear-gradient(135deg, rgba(206, 0, 129, 0.1), rgba(57, 169, 205, 0.1));\n      border-left: 4px solid #ce0081;\n    }\n    \n    \/* Button styling *\/\n    .gradient-btn {\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      color: white;\n      padding: 0.75rem 1.5rem;\n      border-radius: 0.5rem;\n      font-weight: bold;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n    }\n    \n    .gradient-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\n    }\n    \n    \/* Step number styling *\/\n    .step-number {\n      background: linear-gradient(45deg, #ce0081, #39a9cd);\n      color: white;\n      width: 2rem;\n      height: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 9999px;\n      font-weight: bold;\n    }\n    \n    \/* Alternative approach for gradient text that eliminates blurring issues *\/\n    .gradient-text {\n      position: relative;\n      color: white;\n      z-index: 1;\n    }\n    \n    .gradient-text::before {\n      content: attr(data-text);\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100%;\n      z-index: -1;\n      background: linear-gradient(45deg, #ce0081, #e3d716, #39a9cd);\n      background-size: 200% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: headerAnim 3s ease infinite;\n    }\n    \n    .gang-sheet-card:hover {\n      transform: translateY(-5px);\n      border-color: rgba(255, 255, 255, 0.1);\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n    }\n    \n    .gang-sheet-card-header {\n      background: linear-gradient(135deg, rgba(206, 0, 129, 0.2), rgba(57, 169, 205, 0.2));\n      padding: 1rem;\n      display: flex;\n      align-items: center;\n    }\n    \n    .gang-sheet-card-body {\n      padding: 1rem;\n    }\n  \u003c\/style\u003e\n\n\n  \u003c!-- Main container with responsive padding and max-width --\u003e\n  \u003cdiv id=\"dtf-prints-container\" class=\"min-h-screen\"\u003e\n    \u003cdiv class=\"container mx-auto px-4 py-8\"\u003e\n      \u003c!-- Hero Section --\u003e\n      \u003csection class=\"hero p-8 mb-8 fade-in\"\u003e\n        \u003cdiv class=\"text-center\"\u003e\n          \u003cdiv class=\"inline-block p-4 rounded-full bg-gradient-to-r from-pink-600 to-blue-500 bg-opacity-20 mb-6\"\u003e\n            \u003ci class=\"fa-solid fa-print fa-3x\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch1 class=\"animated-header text-3xl sm:text-4xl md:text-5xl font-bold mb-4\"\u003e\n            SUPER DTF Prints\n          \u003c\/h1\u003e\n          \u003cp class=\"text-base sm:text-lg md:text-xl max-w-2xl mx-auto\"\u003e\n            Premium Quality, Affordable Customization with Instant Hot Peel Film\n          \u003c\/p\u003e\n          \u003cdiv class=\"mt-6 flex justify-center space-x-4\"\u003e\n            \u003ca href=\"#how-to-order\" class=\"gradient-btn\"\u003e\n              \u003ci class=\"fa-solid fa-cart-shopping mr-2\"\u003e\u003c\/i\u003e Order Now\n            \u003c\/a\u003e\n            \u003ca href=\"#pricing\" class=\"bg-gray-800 hover:bg-gray-700 text-white px-6 py-3 rounded-lg transition-all duration-300\"\u003e\n              \u003ci class=\"fa-solid fa-tag mr-2\"\u003e\u003c\/i\u003e See Pricing\n            \u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- Benefits Section - Redesigned to match screenshot exactly --\u003e\n      \u003csection class=\"fade-in mb-8 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n          \u003cdiv class=\"flex justify-center mb-4\"\u003e\n            \u003cdiv class=\"rounded-full bg-pink-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-star text-2xl text-pink-500\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eSuper Quality\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eVibrant colors and sharp details that last\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n          \u003cdiv class=\"flex justify-center mb-4\"\u003e\n            \u003cdiv class=\"rounded-full bg-blue-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-layer-group text-2xl text-blue-500\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eSupertility\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eSuitable for a wide range of fabrics and materials\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n          \u003cdiv class=\"flex justify-center mb-4\"\u003e\n            \u003cdiv class=\"rounded-full bg-green-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-leaf text-2xl text-green-500\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eEco-Friendly\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eOur process uses PET film, reducing environmental impact\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800\"\u003e\n          \u003cdiv class=\"flex justify-center mb-4\"\u003e\n            \u003cdiv class=\"rounded-full bg-yellow-900\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-piggy-bank text-2xl text-yellow-500\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eCost-Effective\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eHigh-quality prints at an affordable price\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bg-black p-6 rounded-xl text-center border border-gray-800 col-span-1 sm:col-span-2 lg:col-span-4\"\u003e\n          \u003cdiv class=\"flex justify-center mb-4\"\u003e\n            \u003cdiv class=\"rounded-full bg-yellow-600\/80 p-4 w-16 h-16 flex items-center justify-center\"\u003e\n              \u003ci class=\"fa-solid fa-bolt text-2xl text-yellow-300\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold mb-2 text-white\"\u003eInstant Peel\u003c\/h3\u003e\n          \u003cp class=\"text-sm text-gray-400\"\u003eCan be peeled immediately after pressing for quick results\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- Notice --\u003e\n      \u003csection class=\"notice p-6 mb-8 rounded-lg shadow-md fade-in\"\u003e\n        \u003cdiv class=\"flex flex-col sm:flex-row sm:items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-triangle-exclamation text-2xl text-yellow-400\"\u003e\u003c\/i\u003e\n          \u003cstrong class=\"text-lg text-yellow-300\"\u003eImportant Notice:\u003c\/strong\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"mt-2 text-sm sm:text-base text-gray-300\"\u003e\n          All orders placed on Friday after 3pm will not be printed unless a weekday rush fee is applied. We do not fulfill orders on Saturday unless it is a rush order—please plan accordingly. This fee can be added at checkout or by searching \"Same Day Rush Fee.\" Orders on Saturday and Sunday must have the Saturday Rush Fee attached or they will be fulfilled the next business day (Monday).\n        \u003c\/p\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- Pricing Card --\u003e\n      \u003csection id=\"pricing\" class=\"glass-card p-8 mb-8 fade-in\"\u003e\n        \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-tag\"\u003e\u003c\/i\u003e Simple Pricing\n        \u003c\/h2\u003e\n        \n        \u003cdiv class=\"bg-gradient-to-r from-gray-800 to-gray-900 rounded-xl p-6 border border-gray-700 text-center\"\u003e\n          \u003cdiv class=\"text-3xl md:text-4xl font-bold text-white mb-2\"\u003e$3 \u003cspan class=\"text-xl text-gray-400\"\u003eper square foot\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cp class=\"text-gray-400 mb-4\"\u003eNo hidden fees. No minimum order requirements.\u003c\/p\u003e\n          \u003cul class=\"space-y-3 text-left max-w-md mx-auto mb-6\"\u003e\n            \u003cli class=\"flex items-start\"\u003e\n              \u003ci class=\"fa-solid fa-check text-green-400 mt-1 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003eHigh-quality transfers with vibrant colors\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-start\"\u003e\n              \u003ci class=\"fa-solid fa-check text-green-400 mt-1 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003eWorks on cotton, polyester, blends, and more\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"flex items-start\"\u003e\n              \u003ci class=\"fa-solid fa-check text-green-400 mt-1 mr-3\"\u003e\u003c\/i\u003e\n              \u003cspan\u003eInstant hot peel technology\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003ca href=\"#how-to-order\" class=\"gradient-btn inline-block\"\u003e\n            Start Your Order\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- How to Order - Updated with new steps --\u003e\n      \u003csection id=\"how-to-order\" class=\"glass-card p-8 mb-8 fade-in\"\u003e\n        \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-list-check\"\u003e\u003c\/i\u003e How to Order\n        \u003c\/h2\u003e\n        \n        \u003cdiv class=\"space-y-8\"\u003e\n          \u003c!-- Step 1 --\u003e\n          \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n            \u003cdiv class=\"flex items-start\"\u003e\n              \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e1\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n                Create your Gang Sheet\n              \u003c\/h3\u003e\n              \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n                \u003cp class=\"mb-3 text-gray-300\"\u003eCreate your design in one of these platforms:\u003c\/p\u003e\n                \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-palette text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cdiv\u003e\n                      \u003cspan\u003eCanva - \u003c\/span\u003e\n                      \u003ca href=\"https:\/\/superdtf.com\/pages\/how-to-create-gang-sheets-using-canva\" class=\"text-blue-400 hover:text-blue-300 underline\"\u003eView Canva Guide\u003c\/a\u003e\n                    \u003c\/div\u003e\n                  \u003c\/li\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-pen-ruler text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cdiv\u003e\n                      \u003cspan\u003eIllustrator - \u003c\/span\u003e\n                      \u003ca href=\"https:\/\/superdtf.com\/pages\/how-to-create-gang-sheets-using-illustrator\" class=\"text-blue-400 hover:text-blue-300 underline\"\u003eView Illustrator Guide\u003c\/a\u003e\n                    \u003c\/div\u003e\n                  \u003c\/li\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-image text-purple-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cdiv\u003e\n                      \u003cspan\u003ePhotoshop - \u003c\/span\u003e\n                      \u003ca href=\"https:\/\/superdtf.com\/pages\/how-to-create-gang-sheets-using-photoshop\" class=\"text-blue-400 hover:text-blue-300 underline\"\u003eView Photoshop Guide\u003c\/a\u003e\n                    \u003c\/div\u003e\n                  \u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003c!-- Step 2 --\u003e\n          \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n            \u003cdiv class=\"flex items-start\"\u003e\n              \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e2\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n                Set Correct Dimensions\n              \u003c\/h3\u003e\n              \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n                \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-ruler-combined text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003eMake sure your canvas is \u003cstrong class=\"text-white\"\u003e22.5\" in width\u003c\/strong\u003e\u003c\/span\u003e\n                  \u003c\/li\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-arrows-up-down text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003eHeight should be in \u003cstrong class=\"text-white\"\u003e12\" increments\u003c\/strong\u003e - from 12\" up to 2400\"\u003c\/span\u003e\n                  \u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003c!-- Step 3 --\u003e\n          \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n            \u003cdiv class=\"flex items-start\"\u003e\n              \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e3\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n                Review Your Design\n              \u003c\/h3\u003e\n              \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n                \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-magnifying-glass-chart text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003eCheck for overlapping images\u003c\/span\u003e\n                  \u003c\/li\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-check-double text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003eIdentify and replace any low quality images\u003c\/span\u003e\n                  \u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003c!-- Step 4 --\u003e\n          \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n            \u003cdiv class=\"flex items-start\"\u003e\n              \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e4\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n                Export in High Resolution\n              \u003c\/h3\u003e\n              \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n                \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-file-export text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003eExport in minimum \u003cstrong class=\"text-white\"\u003e300 DPI\u003c\/strong\u003e\u003c\/span\u003e\n                  \u003c\/li\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-file-image text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003ePreferred formats: \u003cstrong class=\"text-white\"\u003ePNG, AI, PSD, or TIFF\u003c\/strong\u003e\u003c\/span\u003e\n                  \u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003c!-- Step 5 --\u003e\n          \u003cdiv class=\"flex flex-col md:flex-row gap-6\"\u003e\n            \u003cdiv class=\"flex items-start\"\u003e\n              \u003cdiv class=\"step-number text-2xl min-w-10 h-10\"\u003e5\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"animated-header text-xl font-bold mb-4\"\u003e\n                Pixel Size for Other Programs\n              \u003c\/h3\u003e\n              \u003cdiv class=\"bg-gray-800 bg-opacity-50 rounded-lg p-4\"\u003e\n                \u003cp class=\"mb-3 text-gray-300\"\u003eIf you are exporting from Canva, Silhouette Studio, or programs that only export in pixel dimensions:\u003c\/p\u003e\n                \u003cul class=\"space-y-3 text-gray-300\"\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-arrow-right-arrow-left text-pink-500 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003eAt 300 DPI, use \u003cstrong class=\"text-white\"\u003e6750px width\u003c\/strong\u003e\u003c\/span\u003e\n                  \u003c\/li\u003e\n                  \u003cli class=\"flex items-start\"\u003e\n                    \u003ci class=\"fa-solid fa-arrows-up-down text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e\n                    \u003cspan\u003eHeight should automatically adjust to maintain proportions\u003c\/span\u003e\n                  \u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- Gang Sheet Resources --\u003e\n      \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n        \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-table-cells-large\"\u003e\u003c\/i\u003e Gang Sheet Resources\n        \u003c\/h2\u003e\n        \n        \u003cp class=\"text-gray-300 mb-6\"\u003eCreate gang sheets to maximize your printing area and reduce costs. Follow our step-by-step guides below:\u003c\/p\u003e\n        \n        \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-6\"\u003e\n          \u003c!-- Canva Guide --\u003e\n          \u003cdiv class=\"gang-sheet-card\"\u003e\n            \u003cdiv class=\"gang-sheet-card-header\"\u003e\n              \u003ci class=\"fa-solid fa-palette text-2xl mr-3\"\u003e\u003c\/i\u003e\n              \u003ch3 class=\"text-lg font-bold\"\u003eUsing Canva\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gang-sheet-card-body text-gray-300\"\u003e\n              \u003cp class=\"mb-4 text-sm\"\u003ePerfect for beginners. Create professional gang sheets without design experience.\u003c\/p\u003e\n              \u003ca href=\"https:\/\/superdtf.com\/pages\/how-to-create-gang-sheets-using-canva\" class=\"text-yellow-400 hover:text-yellow-300 flex items-center\"\u003e\n                View Guide \u003ci class=\"fa-solid fa-arrow-right ml-2\"\u003e\u003c\/i\u003e\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003c!-- Illustrator Guide --\u003e\n          \u003cdiv class=\"gang-sheet-card\"\u003e\n            \u003cdiv class=\"gang-sheet-card-header\"\u003e\n              \u003ci class=\"fa-solid fa-pen-ruler text-2xl mr-3\"\u003e\u003c\/i\u003e\n              \u003ch3 class=\"text-lg font-bold\"\u003eUsing Illustrator\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gang-sheet-card-body text-gray-300\"\u003e\n              \u003cp class=\"mb-4 text-sm\"\u003eAdvanced vector-based workflow for precise control and professional results.\u003c\/p\u003e\n              \u003ca href=\"https:\/\/superdtf.com\/pages\/how-to-create-gang-sheets-using-illustrator\" class=\"text-yellow-400 hover:text-yellow-300 flex items-center\"\u003e\n                View Guide \u003ci class=\"fa-solid fa-arrow-right ml-2\"\u003e\u003c\/i\u003e\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003c!-- Photoshop Guide --\u003e\n          \u003cdiv class=\"gang-sheet-card\"\u003e\n            \u003cdiv class=\"gang-sheet-card-header\"\u003e\n              \u003ci class=\"fa-solid fa-layer-group text-2xl mr-3\"\u003e\u003c\/i\u003e\n              \u003ch3 class=\"text-lg font-bold\"\u003eUsing Photoshop\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gang-sheet-card-body text-gray-300\"\u003e\n              \u003cp class=\"mb-4 text-sm\"\u003eGreat for photo-based designs and pixel-perfect layouts.\u003c\/p\u003e\n              \u003ca href=\"https:\/\/superdtf.com\/pages\/how-to-create-gang-sheets-using-photoshop\" class=\"text-yellow-400 hover:text-yellow-300 flex items-center\"\u003e\n                View Guide \u003ci class=\"fa-solid fa-arrow-right ml-2\"\u003e\u003c\/i\u003e\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- Pressing Instructions --\u003e\n      \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n        \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-temperature-high\"\u003e\u003c\/i\u003e Pressing Instructions\n        \u003c\/h2\u003e\n        \n        \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n          \u003c!-- Polyester --\u003e\n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 rounded-xl p-6\"\u003e\n            \u003cdiv class=\"flex items-center mb-4\"\u003e\n              \u003cdiv class=\"bg-gradient-to-r from-pink-600 to-blue-500 rounded-full p-3 mr-4\"\u003e\n                \u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"text-xl font-bold\"\u003eFor Polyester\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"space-y-4\"\u003e\n              \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n                \u003ci class=\"fa-solid fa-thermometer text-pink-500 text-lg min-w-8\"\u003e\u003c\/i\u003e\n                \u003cspan class=\"ml-3\"\u003e275°F (135°C)\u003c\/span\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n                \u003ci class=\"fa-solid fa-clock text-blue-400 text-lg min-w-8\"\u003e\u003c\/i\u003e\n                \u003cspan class=\"ml-3\"\u003e10 seconds\u003c\/span\u003e\n              \u003c\/div\u003e\n              \u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n                \u003cli\u003ePress firmly for 10 seconds\u003c\/li\u003e\n                \u003cli\u003eImmediately peel from the corner\u003c\/li\u003e\n                \u003cli\u003eRe-press with Teflon sheet for 10 seconds\u003c\/li\u003e\n              \u003c\/ol\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003c!-- Cotton --\u003e\n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 rounded-xl p-6\"\u003e\n            \u003cdiv class=\"flex items-center mb-4\"\u003e\n              \u003cdiv class=\"bg-gradient-to-r from-pink-600 to-blue-500 rounded-full p-3 mr-4\"\u003e\n                \u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"text-xl font-bold\"\u003eFor Cotton\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"space-y-4\"\u003e\n              \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n                \u003ci class=\"fa-solid fa-thermometer text-pink-500 text-lg min-w-8\"\u003e\u003c\/i\u003e\n                \u003cspan class=\"ml-3\"\u003e325°F (163°C)\u003c\/span\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"flex items-center bg-gray-900 bg-opacity-50 p-3 rounded-lg\"\u003e\n                \u003ci class=\"fa-solid fa-clock text-blue-400 text-lg min-w-8\"\u003e\u003c\/i\u003e\n                \u003cspan class=\"ml-3\"\u003e10 seconds\u003c\/span\u003e\n              \u003c\/div\u003e\n              \u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n                \u003cli\u003ePress firmly for 10 seconds\u003c\/li\u003e\n                \u003cli\u003eImmediately peel from the corner\u003c\/li\u003e\n                \u003cli\u003eRe-press with Teflon sheet for 10 seconds\u003c\/li\u003e\n              \u003c\/ol\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mt-6 text-center\"\u003e\n          \u003ca href=\"#\" class=\"text-yellow-400 hover:text-yellow-300 inline-flex items-center\"\u003e\n            \u003ci class=\"fa-solid fa-file-pdf mr-2\"\u003e\u003c\/i\u003e Download Complete Pressing Guide\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mt-4 p-4 bg-gradient-to-r from-pink-900\/20 to-blue-900\/20 rounded-lg border border-pink-500\/20 text-center\"\u003e\n          \u003cp class=\"text-gray-300 text-sm\"\u003eNeed more detailed instructions? Check out our \u003ca href=\"#\" class=\"text-pink-400 hover:text-pink-300\"\u003ecomprehensive pressing guide\u003c\/a\u003e for all material types.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- Additional Services --\u003e\n      \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n        \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-plus\"\u003e\u003c\/i\u003e Additional Services\n        \u003c\/h2\u003e\n        \n        \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4\"\u003e\n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-crop text-pink-500 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eBackground Removal\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003eClean up your images for professional results\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-paintbrush text-blue-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eDesign Services\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003eCustom designs created by professionals\u003c\/p\u003e\n            \u003ca href=\"https:\/\/superdtf.com\/products\/image-design-services\" class=\"text-blue-400 hover:text-blue-300 text-xs mt-2 inline-block\"\u003eBook our services\u003c\/a\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-vector-square text-yellow-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eVectoring Services\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003eConvert low-res images to scalable vectors\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-palette text-purple-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eColor Change\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003eModify existing designs with new colors\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-pen-to-square text-green-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eDTF Modifications\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003eOptimize existing designs for DTF printing\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-check-double text-red-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eCustom Print Check\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003eProfessional review before printing\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-swatchbook text-indigo-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eColor Matching\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003ePerfect color reproduction for your brand\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-4 rounded-lg transition-all duration-300 hover:bg-gray-700\"\u003e\n            \u003ci class=\"fa-solid fa-print text-teal-400 text-xl mb-2\"\u003e\u003c\/i\u003e\n            \u003ch3 class=\"font-semibold mb-1\"\u003eSample Prints\u003c\/h3\u003e\n            \u003cp class=\"text-xs text-gray-400\"\u003eTest prints before large production runs\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mt-6 p-4 bg-gradient-to-r from-pink-900\/20 to-blue-900\/20 rounded-lg text-center\"\u003e\n          \u003cp class=\"text-gray-300\"\u003eNeed help with your design? \u003ca href=\"https:\/\/superdtf.com\/products\/image-design-services\" class=\"text-pink-400 hover:text-pink-300 font-medium\"\u003eBook our services\u003c\/a\u003e or email us for a quote at \u003ca href=\"mailto:Sales@SuperDTF.com\" class=\"text-pink-400 hover:text-pink-300 font-medium\"\u003eSales@SuperDTF.com\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- Shipping --\u003e\n      \u003csection class=\"glass-card p-8 mb-8 fade-in\"\u003e\n        \u003ch2 class=\"animated-header text-2xl font-bold mb-6 flex items-center gap-2\"\u003e\n          \u003ci class=\"fa-solid fa-truck\"\u003e\u003c\/i\u003e Shipping\n        \u003c\/h2\u003e\n        \n        \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n          \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-6 rounded-xl\"\u003e\n            \u003cdiv class=\"flex items-center mb-4\"\u003e\n              \u003cdiv class=\"bg-gradient-to-r from-blue-500 to-purple-500 rounded-full p-3 mr-4\"\u003e\n                \u003ci class=\"fa-solid fa-globe text-xl\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"text-xl font-bold\"\u003eWorldwide\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"mb-2 text-yellow-400 font-medium\"\u003e10-15 business days For Orders Under $350, Orders over $350 3-4 business days with FREE express worldwide shipping\u003c\/p\u003e\n            \u003cp class=\"text-sm text-gray-400\"\u003eInternational shipping available to most countries\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n                      \u003cdiv class=\"bg-gray-800 bg-opacity-30 p-6 rounded-xl\"\u003e\n            \u003cdiv class=\"flex items-center mb-4\"\u003e\n              \u003cdiv class=\"bg-gradient-to-r from-red-500 to-blue-500 rounded-full p-3 mr-4\"\u003e\n                \u003ci class=\"fa-solid fa-flag-usa text-xl\"\u003e\u003c\/i\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"text-xl font-bold\"\u003eUnited States\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"space-y-2 text-gray-300\"\u003e\n              \u003cli class=\"flex items-center\"\u003e\n                \u003ci class=\"fa-solid fa-clock text-green-400 mr-3\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-green-400\"\u003e1 Day:\u003c\/strong\u003e California, Nevada, West AZ(Orange County, LA, San Diego, Riverside, Nevada, and West Arizona)\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-center\"\u003e\n                \u003ci class=\"fa-solid fa-clock text-green-400 mr-3\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-green-400\"\u003e2 Days:\u003c\/strong\u003e Rest of California\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-center\"\u003e\n                \u003ci class=\"fa-solid fa-clock text-yellow-400 mr-3\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-yellow-400\"\u003e2-3 Days:\u003c\/strong\u003e Rest of West Coast\u003c\/span\u003e\n              \u003c\/li\u003e\n              \u003cli class=\"flex items-center\"\u003e\n                \u003ci class=\"fa-solid fa-clock text-yellow-400 mr-3\"\u003e\u003c\/i\u003e\n                \u003cspan\u003e\u003cstrong class=\"text-yellow-400\"\u003e3-4 Days:\u003c\/strong\u003e Central and East Coast\u003c\/span\u003e\n              \u003c\/li\u003e\n            \u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"22.5\" x 12\"","offer_id":41631482511473,"sku":null,"price":5.93,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 24\"","offer_id":41631482544241,"sku":"","price":11.86,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 36\"","offer_id":41631482577009,"sku":"","price":17.82,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 48\"","offer_id":41631482609777,"sku":null,"price":23.7,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 60\"","offer_id":41631482642545,"sku":null,"price":29.63,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 72\"","offer_id":41631482675313,"sku":null,"price":35.55,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 84\"","offer_id":41631482708081,"sku":null,"price":41.48,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 96\"","offer_id":41631482740849,"sku":null,"price":47.4,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 108\"","offer_id":41631482773617,"sku":null,"price":53.33,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 120\"","offer_id":41631482806385,"sku":null,"price":59.25,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 132\"","offer_id":41631482839153,"sku":null,"price":65.18,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 240\"","offer_id":41631482871921,"sku":null,"price":118.5,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 480\"","offer_id":41631482904689,"sku":"","price":237.01,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 960\"","offer_id":41631482937457,"sku":"","price":474.01,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 1200\"","offer_id":41631482970225,"sku":"","price":592.52,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 2400\"","offer_id":41631483002993,"sku":"","price":1185.04,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/shirt_2_487806d8-e7fd-463c-8343-9ba9d1885321.png?v=1738272007"},{"product_id":"free-heat-press-rental","title":"Free Heat Press Rental","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFree Heat Press Rentals\u003c\/title\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        body {\n            font-family: 'Inter', sans-serif;\n        }\n        \/* Simple fade-in animation for cards *\/\n        .card-enter {\n            opacity: 0;\n            transform: translateY(20px);\n            animation: fadeIn 0.6s ease-out forwards;\n        }\n        @keyframes fadeIn {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \/* Apply animation with a delay to each card *\/\n        .card-enter:nth-child(1) { animation-delay: 0.1s; }\n        .card-enter:nth-child(2) { animation-delay: 0.2s; }\n        .card-enter:nth-child(3) { animation-delay: 0.3s; }\n        .card-enter:nth-child(4) { animation-delay: 0.4s; }\n        .card-enter:nth-child(5) { animation-delay: 0.5s; }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- Main Container --\u003e\n    \u003cdiv class=\"container mx-auto p-4 sm:p-6 lg:p-8\"\u003e\n\n        \u003c!-- Header Section --\u003e\n        \u003cheader class=\"text-center mb-8\"\u003e\n            \u003cspan class=\"text-4xl md:text-5xl font-bold text-black mb-4 block\"\u003eFree Heat Press Rentals\u003c\/span\u003e\n            \u003cspan class=\"text-lg text-gray-600 max-w-3xl mx-auto block\"\u003e\n                Want to professionally press your graphics but don't have a heat press? No worries! We provide free heat press rentals for you! Don't spend money on a press that is only going to be used once or twice a year if you don't need to!\n            \u003c\/span\u003e\n        \u003c\/header\u003e\n\n        \u003c!-- New Rule Section --\u003e\n        \u003cdiv class=\"bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 rounded-md mb-12\" role=\"alert\"\u003e\n          \u003cspan class=\"font-bold block\"\u003ePlease Note:\u003c\/span\u003e\n          \u003cspan\u003eTo ensure availability for all our clients, heat press rentals are limited to once per week per customer.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Press Lineup Section --\u003e\n        \u003cdiv class=\"space-y-10\"\u003e\n\n            \u003c!-- Mini Press Card --\u003e\n            \u003cdiv class=\"card-enter bg-white rounded-2xl shadow-lg overflow-hidden flex flex-col md:flex-row items-center\"\u003e\n                \u003cdiv class=\"w-full md:w-1\/3\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/cricuit.jpg?v=1752534303\" alt=\"Cricut EasyPress Mini\" class=\"object-cover w-full h-64 md:h-full\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x400\/e2e8f0\/4a5568?text=Mini+Press';\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"w-full md:w-2\/3 p-6 md:p-8\"\u003e\n                    \u003cspan class=\"text-2xl font-bold text-black mb-3 block\"\u003eMini Press (Cricut EasyPress Mini)\u003c\/span\u003e\n                    \u003cdiv class=\"space-y-2 text-gray-700 mb-4\"\u003e\n                        \u003cspan class=\"block\"\u003e• Perfect for unusual objects, tight spaces, and small, detailed projects.\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Precision tip for ultimate control.\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Weight: Under 1 lb (Extremely Lightweight \u0026amp; Portable)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bg-indigo-100 text-indigo-800 font-bold text-lg rounded-lg px-4 py-3 inline-block\"\u003e\n                        \u003cspan\u003e$75 Fully Refundable Security Deposit\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Hat Press Card --\u003e\n            \u003cdiv class=\"card-enter bg-white rounded-2xl shadow-lg overflow-hidden flex flex-col md:flex-row-reverse items-center\"\u003e\n                \u003cdiv class=\"w-full md:w-1\/3\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/Hat_Press.jpg?v=1752533666\" alt=\"Hat Press Machine\" class=\"object-cover w-full h-64 md:h-full\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x400\/e2e8f0\/4a5568?text=Hat+Press';\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"w-full md:w-2\/3 p-6 md:p-8 text-left md:text-right\"\u003e\n                    \u003cspan class=\"text-2xl font-bold text-black mb-3 block\"\u003eHat Press\u003c\/span\u003e\n                    \u003cdiv class=\"space-y-2 text-gray-700 mb-4\"\u003e\n                        \u003cspan class=\"block\"\u003e• Ideal for hats, labels, and other small or curved items.\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Easy to Carry\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Weight: 18 lbs\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bg-indigo-100 text-indigo-800 font-bold text-lg rounded-lg px-4 py-3 inline-block\"\u003e\n                        \u003cspan\u003e$150 Fully Refundable Security Deposit\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Small Press Card --\u003e\n            \u003cdiv class=\"card-enter bg-white rounded-2xl shadow-lg overflow-hidden flex flex-col md:flex-row items-center\"\u003e\n                \u003cdiv class=\"w-full md:w-1\/3\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/HeatPress_881f2351-8d9c-41a8-8a73-1e428fdfa2fd.jpg?v=1752534641\" alt=\"Small Heat Press\" class=\"object-cover w-full h-64 md:h-full\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x400\/e2e8f0\/4a5568?text=Small+Press';\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"w-full md:w-2\/3 p-6 md:p-8\"\u003e\n                    \u003cspan class=\"text-2xl font-bold text-black mb-3 block\"\u003eSmall Press\u003c\/span\u003e\n                    \u003cdiv class=\"space-y-2 text-gray-700 mb-4\"\u003e\n                        \u003cspan class=\"block\"\u003e• Platen Size: 9\" x 12\" Swing Away\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Easy to Carry\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Weight: 30 lbs\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bg-indigo-100 text-indigo-800 font-bold text-lg rounded-lg px-4 py-3 inline-block\"\u003e\n                        \u003cspan\u003e$100 Fully Refundable Security Deposit\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Medium Press Card --\u003e\n            \u003cdiv class=\"card-enter bg-white rounded-2xl shadow-lg overflow-hidden flex flex-col md:flex-row-reverse items-center\"\u003e\n                \u003cdiv class=\"w-full md:w-1\/3\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/Large.jpg?v=1752533880\" alt=\"Medium Heat Press\" class=\"object-cover w-full h-64 md:h-full\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x400\/e2e8f0\/4a5568?text=Medium+Press';\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"w-full md:w-2\/3 p-6 md:p-8 text-left md:text-right\"\u003e\n                    \u003cspan class=\"text-2xl font-bold text-black mb-3 block\"\u003eMedium Press\u003c\/span\u003e\n                    \u003cdiv class=\"space-y-2 text-gray-700 mb-4\"\u003e\n                        \u003cspan class=\"block\"\u003e• Platen Size: 15\" x 15\" Clamshell\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Comes with a teflon sheet attached\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Weight: 25 lbs\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bg-indigo-100 text-indigo-800 font-bold text-lg rounded-lg px-4 py-3 inline-block\"\u003e\n                        \u003cspan\u003e$150 Fully Refundable Security Deposit\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- XL Press Card --\u003e\n            \u003cdiv class=\"card-enter bg-white rounded-2xl shadow-lg overflow-hidden flex flex-col md:flex-row items-center\"\u003e\n                \u003cdiv class=\"w-full md:w-1\/3\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/XL_Press.jpg?v=1752533825\" alt=\"XL Heat Press\" class=\"object-cover w-full h-64 md:h-full\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x400\/e2e8f0\/4a5568?text=XL+Press';\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"w-full md:w-2\/3 p-6 md:p-8\"\u003e\n                    \u003cspan class=\"text-2xl font-bold text-black mb-3 block\"\u003eXL Press\u003c\/span\u003e\n                    \u003cdiv class=\"space-y-2 text-gray-700 mb-4\"\u003e\n                        \u003cspan class=\"block\"\u003e• Platen Size: 16\" x 24\" Clamshell\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Pull-out drawer for easy layout.\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Great for oversized designs and batch orders.\u003c\/span\u003e\n                        \u003cspan class=\"block\"\u003e• Weight: 60 lbs\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"bg-indigo-100 text-indigo-800 font-bold text-lg rounded-lg px-4 py-3 inline-block\"\u003e\n                        \u003cspan\u003e$350 Fully Refundable Security Deposit\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- Terms and Liability Section --\u003e\n        \u003cdiv class=\"mt-16 grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n            \u003c!-- Terms Card --\u003e\n            \u003cdiv class=\"bg-gray-100 p-6 rounded-2xl border border-gray-200\"\u003e\n                \u003cspan class=\"text-2xl font-bold text-black mb-4 block\"\u003eRental Terms\u003c\/span\u003e\n                \u003cdiv class=\"space-y-3 text-gray-700\"\u003e\n                    \u003cspan class=\"block\"\u003eBring the press back in the same condition within 3 days and **you will get your full security deposit back**, guaranteed.\u003c\/span\u003e\n                    \u003cspan class=\"block\"\u003eRefunds are issued in the same form of payment. Cash deposits are returned in full upon drop-off.\u003c\/span\u003e\n                    \u003cspan class=\"block\"\u003ePlease note: Credit card (2.5% fee) and installment payments (7.9% fee) are subject to non-refundable processing fees.\u003c\/span\u003e\n                    \u003cspan class=\"block\"\u003eNeed more time? Extra days cost $25, deducted from your deposit. Contact us if you need a rental for more than a week.\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Liability Card --\u003e\n            \u003cdiv class=\"bg-red-50 p-6 rounded-2xl border border-red-200\"\u003e\n                \u003cspan class=\"text-2xl font-bold text-black mb-4 block\"\u003eLiability \u0026amp; Safety Note\u003c\/span\u003e\n                \u003cdiv class=\"space-y-3 text-red-700\"\u003e\n                    \u003cspan class=\"block\"\u003eBy renting, you assume full risk and responsibility. Renters must be 18+ and identification may be requested.\u003c\/span\u003e\n                    \u003cspan class=\"block\"\u003e**Caution:** This equipment gets extremely hot (up to 500°F) and can cause severe burns. Adult supervision is required.\u003c\/span\u003e\n                    \u003cspan class=\"block\"\u003eWe are released of all responsibility for any damage or injury once the press is in your possession.\u003c\/span\u003e\n                    \u003cspan class=\"block\"\u003eA standard 110V outlet is required. Instructions can be provided upon request.\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Small Press Cash Security Deposit At Pickup","offer_id":41632799522929,"sku":"","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Small Press CC or Installment Security Deposit","offer_id":41632799555697,"sku":"","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Large Press Cash Security Deposit At Pickup","offer_id":41707112169585,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true},{"title":"Large Press CC or Installment Security Deposit","offer_id":41707112202353,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"XL Press 16x24\" Cash Security Deposit At Pickup","offer_id":42195366871153,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true},{"title":"XL Press 16x24\" CC or Installment Security Deposit","offer_id":42195366903921,"sku":null,"price":350.0,"currency_code":"USD","in_stock":true},{"title":"Hat Press Cash Security Deposit At Pickup","offer_id":42195366936689,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true},{"title":"Hat Press CC or Installment Security Deposit","offer_id":42195366969457,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"Cricut Mini Press Cash Security Deposit","offer_id":42195367002225,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true},{"title":"Cricut Mini Press CC or Installment Security Deposit","offer_id":42195367034993,"sku":null,"price":70.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/HeatPress.jpg?v=1738358028"},{"product_id":"super-uv-dtf-gangsheet-upload","title":"Super UV DTF Stickers - Premium UV-Water Resistant DTF Stickers - Super Long Lasting Raised Glossy Elegance","description":"\u003csection class=\"superdtf-product-video\" style=\"margin: 32px 0;\"\u003e\n  \u003ch2 style=\"margin: 0 0 16px; font-size: 28px; line-height: 1.2;\"\u003eFirst-Time UV DTF Truck Graphic Install\u003c\/h2\u003e\n  \u003cp style=\"margin: -6px 0 18px; font-size: 16px; line-height: 1.5;\"\u003eChris is an electrician, not a graphics installer. Watch him apply a SuperDTF-printed graphic to his work truck and see why his main tip is to go slow.\u003c\/p\u003e\n  \u003cdiv style=\"position: relative; width: 100%; max-width: 960px; aspect-ratio: 16 \/ 9; overflow: hidden; border-radius: 8px; background: #000;\"\u003e\n    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Y4GjH84Lhp0?si=GoyRARjO3XZau5b4\" title=\"First-Time UV DTF Truck Graphic Install\" style=\"position: absolute; inset: 0; width: 100%; height: 100%; border: 0;\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tailwindcss\/2.2.19\/tailwind.min.css\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"gradient-bg min-h-screen text-white\"\u003e\n\u003cdiv class=\"max-w-6xl mx-auto px-4 py-8\"\u003e\n\u003cheader class=\"text-center mb-12\"\u003e\n\u003ch1 class=\"text-5xl font-bold mb-4\"\u003eSuper UV DTF Stickers\u003c\/h1\u003e\n\u003cbr\u003e\n\u003cp class=\"text-xl text-gray-300\"\u003eRevolutionary Direct-to-Film Transfers with Unparalleled Durability\u003c\/p\u003e\n\u003c\/header\u003e\n\u003csection class=\"w-full max-w-7xl mx-auto px-4 py-8\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-8 text-center text-white\"\u003ePerfect for Any Surface\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0113.jpg?v=1727500196\" alt=\"DTF sticker on paper\" class=\"w-full h-full object-cover\"\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-4 md:gap-6\"\u003e\n\u003cdiv class=\"relative overflow-hidden rounded-xl aspect-square group hover:scale-[1.02] transition-transform duration-300\"\u003e\n\u003cdiv class=\"absolute bottom-0 left-0 right-0 p-6 z-20\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003ePaper\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-white\/90 text-sm\"\u003ePerfect for documents \u0026amp; packaging\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0111.jpg?v=1727500145\" alt=\"DTF sticker on wood\" class=\"w-full h-full object-cover\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative overflow-hidden rounded-xl aspect-square group hover:scale-[1.02] transition-transform duration-300\"\u003e\n\u003cdiv class=\"absolute bottom-0 left-0 right-0 p-6 z-20\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003eWood\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-white\/90 text-sm\"\u003eDurable adhesion to wooden surfaces\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0115.jpg?v=1727500253\" alt=\"DTF sticker on metal\" class=\"w-full h-full object-cover\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative overflow-hidden rounded-xl aspect-square group hover:scale-[1.02] transition-transform duration-300\"\u003e\n\u003cdiv class=\"absolute bottom-0 left-0 right-0 p-6 z-20\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003eMetal\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-white\/90 text-sm\"\u003eStrong bond on metal surfaces\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0116.jpg?v=1727499386\" alt=\"DTF sticker on plastic\" class=\"w-full h-full object-cover\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative overflow-hidden rounded-xl aspect-square group hover:scale-[1.02] transition-transform duration-300\"\u003e\n\u003cdiv class=\"absolute bottom-0 left-0 right-0 p-6 z-20\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003ePlastic\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-white\/90 text-sm\"\u003eExcellent adhesion to plastics\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0117.jpg?v=1727499420\" alt=\"DTF sticker on glass\" class=\"w-full h-full object-cover\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative overflow-hidden rounded-xl aspect-square group hover:scale-[1.02] transition-transform duration-300\"\u003e\n\u003cdiv class=\"absolute bottom-0 left-0 right-0 p-6 z-20\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003eGlass\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-white\/90 text-sm\"\u003eCrystal clear on glass surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-8 text-center\"\u003eCompetitive Pricing\u003c\/h2\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003cdiv id=\"stickerTableWrapper\"\u003e\n\u003ctable id=\"stickerPriceTable\" class=\"min-w-full\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCart Over\u003c\/th\u003e\n\u003cth\u003e3\"x3\"\u003c\/th\u003e\n\u003cth\u003e6\"x6\"\u003c\/th\u003e\n\u003cth\u003e9\"x9\"\u003c\/th\u003e\n\u003cth\u003e10\"x10\"\u003c\/th\u003e\n\u003cth\u003e12\"x12\"\u003c\/th\u003e\n\u003cth\u003e14\"x14\"\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eNormal Pricing\u003c\/td\u003e\n\u003ctd\u003e$0.94\u003c\/td\u003e\n\u003ctd\u003e$3.75\u003c\/td\u003e\n\u003ctd\u003e$8.44\u003c\/td\u003e\n\u003ctd\u003e$10.42\u003c\/td\u003e\n\u003ctd\u003e$15.00\u003c\/td\u003e\n\u003ctd\u003e$20.42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e$25.00\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$0.84\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(10.0% off)\u003c\/span\u003e\u003cbr\u003eSave $0.09\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$3.38\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(10.0% off)\u003c\/span\u003e\u003cbr\u003eSave $0.38\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$7.60\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(10.0% off)\u003c\/span\u003e\u003cbr\u003eSave $0.84\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$9.38\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(10.0% off)\u003c\/span\u003e\u003cbr\u003eSave $1.04\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$13.50\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(10.0% off)\u003c\/span\u003e\u003cbr\u003eSave $1.50\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$18.38\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(10.0% off)\u003c\/span\u003e\u003cbr\u003eSave $2.04\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e$50.00\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$0.70\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(25.0% off)\u003c\/span\u003e\u003cbr\u003eSave $0.23\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$2.81\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(25.0% off)\u003c\/span\u003e\u003cbr\u003eSave $0.94\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$6.33\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(25.0% off)\u003c\/span\u003e\u003cbr\u003eSave $2.11\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$7.81\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(25.0% off)\u003c\/span\u003e\u003cbr\u003eSave $2.61\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$11.25\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(25.0% off)\u003c\/span\u003e\u003cbr\u003eSave $3.75\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$15.32\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(25.0% off)\u003c\/span\u003e\u003cbr\u003eSave $5.11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e$150.00\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$0.62\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(33.4% off)\u003c\/span\u003e\u003cbr\u003eSave $0.31\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$2.50\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(33.4% off)\u003c\/span\u003e\u003cbr\u003eSave $1.25\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$5.62\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(33.4% off)\u003c\/span\u003e\u003cbr\u003eSave $2.82\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$6.94\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(33.4% off)\u003c\/span\u003e\u003cbr\u003eSave $3.48\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$10.00\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(33.4% off)\u003c\/span\u003e\u003cbr\u003eSave $5.01\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$13.60\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(33.4% off)\u003c\/span\u003e\u003cbr\u003eSave $6.82\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e$350.00\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$0.47\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(50.0% off)\u003c\/span\u003e\u003cbr\u003eSave $0.47\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$1.88\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(50.0% off)\u003c\/span\u003e\u003cbr\u003eSave $1.88\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$4.22\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(50.0% off)\u003c\/span\u003e\u003cbr\u003eSave $4.22\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$5.21\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(50.0% off)\u003c\/span\u003e\u003cbr\u003eSave $5.21\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$7.50\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(50.0% off)\u003c\/span\u003e\u003cbr\u003eSave $7.50\u003c\/td\u003e\n\u003ctd class=\"discount-price\"\u003e$10.21\u003cbr\u003e\u003cspan class=\"percentage-off\"\u003e(50.0% off)\u003c\/span\u003e\u003cbr\u003eSave $10.21\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-8 text-center\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6\"\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eUV-Resistant\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003eWithstand harsh sunlight without fading for years\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eWater-Resistant\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003eSurvive splashes, rain, and even short dishwasher cycles\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eSuper-Lasting\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003eEngineered to maintain quality for several years\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eRaised Glossy Finish\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003eEye-catching, premium look and feel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eExtremely Durable\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003eResist peeling, chipping, and wear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eSuper Sizing\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003ePrint up to 22\" wide with infinite height possibilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-8 text-center\"\u003eFast Shipping\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eCalifornia Next-Day\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e• Orange County\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e• Los Angeles County\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e• San Diego County\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e• Riverside County\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eNationwide\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e• West Coast: 1-2 business days\u003c\/p\u003e\n\u003cp\u003e• Central States: 2-3 business days\u003c\/p\u003e\n\u003cp\u003e• East Coast: 3-4 business days\u003c\/p\u003e\n\u003cp\u003e• Free shipping on orders over $100\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"text-center glass-card rounded-xl p-8\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-4\"\u003eReady to Order?\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cp class=\"mb-4\"\u003eCustom sizes • Bulk orders • Design assistance • Color matching\u003c\/p\u003e\n\u003ca class=\"glass-card rounded-xl p-4 hover:bg-white\/10 transition-colors\" href=\"#\"\u003e\n\u003ch3 class=\"font-bold mb-2\"\u003eBackground Removal\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-sm\"\u003eFree service included\u003c\/p\u003e\n\u003cbr\u003e\u003c\/a\u003e\u003ca class=\"glass-card rounded-xl p-4 hover:bg-white\/10 transition-colors\" href=\"#\"\u003e\n\u003ch3 class=\"font-bold mb-2\"\u003eDesign Help\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-sm\"\u003eProfessional assistance\u003c\/p\u003e\n\u003cbr\u003e\u003c\/a\u003e\u003ca class=\"glass-card rounded-xl p-4 hover:bg-white\/10 transition-colors\" href=\"#\"\u003e\n\u003ch3 class=\"font-bold mb-2\"\u003eColor Matching\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-sm\"\u003ePrecise color reproduction\u003c\/p\u003e\n\u003cbr\u003e\u003c\/a\u003e\u003ca class=\"glass-card rounded-xl p-4 hover:bg-white\/10 transition-colors\" href=\"#\"\u003e\n\u003ch3 class=\"font-bold mb-2\"\u003eSample Prints\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"text-sm\"\u003eAvailable for large orders\u003c\/p\u003e\n\u003c\/a\u003e\n\u003cdiv class=\"mt-8\"\u003e\n\u003cp class=\"text-xl font-bold mb-2\"\u003eContact us:\u003c\/p\u003e\n\u003ca class=\"text-blue-300 hover:text-blue-400 text-lg\" href=\"mailto:Sales@superdtf.com\"\u003eSales@SuperDTF.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mb-16 mt-16\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-8 text-center\"\u003eEasy Ordering Process\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e1\u003c\/div\u003e\n\u003cbr\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eCreate Your Design\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul class=\"text-sm space-y-2\"\u003e\n\u003cli\u003e• Use Canva, Illustrator, or Photoshop\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• Minimum 300 DPI resolution\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• PNG with transparent background\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e2.\u003c\/div\u003e\n\u003cbr\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eUpload Design\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cul class=\"text-sm space-y-2\"\u003e\n\u003cli\u003e• Visit our website\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• Click \"Upload Design\"\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• Automatic quality check\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e3\u003c\/div\u003e\n\u003cbr\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eSet Dimensions\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul class=\"text-sm space-y-2\"\u003e\n\u003cli\u003e• Up to 22\" wide\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• Infinite height option\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• Precise sizing available\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-card rounded-xl p-6\"\u003e\n\u003cdiv class=\"text-4xl font-bold mb-4 text-blue-300\"\u003e4\u003c\/div\u003e\n\u003cbr\u003e\n\u003ch3 class=\"text-xl font-bold mb-3\"\u003eReview \u0026amp; Order\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul class=\"text-sm space-y-2\"\u003e\n\u003cli\u003e• Check all details\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• View instant pricing\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e• Complete checkout\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"text-center mt-16\"\u003e\n\u003cp class=\"text-gray-400\"\u003eOrder your Super UV DTF stickers today and experience professional quality that lasts!\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"mt-4 space-x-4\"\u003e\n\u003ca class=\"text-blue-300 hover:text-blue-400\" href=\"#\"\u003eTerms of Service\u003c\/a\u003e \u003cspan class=\"text-gray-500\"\u003e|\u003c\/span\u003e \u003ca class=\"text-blue-300 hover:text-blue-400\" href=\"#\"\u003ePrivacy Policy\u003c\/a\u003e \u003cspan class=\"text-gray-500\"\u003e|\u003c\/span\u003e \u003ca class=\"text-blue-300 hover:text-blue-400\" href=\"#\"\u003eContact Us\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/footer\u003e\u003cbr\u003e\n\u003ch3 class=\"whitespace-pre-wrap break-words\" style=\"color: white !important;\"\u003eExperience the Super UV DTF Sticker difference - where cutting-edge technology meets unbeatable durability and style. Perfect for businesses, events, personal projects, and anywhere you need long-lasting, high-quality stickers that make a statement. Order now and elevate your sticker game!\u003cbr\u003e\n\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003eKeywords:\u003cbr\u003e\u003cbr\u003eLaptops UV stickers, Water bottles UV stickers, Car bumpers UV stickers, Skateboards UV stickers, Helmets UV stickers, Snowboards UV stickers, Surfboards UV stickers, Guitars UV stickers, Drum sets UV stickers, Microphones UV stickers, Keyboards UV stickers, Speakers UV stickers, Amplifiers UV stickers, Bicycles UV stickers, Motorcycles UV stickers, Kayaks UV stickers, Canoes UV stickers, Paddleboards UV stickers, Jet skis UV stickers, Boats UV stickers, RVs UV stickers, Trailers UV stickers, Food trucks UV stickers, Shipping containers UV stickers, Luggage UV stickers, Backpacks UV stickers, Toolboxes UV stickers, Coolers UV stickers, Tackle boxes UV stickers, Fishing rods UV stickers, Golf clubs UV stickers, Tennis rackets UV stickers, Skis UV stickers, Snowmobiles UV stickers, ATVs UV stickers, Dirtbikes UV stickers, Vending machines UV stickers, Arcade cabinets UV stickers, Pinball machines UV stickers, Jukeboxes UV stickers, Cash registers UV stickers, POS systems UV stickers, Refrigerators UV stickers, Microwaves UV stickers, Ovens UV stickers, Dishwashers UV stickers, Washing machines UV stickers, Dryers UV stickers, Air conditioners UV stickers, Heat pumps UV stickers, Furnaces UV stickers, Water heaters UV stickers, Solar panels UV stickers, Wind turbines UV stickers, Generators UV stickers, Compressors UV stickers, Welding machines UV stickers, Lathes UV stickers, CNC machines UV stickers, 3D printers UV stickers, Drones UV stickers, RC cars UV stickers, Telescopes UV stickers, Microscopes UV stickers, Binoculars UV stickers, Cameras UV stickers, Tripods UV stickers, Light fixtures UV stickers, Ceiling fans UV stickers, Window frames UV stickers, Door frames UV stickers, Mailboxes UV stickers, Trash cans UV stickers, Recycling bins UV stickers, Garden sheds UV stickers, Greenhouses UV stickers, Chicken coops UV stickers, Beehives UV stickers, Dog houses UV stickers, Cat trees UV stickers, Aquariums UV stickers, Terrariums UV stickers, Birdhouses UV stickers, Planters UV stickers, Wheelbarrows UV stickers, Lawn mowers UV stickers, Leaf blowers UV stickers, Pressure washers UV stickers, Ladders UV stickers, Scaffolding UV stickers, Storage containers UV stickers, Filing cabinets UV stickers, Safes UV stickers, Gun cases UV stickers, Instrument cases UV stickers, Camera bags UV stickers, Tablet cases UV stickers, Phone cases UV stickers, Laptop sleeves UV stickers, Headphone cases UV stickers, Eyeglass cases UV stickers\u003cbr\u003e\u003c\/p\u003e","brand":"inkyproduct","offers":[{"title":"22.5\"x12\"","offer_id":41642117759089,"sku":"541-4748-29853591-23071","price":18.8,"currency_code":"USD","in_stock":true},{"title":"22.5\"x24\"","offer_id":41642117791857,"sku":"541-4748-29853591-23072","price":37.5,"currency_code":"USD","in_stock":true},{"title":"22.5\"x36\"","offer_id":41642117824625,"sku":"541-4748-29853591-23073","price":56.3,"currency_code":"USD","in_stock":true},{"title":"22.5\"x48\"","offer_id":41642117857393,"sku":"541-4748-29853591-23074","price":75.0,"currency_code":"USD","in_stock":true},{"title":"22.5\"x60\"","offer_id":41642117890161,"sku":"541-4748-29853591-23075","price":93.8,"currency_code":"USD","in_stock":true},{"title":"22.5\"x120\"","offer_id":41642117922929,"sku":"541-4748-29853591-23076","price":187.5,"currency_code":"USD","in_stock":true},{"title":"22.5\"x240\"","offer_id":41642117955697,"sku":"541-4748-29853591-23077","price":375.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/IMG_0111_2d2f2bb4-8217-4a67-89ba-2a044a9e0ed9.jpg?v=1738802769"},{"product_id":"16x20-premium-teflon-sheet-for-dtf-designs","title":"16x20 Premium Teflon Sheet For DTF Designs","description":"\u003cp\u003eElevate your heat transfer and DTF printing game with our professional-grade Teflon sheet - the ultimate solution for protecting your heat press and ensuring flawless transfers every time.\u003c\/p\u003e\n\u003ch2\u003eWhy Teflon? The Science Behind the Protection\u003c\/h2\u003e\n\u003cp\u003eTeflon, or polytetrafluoroethylene (PTFE), is a synthetic fluoropolymer with remarkable non-stick properties. Its unique molecular structure creates an ultra-smooth, low-friction surface that:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePrevents adhesive and print material from sticking to your heat press\u003c\/li\u003e\n\u003cli\u003eDistributes heat evenly across the transfer surface\u003c\/li\u003e\n\u003cli\u003eProtects your top heat plate from potential damage and residue buildup\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrecise Dimensions:\u003c\/strong\u003e 16x20 inches - Perfect fit for most standard heat presses\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMagnet-Friendly Design:\u003c\/strong\u003e Easily secure to your heat press using magnets for stable positioning\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Teflon Construction:\u003c\/strong\u003e Ensures long-lasting performance and protection\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Use:\u003c\/strong\u003e Ideal for DTF transfers, sublimation, heat transfer vinyl, and more\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003ePro Tip: Magnet Placement\u003c\/h2\u003e\n\u003cp\u003eTo keep your Teflon sheet perfectly positioned during transfers:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUse 4-6 strong magnets (not included)\u003c\/li\u003e\n\u003cli\u003ePlace magnets at the corners and midpoints of the sheet\u003c\/li\u003e\n\u003cli\u003eEnsure magnets are strong enough to hold the sheet flat against the heat press\u003c\/li\u003e\n\u003cli\u003eMagnetic placement prevents shifting and ensures consistent transfer quality\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eBenefits for Your Printing Process\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePristine Transfers:\u003c\/strong\u003e Eliminate unwanted residue and sheen on your final print\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExtended Equipment Life:\u003c\/strong\u003e Protects your heat press from adhesive buildup and potential damage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Maintenance:\u003c\/strong\u003e Simply wipe clean between uses\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConsistent Results:\u003c\/strong\u003e Provides a smooth, even surface for perfect heat transfers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDirect to Film (DTF) Printing\u003c\/li\u003e\n\u003cli\u003eHeat Transfer Vinyl\u003c\/li\u003e\n\u003cli\u003eSublimation Transfers\u003c\/li\u003e\n\u003cli\u003eScreen Printing Transfers\u003c\/li\u003e\n\u003cli\u003eVinyl Crafting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eMaintenance Tip:\u003c\/strong\u003e Always clean your Teflon sheet with a soft, lint-free cloth after use to maintain its non-stick properties and extend its lifespan.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 16x20 inches \u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium PTFE (Teflon)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Magnets not included. Recommended for optimal sheet positioning.\u003c\/p\u003e\n\u003cp\u003eTransform your heat press experience with this essential accessory - precision, protection, and performance in one innovative sheet!\u003c\/p\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":41696314884209,"sku":"","price":4.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/16x20-premium-teflon-sheet-for-dtf-designs-dtf-prints-dtf-transfers-custom-dtf-prints-873957.jpg?v=1743023856"},{"product_id":"precut-puff-vinyl","title":"SuperDTF Precut 3d Puff Vinyl","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- Tailwind CSS --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Font Awesome --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Outer gradient background *\/\n    body {\n      background-color: #111827;\n      color: white;\n      min-height: 100vh;\n    }\n    \n    .outer-container {\n      background: linear-gradient(135deg, #4f46e5 0%, #ec4899 50%, #fcd34d 100%);\n      padding: 4rem 2rem;\n      border-radius: 1.5rem;\n      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);\n      margin: 2rem auto;\n    }\n\n    \/* Section perspective wrapper *\/\n    .section-wrapper {\n      perspective: 1000px;\n      margin-bottom: 2rem;\n    }\n\n    \/* Inner \"3D\" card *\/\n    .inner-card {\n      background: rgba(255, 255, 255, 0.1);\n      backdrop-filter: blur(10px);\n      border-radius: 1rem;\n      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), \n                  0 10px 10px -5px rgba(0, 0, 0, 0.2),\n                  0 0 15px rgba(255, 255, 255, 0.1);\n      transform-style: preserve-3d;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n      transform: translateZ(10px);\n      overflow: hidden;\n      border: 1px solid rgba(255, 255, 255, 0.1);\n    }\n    \n    .inner-card:hover {\n      transform: translateZ(30px) scale(1.02);\n      box-shadow: 0 30px 40px -5px rgba(0, 0, 0, 0.6),\n                  0 0 20px rgba(255, 255, 255, 0.2);\n    }\n\n    \/* Gradient-text animation *\/\n    @keyframes gradientShift {\n      0%   { background-position: 0% 50%; }\n      50%  { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n    \n    .text-gradient {\n      background: linear-gradient(45deg, #ce0081, #e3d716, #39a9cd);\n      background-size: 300% 300%;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: gradientShift 3s ease infinite;\n      font-weight: bold;\n    }\n\n    \/* Fade-in *\/\n    .fade-in {\n      animation: fadeIn 0.8s ease-out both;\n    }\n    \n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(20px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    \n    \/* Card shine effect *\/\n    .card-shine {\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .card-shine::after {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: linear-gradient(\n        to bottom right,\n        rgba(255, 255, 255, 0) 0%,\n        rgba(255, 255, 255, 0.1) 50%,\n        rgba(255, 255, 255, 0) 100%\n      );\n      transform: rotate(30deg);\n      pointer-events: none;\n      z-index: 1;\n      transition: transform 0.5s;\n    }\n    \n    .card-shine:hover::after {\n      transform: rotate(30deg) translate(10%, 10%);\n    }\n    \n    \/* Custom section headers *\/\n    .section-header {\n      position: relative;\n      display: inline-block;\n      padding-bottom: 0.5rem;\n      margin-bottom: 1.5rem;\n    }\n    \n    .section-header::after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      width: 100%;\n      height: 4px;\n      background: linear-gradient(90deg, #ce0081, #e3d716, #39a9cd);\n      border-radius: 2px;\n    }\n    \n    \/* Benefit cards *\/\n    .benefit-card {\n      transition: all 0.3s ease;\n      transform: translateZ(5px);\n    }\n    \n    .benefit-card:hover {\n      transform: translateZ(15px) scale(1.05);\n    }\n    \n    \/* Card floating animation *\/\n    @keyframes float {\n      0% { transform: translateY(0px); }\n      50% { transform: translateY(-10px); }\n      100% { transform: translateY(0px); }\n    }\n    \n    .floating {\n      animation: float 4s ease-in-out infinite;\n    }\n    \n    \/* Glow effect *\/\n    .glow-on-hover {\n      transition: all 0.3s ease;\n    }\n    \n    .glow-on-hover:hover {\n      box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"outer-container max-w-6xl mx-auto\"\u003e\n\u003cdiv class=\"container mx-auto\"\u003e\n\u003c!-- WARNING BANNER --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\"\u003e\n\u003cdiv class=\"inner-card p-6 fade-in card-shine\"\u003e\n\u003cdiv class=\"flex items-center space-x-3\"\u003e\n\u003cdiv class=\"text-4xl text-yellow-300\"\u003e⚠️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"font-bold text-yellow-300 text-lg\"\u003eWarnings:\u003c\/p\u003e\n\u003cp class=\"mt-1 text-yellow-100\"\u003eSmall letters and very fine details won't show up well in Puff Vinyl. Use bold, simple shapes and uppercase text for best results. We do not offer re-cuts on jobs that have too small of details for the puff to be seen or for difficult\/incorrect weeding.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\"\u003e\n\u003cdiv class=\"inner-card p-8 text-center fade-in card-shine\"\u003e\n\u003cdiv class=\"inline-block mb-6 p-4 rounded-full bg-gradient-to-r from-pink-600 to-blue-500 bg-opacity-30 floating\"\u003e\n\u003ci class=\"fa-solid fa-layer-group fa-3x text-gradient\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"text-4xl md:text-6xl font-extrabold mb-6 text-gradient\"\u003eSUPER 3D Puff Vinyl\u003c\/h1\u003e\n\u003cp class=\"text-xl md:text-2xl mb-8 text-gray-100\"\u003ePremium Quality, Precut 3D Puff Vinyl Sheets\u003c\/p\u003e\n\u003cdiv class=\"flex flex-wrap justify-center gap-4\"\u003e\n\u003ca href=\"#how-to-order\" class=\"px-8 py-4 rounded-lg font-bold bg-gradient-to-r from-pink-600 to-blue-500 hover:scale-105 transform transition glow-on-hover\"\u003e \u003ci class=\"fa-solid fa-cart-shopping mr-2\"\u003e\u003c\/i\u003eOrder Now \u003c\/a\u003e \u003ca href=\"#pricing\" class=\"px-8 py-4 rounded-lg bg-gray-800 hover:bg-gray-700 transition border border-gray-700\"\u003e \u003ci class=\"fa-solid fa-tag mr-2\"\u003e\u003c\/i\u003eSee Pricing \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS SECTION --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\"\u003e\n\u003cdiv class=\"inner-card p-8 fade-in\"\u003e\n\u003ch2 class=\"text-3xl font-bold section-header text-gradient\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"grid gap-6 grid-cols-1 sm:grid-cols-2 lg:grid-cols-4\"\u003e\n\u003c!-- Benefit 1 --\u003e\n\u003cdiv class=\"benefit-card p-6 text-center bg-white\/5 rounded-lg drop-shadow-2xl card-shine\"\u003e\n\u003ci class=\"fa-solid fa-star fa-2x text-pink-400 mb-3\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-lg text-white mb-2\"\u003ePremium Quality\u003c\/h3\u003e\n\u003cp class=\"text-gray-300 text-sm\"\u003eDurable, high-quality 3D puff vinyl for stunning raised designs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Benefit 2 --\u003e\n\u003cdiv class=\"benefit-card p-6 text-center bg-white\/5 rounded-lg drop-shadow-2xl card-shine\"\u003e\n\u003ci class=\"fa-solid fa-cut fa-2x text-blue-400 mb-3\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-lg text-white mb-2\"\u003ePrecut Precision\u003c\/h3\u003e\n\u003cp class=\"text-gray-300 text-sm\"\u003eSave time with our perfectly precut vinyl, ready for application\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Benefit 3 --\u003e\n\u003cdiv class=\"benefit-card p-6 text-center bg-white\/5 rounded-lg drop-shadow-2xl card-shine\"\u003e\n\u003ci class=\"fa-solid fa-leaf fa-2x text-green-400 mb-3\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-lg text-white mb-2\"\u003eEco-Friendly\u003c\/h3\u003e\n\u003cp class=\"text-gray-300 text-sm\"\u003eSustainable materials with minimal waste in production\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Benefit 4 --\u003e\n\u003cdiv class=\"benefit-card p-6 text-center bg-white\/5 rounded-lg drop-shadow-2xl card-shine\"\u003e\n\u003ci class=\"fa-solid fa-piggy-bank fa-2x text-yellow-400 mb-3\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-lg text-white mb-2\"\u003eCost-Effective\u003c\/h3\u003e\n\u003cp class=\"text-gray-300 text-sm\"\u003eProfessional 3D results at an affordable price\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMPORTANT NOTICE --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\"\u003e\n\u003cdiv class=\"inner-card p-6 fade-in card-shine\"\u003e\n\u003cdiv class=\"flex items-center gap-3\"\u003e\n\u003ci class=\"fa-solid fa-triangle-exclamation text-2xl text-yellow-400\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\n\u003cspan class=\"font-bold text-yellow-300 text-lg\"\u003eImportant Notice:\u003c\/span\u003e\n\u003cp class=\"text-gray-200 mt-1\"\u003eAll orders placed on Friday after 3 PM won't process without a weekday rush fee. Saturday orders require the Saturday Rush Fee to ship that day, otherwise they'll go out Monday.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRICING --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\" id=\"pricing\"\u003e\n\u003cdiv class=\"inner-card p-8 fade-in\"\u003e\n\u003ch2 class=\"text-3xl font-bold section-header flex items-center gap-3 text-gradient\"\u003e\n\u003ci class=\"fa-solid fa-tag\"\u003e\u003c\/i\u003eSimple Pricing\u003c\/h2\u003e\n\u003cdiv class=\"bg-gradient-to-r from-gray-800 to-gray-900 p-8 rounded-lg border border-gray-700 text-center card-shine\"\u003e\n\u003cdiv class=\"text-5xl font-bold mb-3\"\u003e$20 \u003cspan class=\"text-2xl text-gray-400\"\u003eper sheet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-gray-400 mb-6\"\u003eMinimum order of 3 sheets. Custom colors available on request.\u003c\/p\u003e\n\u003cul class=\"space-y-4 mb-8 text-left max-w-md mx-auto text-gray-200\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-check text-green-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Premium 3D puff vinyl for stunning raised designs\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-check text-green-400 mr-3 mt-1\"\u003e\u003c\/i\u003e 18″ × 24″ sheets—perfect for multiple designs\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-check text-green-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Black standard; special colors upon request\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"#how-to-order\" class=\"inline-block px-8 py-4 font-bold rounded-lg bg-gradient-to-r from-pink-600 to-blue-500 hover:scale-105 transition glow-on-hover\"\u003e Start Your Order \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO ORDER --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\" id=\"how-to-order\"\u003e\n\u003cdiv class=\"inner-card p-8 fade-in\"\u003e\n\u003ch2 class=\"text-3xl font-bold section-header flex items-center gap-3 text-gradient\"\u003e\n\u003ci class=\"fa-solid fa-list-check\"\u003e\u003c\/i\u003eHow to Order\u003c\/h2\u003e\n\u003cdiv class=\"space-y-8\"\u003e\n\u003c!-- Steps grid: two-column on md+ --\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n\u003c!-- Step 1 --\u003e\n\u003cdiv class=\"flex gap-4 card-shine bg-white\/5 p-6 rounded-lg\"\u003e\n\u003cdiv class=\"flex-none\"\u003e\n\u003cdiv class=\"w-12 h-12 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 font-bold text-white text-xl\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"font-bold text-xl mb-3 text-gradient\"\u003ePrepare Your Design\u003c\/h3\u003e\n\u003cul class=\"space-y-2 text-gray-200\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-palette text-pink-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Single color only (black preferred)\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-image text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e 300 DPI resolution\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-vector-square text-purple-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Simple designs only (no fine details)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 2 --\u003e\n\u003cdiv class=\"flex gap-4 card-shine bg-white\/5 p-6 rounded-lg\"\u003e\n\u003cdiv class=\"flex-none\"\u003e\n\u003cdiv class=\"w-12 h-12 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 font-bold text-white text-xl\"\u003e2\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"font-bold text-xl mb-3 text-gradient\"\u003eSet Correct Dimensions\u003c\/h3\u003e\n\u003cul class=\"space-y-2 text-gray-200\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-ruler-combined text-pink-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Sheets must be 18″ × 24″\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-arrows-up-down text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Adequate spacing between designs\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-layer-group text-yellow-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Minimum order of 3 sheets\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 3 --\u003e\n\u003cdiv class=\"flex gap-4 card-shine bg-white\/5 p-6 rounded-lg\"\u003e\n\u003cdiv class=\"flex-none\"\u003e\n\u003cdiv class=\"w-12 h-12 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 font-bold text-white text-xl\"\u003e3\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"font-bold text-xl mb-3 text-gradient\"\u003eReview Your Design\u003c\/h3\u003e\n\u003cul class=\"space-y-2 text-gray-200\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-magnifying-glass-chart text-pink-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Confirm single color\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-check-double text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Verify 300 DPI\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-ruler text-green-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Check sheets are 18″ × 24″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 4 --\u003e\n\u003cdiv class=\"flex gap-4 card-shine bg-white\/5 p-6 rounded-lg\"\u003e\n\u003cdiv class=\"flex-none\"\u003e\n\u003cdiv class=\"w-12 h-12 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 font-bold text-white text-xl\"\u003e4\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"font-bold text-xl mb-3 text-gradient\"\u003eExport in High Resolution\u003c\/h3\u003e\n\u003cul class=\"space-y-2 text-gray-200\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-file-export text-pink-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Export at 300 DPI\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-file-image text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e Formats: PNG, AI, PSD, TIFF\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Step 5 --\u003e\n\u003cdiv class=\"flex gap-4 card-shine bg-white\/5 p-6 rounded-lg md:col-span-2\"\u003e\n\u003cdiv class=\"flex-none\"\u003e\n\u003cdiv class=\"w-12 h-12 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 font-bold text-white text-xl\"\u003e5\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003ch3 class=\"font-bold text-xl mb-3 text-gradient\"\u003eSubmit Your Order\u003c\/h3\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-4\"\u003e\n\u003cdiv class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-arrow-right-arrow-left text-pink-400 mr-3 mt-1\"\u003e\u003c\/i\u003e \u003cspan class=\"text-gray-200\"\u003eAt least 3 sheets per order\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-palette text-blue-400 mr-3 mt-1\"\u003e\u003c\/i\u003e \u003cspan class=\"text-gray-200\"\u003eBlack standard; special colors on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-file-lines text-yellow-400 mr-3 mt-1\"\u003e\u003c\/i\u003e \u003cspan class=\"text-gray-200\"\u003eInclude special instructions in notes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESIGN RESOURCES --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\"\u003e\n\u003cdiv class=\"inner-card p-8 fade-in\"\u003e\n\u003ch2 class=\"text-3xl font-bold section-header flex items-center gap-3 text-gradient\"\u003e\n\u003ci class=\"fa-solid fa-pencil-ruler\"\u003e\u003c\/i\u003eDesign Resources\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-6\"\u003e\n\u003c!-- Canva --\u003e\n\u003cdiv class=\"p-6 bg-white\/5 rounded-lg drop-shadow-2xl flex flex-col card-shine\"\u003e\n\u003cdiv class=\"flex items-center mb-4 gap-3\"\u003e\n\u003ci class=\"fa-solid fa-palette fa-2x text-gradient\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-xl\"\u003eUsing Canva\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-gray-200 flex-1\"\u003ePerfect for beginners. Create professional designs without experience.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"mt-4 inline-flex items-center text-yellow-300 hover:text-yellow-200 font-semibold\"\u003e View Guide \u003ci class=\"fa-solid fa-arrow-right ml-2\"\u003e\u003c\/i\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Illustrator --\u003e\n\u003cdiv class=\"p-6 bg-white\/5 rounded-lg drop-shadow-2xl flex flex-col card-shine\"\u003e\n\u003cdiv class=\"flex items-center mb-4 gap-3\"\u003e\n\u003ci class=\"fa-solid fa-pen-ruler fa-2x text-gradient\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-xl\"\u003eUsing Illustrator\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-gray-200 flex-1\"\u003eAdvanced vector workflow for precise control and pro results.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"mt-4 inline-flex items-center text-yellow-300 hover:text-yellow-200 font-semibold\"\u003e View Guide \u003ci class=\"fa-solid fa-arrow-right ml-2\"\u003e\u003c\/i\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Photoshop --\u003e\n\u003cdiv class=\"p-6 bg-white\/5 rounded-lg drop-shadow-2xl flex flex-col card-shine\"\u003e\n\u003cdiv class=\"flex items-center mb-4 gap-3\"\u003e\n\u003ci class=\"fa-solid fa-layer-group fa-2x text-gradient\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-xl\"\u003eUsing Photoshop\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-gray-200 flex-1\"\u003eGreat for detailed designs and pixel-perfect layouts.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"mt-4 inline-flex items-center text-yellow-300 hover:text-yellow-200 font-semibold\"\u003e View Guide \u003ci class=\"fa-solid fa-arrow-right ml-2\"\u003e\u003c\/i\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION INSTRUCTIONS --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\"\u003e\n\u003cdiv class=\"inner-card p-8 fade-in\"\u003e\n\u003ch2 class=\"text-3xl font-bold section-header flex items-center gap-3 text-gradient\"\u003e\n\u003ci class=\"fa-solid fa-temperature-high\"\u003e\u003c\/i\u003eApplication Instructions\u003c\/h2\u003e\n\u003c!-- Cotton \u0026 Polyester --\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6 mb-8\"\u003e\n\u003c!-- Cotton --\u003e\n\u003cdiv class=\"bg-white\/5 p-6 rounded-lg drop-shadow-2xl space-y-4 card-shine\"\u003e\n\u003cdiv class=\"flex items-center gap-3\"\u003e\n\u003ci class=\"fa-solid fa-tshirt fa-2x text-gradient\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-xl\"\u003eFor Cotton\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"space-y-3 text-gray-200\"\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-thermometer text-pink-400 mr-3\"\u003e\u003c\/i\u003e275–300 °F (Press Again For A More Puffy Effect)\u003c\/li\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-clock text-blue-400 mr-3\"\u003e\u003c\/i\u003e12–15 seconds\u003c\/li\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-compress text-green-400 mr-3\"\u003e\u003c\/i\u003eMedium pressure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003col class=\"list-decimal ml-6 text-gray-200 space-y-2\"\u003e\n\u003cli\u003ePre-heat garment 3–5 s to remove moisture\u003c\/li\u003e\n\u003cli\u003ePosition design face-up\u003c\/li\u003e\n\u003cli\u003eCover with Teflon sheet\u003c\/li\u003e\n\u003cli\u003ePress 12–15 s, medium pressure\u003c\/li\u003e\n\u003cli\u003eCold peel carrier when cool\u003c\/li\u003e\n\u003cli\u003eRe-press 5 s under Teflon\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- Polyester --\u003e\n\u003cdiv class=\"bg-white\/5 p-6 rounded-lg drop-shadow-2xl space-y-4 card-shine\"\u003e\n\u003cdiv class=\"flex items-center gap-3\"\u003e\n\u003ci class=\"fa-solid fa-tshirt fa-2x text-gradient\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-xl\"\u003eFor Polyester\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"space-y-3 text-gray-200\"\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-thermometer text-pink-400 mr-3\"\u003e\u003c\/i\u003e270–280 °F (132–138 °C)\u003c\/li\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-clock text-blue-400 mr-3\"\u003e\u003c\/i\u003e10–12 seconds\u003c\/li\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-compress text-green-400 mr-3\"\u003e\u003c\/i\u003eLight–medium pressure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003col class=\"list-decimal ml-6 text-gray-200 space-y-2\"\u003e\n\u003cli\u003ePre-heat garment 2–3 s\u003c\/li\u003e\n\u003cli\u003ePosition design face-up\u003c\/li\u003e\n\u003cli\u003eCover with Teflon sheet\u003c\/li\u003e\n\u003cli\u003ePress 10–12 s, light–medium pressure\u003c\/li\u003e\n\u003cli\u003eAllow slight cooling before peel\u003c\/li\u003e\n\u003cli\u003eRe-press 5 s under Teflon\u003c\/li\u003e\n\u003cli\u003eUse lower temp to prevent scorch\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Home Iron \u0026 Pro Tips --\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n\u003c!-- Home Iron --\u003e\n\u003cdiv class=\"bg-white\/5 p-6 rounded-lg drop-shadow-2xl space-y-4 card-shine\"\u003e\n\u003cdiv class=\"flex items-center gap-3\"\u003e\n\u003ci class=\"fa-solid fa-iron fa-2x text-gradient\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-xl\"\u003eHome Iron Method\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"space-y-3 text-gray-200\"\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-temperature-high text-pink-400 mr-3\"\u003e\u003c\/i\u003eCotton setting (no steam)\u003c\/li\u003e\n\u003cli class=\"flex items-center\"\u003e\n\u003ci class=\"fa-solid fa-clock text-blue-400 mr-3\"\u003e\u003c\/i\u003e30–40 seconds\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003col class=\"list-decimal ml-6 text-gray-200 space-y-2\"\u003e\n\u003cli\u003ePre-heat garment 5–10 s\u003c\/li\u003e\n\u003cli\u003ePlace design face-up\u003c\/li\u003e\n\u003cli\u003eCover with parchment or cloth\u003c\/li\u003e\n\u003cli\u003eFirm circular pressure 30–40 s\u003c\/li\u003e\n\u003cli\u003eCool completely before peel\u003c\/li\u003e\n\u003cli\u003eRe-press 15–20 s to secure\u003c\/li\u003e\n\u003cli\u003eHeat press preferred for consistency\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- Pro Tips --\u003e\n\u003cdiv class=\"bg-white\/5 p-6 rounded-lg drop-shadow-2xl space-y-4 card-shine\"\u003e\n\u003cdiv class=\"flex items-center gap-3\"\u003e\n\u003ci class=\"fa-solid fa-lightbulb fa-2x text-gradient\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"font-bold text-xl\"\u003ePro Tips\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"list-disc ml-6 text-gray-200 space-y-2\"\u003e\n\u003cli\u003eFor 50\/50 blends, use polyester settings\u003c\/li\u003e\n\u003cli\u003eTest first on scrap material\u003c\/li\u003e\n\u003cli\u003ePre-press to remove moisture \u0026amp; wrinkles\u003c\/li\u003e\n\u003cli\u003eFor extra 3D effect, do a second press\u003c\/li\u003e\n\u003cli\u003eWait 24 h before washing\u003c\/li\u003e\n\u003cli\u003eWash inside-out cold for durability\u003c\/li\u003e\n\u003cli\u003eTumble low or air-dry for best results\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-8\"\u003e\u003ca href=\"#\" class=\"inline-flex items-center px-6 py-3 bg-white\/10 rounded-lg text-yellow-300 hover:text-yellow-200 hover:bg-white\/15 transition glow-on-hover\"\u003e \u003ci class=\"fa-solid fa-file-pdf mr-2\"\u003e\u003c\/i\u003eDownload Complete Application Guide \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONTACT SECTION --\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-12\"\u003e\n\u003csection class=\"section-wrapper\"\u003e\n\u003cdiv class=\"inner-card p-8 fade-in\"\u003e\n\u003ch2 class=\"text-3xl font-bold section-header flex items-center gap-3 text-gradient\"\u003e\n\u003ci class=\"fa-solid fa-headset\"\u003e\u003c\/i\u003eNeed Help?\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-6\"\u003e\n\u003c!-- Email --\u003e\n\u003cdiv class=\"p-6 bg-white\/5 rounded-lg drop-shadow-2xl flex flex-col items-center text-center card-shine\"\u003e\n\u003cdiv class=\"w-16 h-16 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 mb-4\"\u003e\n\u003ci class=\"fa-solid fa-envelope fa-xl text-white\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"font-bold text-xl mb-2\"\u003eEmail Us\u003c\/h3\u003e\n\u003cp class=\"text-gray-300 mb-4\"\u003eGet answers within 24 hours on business days\u003c\/p\u003e\n\u003ca href=\"mailto:sales@superdtf.com\" class=\"text-yellow-300 hover:text-yellow-200\"\u003esales@superdtf.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Phone --\u003e\n\u003cdiv class=\"p-6 bg-white\/5 rounded-lg drop-shadow-2xl flex flex-col items-center text-center card-shine\"\u003e\n\u003cdiv class=\"w-16 h-16 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 mb-4\"\u003e\n\u003ci class=\"fa-solid fa-phone fa-xl text-white\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"font-bold text-xl mb-2\"\u003eCall Us\u003c\/h3\u003e\n\u003cp class=\"text-gray-300 mb-4\"\u003eAvailable Monday-Friday, 9AM-5PM EST\u003c\/p\u003e\n\u003ca href=\"tel:+18005551234\" class=\"text-yellow-300 hover:text-yellow-200\"\u003e1-949-919-6432\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Chat --\u003e\n\u003cdiv class=\"p-6 bg-white\/5 rounded-lg drop-shadow-2xl flex flex-col items-center text-center card-shine\"\u003e\n\u003cdiv class=\"w-16 h-16 flex items-center justify-center rounded-full bg-gradient-to-r from-pink-600 to-blue-500 mb-4\"\u003e\n\u003ci class=\"fa-solid fa-comment-dots fa-xl text-white\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"font-bold text-xl mb-2\"\u003eLive Chat\u003c\/h3\u003e\n\u003cp class=\"text-gray-300 mb-4\"\u003eInstant answers during business hours\u003c\/p\u003e\n\u003cbutton class=\"px-4 py-2 bg-white\/10 rounded-lg text-yellow-300 hover:bg-white\/15 transition\"\u003eStart Chat\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"row mt-8\"\u003e\n\u003cdiv class=\"col-12\"\u003e\u003cfooter class=\"text-center text-gray-400 p-6\"\u003e\n\u003cdiv class=\"flex justify-center space-x-6 mb-4\"\u003e\n\u003ca href=\"#\" class=\"text-gray-400 hover:text-white transition\"\u003e \u003ci class=\"fa-brands fa-facebook fa-xl\"\u003e\u003c\/i\u003e \u003c\/a\u003e \u003ca href=\"#\" class=\"text-gray-400 hover:text-white transition\"\u003e \u003ci class=\"fa-brands fa-instagram fa-xl\"\u003e\u003c\/i\u003e \u003c\/a\u003e \u003ca href=\"#\" class=\"text-gray-400 hover:text-white transition\"\u003e \u003ci class=\"fa-brands fa-tiktok fa-xl\"\u003e\u003c\/i\u003e \u003c\/a\u003e \u003ca href=\"#\" class=\"text-gray-400 hover:text-white transition\"\u003e \u003ci class=\"fa-brands fa-youtube fa-xl\"\u003e\u003c\/i\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp\u003e© 2025 SUPERDTF. All rights reserved.\u003c\/p\u003e\n\u003c\/footer\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Font Awesome JS --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Animation script --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SUPERDTF","offers":[{"title":"White \/ 18\"x24\" Sheet","offer_id":41739670290545,"sku":"","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 18\"x24\" Sheet","offer_id":41739670323313,"sku":"","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 18\"x24\" Sheet","offer_id":42218788683889,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/superdtf-precut-3d-puff-vinyl-dtf-prints-dtf-transfers-custom-dtf-prints-810691.jpg?v=1743021316"},{"product_id":"ez-uploader-super-silver-chrome-dtf-transfers","title":"SuperLux Silver Chrome Foil Transfers","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Tailwind CSS --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Font Awesome --\u003e\n\u003cp\u003e\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Base styles *\/\n    body {\n      background-color: #0a0a0a;\n      color: white;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n    \n    \/* Chrome\/silver text effect *\/\n    .chrome-header {\n      background: linear-gradient(135deg, \n        #ffffff 0%, \n        #f0f0f0 10%,\n        #d9d9d9 20%,\n        #a6a6a6 30%,\n        #f5f5f5 40%,\n        #ffffff 50%,\n        #dedede 60%,\n        #8c8c8c 70%,\n        #b8b8b8 80%,\n        #ffffff 90%,\n        #ebebeb 100%);\n      background-size: 200% 200%;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: chrome 8s ease infinite;\n      font-weight: 800;\n      text-shadow: 0 0 10px rgba(255,255,255,0.2);\n      letter-spacing: -0.02em;\n    }\n    \n    @keyframes chrome {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n    \n    \/* Hoverable card effects with silver accents *\/\n    .hover-card {\n      transition: all 0.3s ease;\n      border: 1px solid rgba(192,192,192,0.2);\n      background: rgba(40,40,40,0.3);\n    }\n    \n    .hover-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 10px 25px -5px rgba(192,192,192,0.4);\n      border: 1px solid rgba(192,192,192,0.5);\n    }\n    \n    \/* Chrome button styles *\/\n    .chrome-btn {\n      background: linear-gradient(135deg, \n        #b8b8b8, \n        #d8d8d8, \n        #f5f5f5, \n        #d8d8d8, \n        #a0a0a0);\n      background-size: 200% 200%;\n      animation: chrome-bg 4s ease infinite;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 15px -3px rgba(150,150,150,0.5);\n      color: #000;\n      font-weight: bold;\n    }\n    \n    .chrome-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 20px -5px rgba(200,200,200,0.7);\n    }\n    \n    @keyframes chrome-bg {\n      0%, 100% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n    }\n    \n    \/* Image hover effects with silver border *\/\n    .image-hover {\n      transition: all 0.4s ease;\n      border: 2px solid transparent;\n    }\n    \n    .image-hover:hover {\n      transform: scale(1.03);\n      border: 2px solid #c0c0c0;\n      box-shadow: 0 0 20px rgba(192,192,192,0.5);\n    }\n    \n    \/* Warning box animation *\/\n    .warning-box {\n      position: relative;\n      overflow: hidden;\n      animation: pulse 2s infinite;\n    }\n    \n    @keyframes pulse {\n      0%, 100% { background-color: rgba(185, 28, 28, 0.8); }\n      50% { background-color: rgba(185, 28, 28, 0.6); }\n    }\n    \n    .warning-box::before {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n      animation: shine 3s infinite;\n    }\n    \n    @keyframes shine {\n      100% { left: 100%; }\n    }\n    \n    \/* Text silver gradient *\/\n    .text-silver {\n      background: linear-gradient(135deg, #a0a0a0, #e0e0e0, #c0c0c0);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n\n    \/* Glass Card Effect with silver tint *\/\n    .glass-card {\n      background: rgba(40, 40, 40, 0.2);\n      backdrop-filter: blur(10px);\n      border: 1px solid rgba(192, 192, 192, 0.2);\n      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);\n    }\n    \n    \/* Silver gradient borders *\/\n    .silver-border {\n      position: relative;\n      border-radius: 0.75rem;\n      padding: 4px;\n      background: linear-gradient(135deg, #808080, #c0c0c0, #ffffff, #c0c0c0);\n    }\n    \n    .silver-border-inner {\n      background: #0a0a0a;\n      border-radius: 0.5rem;\n      height: 100%;\n    }\n    \n    \/* Silver highlight *\/\n    .silver-highlight {\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .silver-highlight::after {\n      content: \"\";\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: linear-gradient(\n        to bottom right,\n        rgba(255, 255, 255, 0) 0%,\n        rgba(255, 255, 255, 0) 40%,\n        rgba(255, 255, 255, 0.4) 50%,\n        rgba(255, 255, 255, 0) 60%,\n        rgba(255, 255, 255, 0) 100%\n      );\n      transform: rotate(45deg);\n      animation: shine-effect 3.5s linear infinite;\n    }\n    \n    @keyframes shine-effect {\n      0% { left: -100%; top: -100%; }\n      100% { left: 100%; top: 100%; }\n    }\n  \u003c\/style\u003e\n\u003cmain class=\"max-w-7xl mx-auto px-4 py-8\"\u003e\u003c!-- Header Section --\u003e\u003cheader class=\"text-center mb-12\"\u003e\n\u003ch1 class=\"text-6xl md:text-7xl font-extrabold chrome-header mb-4\"\u003eSuperLux Silver Chrome DTF Edition\u003c\/h1\u003e\n\u003cp class=\"text-xl text-gray-300 max-w-3xl mx-auto\"\u003eTransform your designs with our premium Silver Chrome Foil DTF transfers—luxury metallic finish that elevates any garment with a mirror-like shine you have to see to believe.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Portrait Image --\u003e\n\u003csection class=\"mb-12 flex justify-center\"\u003e\n\u003cdiv class=\"silver-border w-full md:w-2\/3 lg:w-1\/2 silver-highlight\"\u003e\n\u003cdiv class=\"silver-border-inner\"\u003e\u003cimg class=\"rounded-lg shadow-lg w-full\" alt=\"Silver Chrome Foil DTF\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/ez-uploader-super-silver-chrome-dtf-transfers-dtf-prints-dtf-transfers-custom-dtf-prints-825189.png?v=1748395022\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"text-center mb-12\"\u003e\n\u003cp class=\"text-xl italic text-gray-300\"\u003e\"Photos don't do this justice - the Chrome effect is something you have to see to believe. It's absolutely mind-blowing in person.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- COLD PEEL WARNING --\u003e\n\u003csection class=\"warning-box rounded-xl p-6 mb-12 text-center\"\u003e\n\u003cdiv class=\"flex flex-col md:flex-row items-center justify-center gap-4\"\u003e\n\u003ci class=\"fa-solid fa-triangle-exclamation text-4xl text-yellow-300 animate-pulse\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"text-3xl font-bold text-yellow-300 mb-2\"\u003eCOLD PEEL REQUIRED\u003c\/h3\u003e\n\u003cp class=\"text-xl text-white font-bold\"\u003eWait at least \u003cspan class=\"text-yellow-300\"\u003e60 SECONDS\u003c\/span\u003e after pressing and use a \u003cspan class=\"text-yellow-300\"\u003eSQUEEGEE\u003c\/span\u003e before removing the film\u003c\/p\u003e\n\u003cp class=\"text-md text-gray-200 mt-2\"\u003eFailure to follow this process will result in incomplete transfer and damaged designs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Video Preview --\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-6 text-center chrome-header\"\u003eInstructional Video: See The Chrome Effect In Action\u003c\/h2\u003e\n\u003cdiv class=\"flex justify-center\"\u003e\n\u003cdiv class=\"silver-border w-full md:w-4\/5 lg:w-3\/4\"\u003e\n\u003cdiv class=\"silver-border-inner\"\u003e\u003cvideo class=\"w-full rounded-lg\" loop=\"loop\" controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e3438c87981e44a6875b307f9887c2ff.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-6 text-center\"\u003e\n\u003cp class=\"text-lg text-gray-300\"\u003eWatch our detailed instructions on how to apply these premium Silver Chrome Foil transfers for perfect results every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Color Limitations Warning --\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003cdiv class=\"bg-blue-900\/30 rounded-xl p-6 border-2 border-blue-500\/30\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-center text-blue-300 mb-4\"\u003e\n\u003ci class=\"fa-solid fa-circle-info mr-2\"\u003e\u003c\/i\u003e IMPORTANT COLOR LIMITATIONS\u003c\/h3\u003e\n\u003cdiv class=\"text-gray-100\"\u003e\n\u003cp class=\"mb-3 font-bold\"\u003eThese Chrome Foil transfers work best with limited colors:\u003c\/p\u003e\n\u003cul class=\"space-y-2 ml-6 list-disc\"\u003e\n\u003cli\u003eUse all white designs for the brightest, most reflective chrome effect\u003c\/li\u003e\n\u003cli\u003e50\/50 grey designs also work well for a slightly subdued chrome appearance\u003c\/li\u003e\n\u003cli\u003eMulti-color designs will NOT achieve the chrome effect and may have poor results\u003c\/li\u003e\n\u003cli\u003eFor best results, stick with simple, bold designs using white or grey only\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Lint Roller Requirement --\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003cdiv class=\"bg-purple-900\/30 rounded-xl p-6 border-2 border-purple-500\/30\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-center text-purple-300 mb-4\"\u003e\n\u003ci class=\"fa-solid fa-broom mr-2\"\u003e\u003c\/i\u003e LINT ROLLER REQUIRED\u003c\/h3\u003e\n\u003cdiv class=\"text-gray-100\"\u003e\n\u003cp class=\"mb-3 font-bold\"\u003eYou MUST have a lint roller ready when applying Silver Chrome Foil transfers!\u003c\/p\u003e\n\u003cp class=\"mb-3\"\u003eHere's why: After peeling the film, some chrome pieces may stay behind on the film instead of transferring to your garment. These are pieces that don't have adhesive backing and aren't supposed to be part of the final design.\u003c\/p\u003e\n\u003cp class=\"mb-3\"\u003eThe lint roller helps you quickly remove these excess pieces from your garment, ensuring a clean, professional finish with only the proper adhesive-backed chrome elements remaining.\u003c\/p\u003e\n\u003cp\u003eOur instructional video shows exactly how to use the lint roller for perfect results every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Pricing Section --\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003cdiv class=\"glass-card rounded-xl p-8 text-center\"\u003e\n\u003ch2 class=\"text-4xl font-bold mb-6 chrome-header\"\u003ePremium Pricing\u003c\/h2\u003e\n\u003cp class=\"text-5xl font-extrabold mb-4\"\u003e$\u003cspan class=\"text-silver\"\u003e7\u003c\/span\u003e per sq ft\u003c\/p\u003e\n\u003cp class=\"text-xl text-gray-300 mb-8\"\u003ePay only for what you print. No waste. Maximum luxury.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mt-10\"\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n\u003cdiv class=\"text-3xl font-bold mb-2\"\u003eSmall\u003c\/div\u003e\n\u003cdiv class=\"text-5xl font-bold mb-4 text-silver\"\u003e$0.44\u003c\/div\u003e\n\u003cdiv class=\"text-sm text-gray-400 mb-2\"\u003e3\"×3\" design\u003c\/div\u003e\n\u003cdiv class=\"text-sm text-gray-400\"\u003e(0.0625 sq ft)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n\u003cdiv class=\"text-3xl font-bold mb-2\"\u003eMedium\u003c\/div\u003e\n\u003cdiv class=\"text-5xl font-bold mb-4 text-silver\"\u003e$1.75\u003c\/div\u003e\n\u003cdiv class=\"text-sm text-gray-400 mb-2\"\u003e6\"×6\" design\u003c\/div\u003e\n\u003cdiv class=\"text-sm text-gray-400\"\u003e(0.25 sq ft)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n\u003cdiv class=\"text-3xl font-bold mb-2\"\u003eLarge\u003c\/div\u003e\n\u003cdiv class=\"text-5xl font-bold mb-4 text-silver\"\u003e$7.00\u003c\/div\u003e\n\u003cdiv class=\"text-sm text-gray-400 mb-2\"\u003e12\"×12\" design\u003c\/div\u003e\n\u003cdiv class=\"text-sm text-gray-400\"\u003e(1.0 sq ft)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- How It Works Section --\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003ch2 class=\"text-4xl font-bold mb-8 text-center chrome-header\"\u003eHow It Works\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n\u003cdiv class=\"text-5xl font-bold mb-4 text-silver\"\u003e1\u003c\/div\u003e\n\u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eUpload Your Design\u003c\/h3\u003e\n\u003cp class=\"text-gray-400\"\u003eDrag \u0026amp; drop your design files into our easy uploader\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n\u003cdiv class=\"text-5xl font-bold mb-4 text-silver\"\u003e2\u003c\/div\u003e\n\u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eSet Dimensions\u003c\/h3\u003e\n\u003cp class=\"text-gray-400\"\u003eChoose your size and see pricing instantly\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n\u003cdiv class=\"text-5xl font-bold mb-4 text-silver\"\u003e3\u003c\/div\u003e\n\u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eSelect Quantity\u003c\/h3\u003e\n\u003cp class=\"text-gray-400\"\u003eOrder as few or as many as you need\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6 text-center\"\u003e\n\u003cdiv class=\"text-5xl font-bold mb-4 text-silver\"\u003e4\u003c\/div\u003e\n\u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eComplete Order\u003c\/h3\u003e\n\u003cp class=\"text-gray-400\"\u003eReview details and checkout securely\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Pressing Instructions --\u003e\n\u003csection class=\"glass-card rounded-xl p-8 mb-16\"\u003e\n\u003ch2 class=\"text-3xl font-bold mb-6 text-center chrome-header\"\u003ePressing Instructions\u003c\/h2\u003e\n\u003cdiv class=\"bg-red-900\/30 border-2 border-red-500\/30 rounded-xl p-6 mb-8\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-center text-red-300 mb-4\"\u003e\n\u003ci class=\"fa-solid fa-exclamation-circle mr-2\"\u003e\u003c\/i\u003e REMEMBER: COLD PEEL ONLY!\u003c\/h3\u003e\n\u003col class=\"space-y-3 text-white font-bold list-decimal ml-6\"\u003e\n\u003cli\u003ePress at recommended temperature for your fabric\u003c\/li\u003e\n\u003cli\u003eWait at least 60 SECONDS after pressing\u003c\/li\u003e\n\u003cli\u003eUse a squeegee to firmly press down on the transfer\u003c\/li\u003e\n\u003cli\u003eStart peeling from the corner slowly at first\u003c\/li\u003e\n\u003cli\u003eOnce you see the design transferring properly, continue peeling at a steady pace\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-8\"\u003e\n\u003c!-- Polyester --\u003e\n\u003cdiv class=\"bg-black bg-opacity-30 rounded-xl p-6\"\u003e\n\u003cdiv class=\"flex items-center mb-4\"\u003e\n\u003cdiv class=\"bg-gradient-to-r from-gray-600 to-gray-300 rounded-full p-3 mr-4\"\u003e\n\u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"text-xl font-bold\"\u003eFor Polyester\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"space-y-4\"\u003e\n\u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n\u003ci class=\"fa-solid fa-thermometer text-gray-300 text-lg min-w-8\"\u003e\u003c\/i\u003e \u003cspan class=\"ml-3\"\u003e275°F (135°C)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n\u003ci class=\"fa-solid fa-clock text-gray-300 text-lg min-w-8\"\u003e\u003c\/i\u003e \u003cspan class=\"ml-3\"\u003e15 seconds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n\u003cli\u003ePress firmly for 15 seconds\u003c\/li\u003e\n\u003cli\u003eWait at least 60 seconds to cool\u003c\/li\u003e\n\u003cli\u003eUse squeegee to press firmly on the transfer\u003c\/li\u003e\n\u003cli\u003ePeel slowly from the corner\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Cotton --\u003e\n\u003cdiv class=\"bg-black bg-opacity-30 rounded-xl p-6\"\u003e\n\u003cdiv class=\"flex items-center mb-4\"\u003e\n\u003cdiv class=\"bg-gradient-to-r from-gray-600 to-gray-300 rounded-full p-3 mr-4\"\u003e\n\u003ci class=\"fa-solid fa-tshirt text-xl\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"text-xl font-bold\"\u003eFor Cotton\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"space-y-4\"\u003e\n\u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n\u003ci class=\"fa-solid fa-thermometer text-gray-300 text-lg min-w-8\"\u003e\u003c\/i\u003e \u003cspan class=\"ml-3\"\u003e325°F (163°C)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex items-center bg-black bg-opacity-50 p-3 rounded-lg\"\u003e\n\u003ci class=\"fa-solid fa-clock text-gray-300 text-lg min-w-8\"\u003e\u003c\/i\u003e \u003cspan class=\"ml-3\"\u003e15 seconds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003col class=\"space-y-2 ml-8 list-decimal text-gray-300\"\u003e\n\u003cli\u003ePress firmly for 15 seconds\u003c\/li\u003e\n\u003cli\u003eWait at least 60 seconds to cool\u003c\/li\u003e\n\u003cli\u003eUse squeegee to press firmly on the transfer\u003c\/li\u003e\n\u003cli\u003ePeel slowly from the corner\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Important Notice --\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003cdiv class=\"bg-gray-900 rounded-lg border border-gray-700 p-4\"\u003e\n\u003cdiv class=\"flex items-start\"\u003e\n\u003ci class=\"fa-solid fa-triangle-exclamation text-yellow-400 mt-1 mr-3 text-xl\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\n\u003cp class=\"font-bold text-yellow-300\"\u003eImportant Notice:\u003c\/p\u003e\n\u003cp class=\"text-gray-300\"\u003eAll orders placed on Friday after 3pm will not be printed unless a weekday rush fee is added. We do not fulfill orders on Saturday unless it is a rush order, so please plan accordingly. This fee can be added at checkout or by searching \"Same Day Rush Fee.\" Orders on Saturday and Sunday must have the Saturday Rush Fee attached or they will be fulfilled the next business day (Monday).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features Section --\u003e\n\u003csection class=\"mb-16\"\u003e\n\u003ch2 class=\"text-4xl font-bold mb-8 text-center chrome-header\"\u003eSilver Foil Features\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-6\"\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6\"\u003e\n\u003cdiv class=\"flex flex-col items-center text-center\"\u003e\n\u003ci class=\"fa-solid fa-medal text-3xl text-gray-300 mb-4\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003ePremium Metallic Look\u003c\/h3\u003e\n\u003cp class=\"text-gray-400\"\u003eStunning silver chrome effect that elevates any design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6\"\u003e\n\u003cdiv class=\"flex flex-col items-center text-center\"\u003e\n\u003ci class=\"fa-solid fa-tshirt text-3xl text-gray-300 mb-4\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eWorks On All Fabrics\u003c\/h3\u003e\n\u003cp class=\"text-gray-400\"\u003eCotton, polyester, blends, denim, leather, nylon, and more\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hover-card rounded-xl p-6\"\u003e\n\u003cdiv class=\"flex flex-col items-center text-center\"\u003e\n\u003ci class=\"fa-solid fa-certificate text-3xl text-gray-300 mb-4\"\u003e\u003c\/i\u003e\n\u003ch3 class=\"text-xl font-bold mb-3 text-white\"\u003eLuxury Upgrade\u003c\/h3\u003e\n\u003cp class=\"text-gray-400\"\u003eTransform basic apparel into high-end fashion pieces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Call To Action --\u003e\n\u003csection class=\"text-center mb-16\"\u003e\n\u003ch2 class=\"text-4xl font-bold mb-6 chrome-header\"\u003eReady To Make Your Designs Shine?\u003c\/h2\u003e\n\u003cbutton class=\"chrome-btn py-4 px-10 rounded-full text-xl\"\u003e \u003ci class=\"fa-solid fa-upload mr-3\"\u003e\u003c\/i\u003e Upload Your Design Now \u003c\/button\u003e\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter class=\"text-center mt-16 pb-8\"\u003e\n\u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-8 text-left\"\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"text-lg font-bold mb-4 text-silver\"\u003eContact\u003c\/h4\u003e\n\u003cdiv class=\"space-y-2 text-gray-400\"\u003e\n\u003cp\u003e\u003ca class=\"hover:text-white\" href=\"mailto:Sales@SuperDTF.COM\"\u003eSales@SuperDTF.com\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca class=\"hover:text-white\" href=\"tel:9499196432\"\u003e(949) 919-6432\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003eHours: Mon-Fri 8am-5pm PST\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"text-lg font-bold mb-4 text-silver\"\u003eResources\u003c\/h4\u003e\n\u003cdiv class=\"space-y-2\"\u003e\n\u003cp\u003e\u003ca class=\"text-gray-400 hover:text-white\" href=\"https:\/\/superdtf.com\/pages\/about-us\"\u003eAbout Us\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca class=\"text-gray-400 hover:text-white\" href=\"https:\/\/superdtf.com\/pages\/faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca class=\"text-gray-400 hover:text-white\" href=\"https:\/\/superdtf.com\/pages\/dtf-pressing-instructions\"\u003ePressing Instructions\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"text-lg font-bold mb-4 text-silver\"\u003eLegal\u003c\/h4\u003e\n\u003cdiv class=\"space-y-2\"\u003e\n\u003cp\u003e\u003ca class=\"text-gray-400 hover:text-white\" href=\"https:\/\/superdtf.com\/pages\/terms-of-service\"\u003eTerms\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca class=\"text-gray-400 hover:text-white\" href=\"https:\/\/superdtf.com\/pages\/privacy-policy\"\u003ePrivacy\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca class=\"text-gray-400 hover:text-white\" href=\"https:\/\/superdtf.com\/pages\/refunds-and-returns\"\u003eRefunds\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"border-t border-gray-800 pt-8\"\u003e\n\u003cp class=\"text-gray-500\"\u003e© 2025 SuperDTF. All rights reserved.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\u003c\/main\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":41923856629873,"sku":"","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/silver.png?v=1746848317"},{"product_id":"fancier-studio-15x15-heat-press","title":"ClamShell Digital Heat Press With 12\" Pullout Platen - 15\" x 15\" (Press Size)","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eClamShell Digital Heat Press 15×15 | SuperDTF\u003c\/title\u003e\n  \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/tailwindcss@2.2.19\/dist\/tailwind.min.css\" rel=\"stylesheet\"\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"\u003e\u003c\/script\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@400;500;600;700\u0026amp;family=Barlow:wght@300;400;500;600;700\u0026amp;family=Barlow+Condensed:wght@600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; }\n    html, body {\n      background-color: #020204;\n      color: #e0e0e0;\n      font-family: 'Barlow', sans-serif;\n      overflow-x: hidden;\n      max-width: 100vw;\n    }\n\n    .hero-flare { position: relative; overflow: hidden; }\n    .hero-flare::before {\n      content: \"\"; position: absolute; top: 50%; left: 50%;\n      width: 900px; height: 900px; transform: translate(-50%, -50%);\n      background: radial-gradient(ellipse at center, rgba(255,200,60,0.10) 0%, rgba(255,180,40,0.05) 15%, rgba(255,160,30,0.02) 35%, transparent 65%);\n      pointer-events: none; animation: flare-breathe 5s ease-in-out infinite alternate;\n    }\n    .hero-flare::after {\n      content: \"\"; position: absolute; top: 50%; left: 50%;\n      width: 1200px; height: 3px; transform: translate(-50%, -50%);\n      background: linear-gradient(90deg, transparent 0%, rgba(255,180,60,0.0) 20%, rgba(255,200,80,0.15) 40%, rgba(255,220,100,0.6) 48%, rgba(255,230,120,0.9) 50%, rgba(255,220,100,0.6) 52%, rgba(255,200,80,0.15) 60%, rgba(255,180,60,0.0) 80%, transparent 100%);\n      pointer-events: none; animation: flare-streak 4s ease-in-out infinite alternate; filter: blur(1px);\n    }\n    @keyframes flare-breathe { 0% { opacity:0.5; transform:translate(-50%,-50%) scale(0.85); } 100% { opacity:1; transform:translate(-50%,-50%) scale(1.15); } }\n    @keyframes flare-streak { 0% { opacity:0.3; width:700px; } 100% { opacity:1; width:1600px; } }\n\n    .flare-dots { position:absolute; top:0; left:0; right:0; bottom:0; pointer-events:none; overflow:hidden; }\n    .flare-dot { position:absolute; border-radius:50%; animation: flare-dot-drift 6s ease-in-out infinite alternate; }\n    @keyframes flare-dot-drift { 0% { opacity:0.12; transform:scale(0.8); } 50% { opacity:0.5; transform:scale(1.25); } 100% { opacity:0.15; transform:scale(0.85); } }\n\n    .starburst { position:absolute; top:50%; left:50%; width:700px; height:700px; transform:translate(-50%,-50%); pointer-events:none; animation: starburst-rotate 25s linear infinite; opacity:0.06; }\n    .starburst .ray { position:absolute; top:50%; left:50%; width:2px; height:350px; transform-origin:top center; background:linear-gradient(180deg, rgba(255,200,80,0.95) 0%, rgba(255,200,80,0.25) 30%, transparent 100%); }\n    @keyframes starburst-rotate { 0% { transform:translate(-50%,-50%) rotate(0deg); } 100% { transform:translate(-50%,-50%) rotate(360deg); } }\n\n    .reflect-header {\n      font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: 0.04em;\n      background: linear-gradient(105deg, #b8a070 0%, #fff 18%, #fff 32%, #ffeab8 42%, #fff 50%, #ffe0a0 58%, #fff 68%, #fff 82%, #b8a070 100%);\n      background-size: 300% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;\n      animation: reflex-sweep 5s ease-in-out infinite;\n      filter: drop-shadow(0 0 30px rgba(255,200,80,0.25)) drop-shadow(0 0 80px rgba(255,200,80,0.08));\n    }\n    @keyframes reflex-sweep { 0% { background-position:100% 50%; } 50% { background-position:0% 50%; } 100% { background-position:100% 50%; } }\n\n    .glow-orb { position:fixed; border-radius:50%; pointer-events:none; filter:blur(120px); opacity:0.05; animation: orb-float 10s ease-in-out infinite alternate; }\n    @keyframes orb-float { 0% { transform:translate(0,0) scale(1); } 100% { transform:translate(30px,-25px) scale(1.2); } }\n\n    .scan-line-wrap { position:relative; overflow:hidden; }\n    .scan-line-wrap::after {\n      content:\"\"; position:absolute; top:0; left:-100%; width:50%; height:100%;\n      background:linear-gradient(90deg, transparent 0%, rgba(255,200,80,0.02) 40%, rgba(255,200,80,0.05) 50%, rgba(255,200,80,0.02) 60%, transparent 100%);\n      animation: scan-pass 7s ease-in-out infinite; pointer-events:none;\n    }\n    @keyframes scan-pass { 0% { left:-50%; } 100% { left:100%; } }\n\n    .vis-card {\n      background: rgba(10,10,16,0.7); border:1px solid rgba(255,255,255,0.05); border-radius:1rem;\n      transition: all 0.35s ease; position:relative; overflow:hidden;\n    }\n    .vis-card::after {\n      content:\"\"; position:absolute; top:-50%; left:-50%; width:200%; height:200%;\n      background:linear-gradient(to bottom right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,0.04) 50%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);\n      transform:rotate(45deg); animation: card-shine 6s linear infinite; pointer-events:none;\n    }\n    @keyframes card-shine { 0% { left:-100%; top:-100%; } 100% { left:100%; top:100%; } }\n    .vis-card:hover { transform:translateY(-6px); border-color:rgba(255,255,255,0.12); box-shadow:0 0 50px -10px rgba(255,200,80,0.10), 0 25px 50px -15px rgba(0,0,0,0.6); }\n\n    .reflex-frame {\n      position:relative; padding:3px; border-radius:1rem;\n      background:linear-gradient(135deg, rgba(255,200,80,0.45), rgba(255,255,255,0.06) 25%, rgba(255,220,120,0.15) 50%, rgba(255,255,255,0.06) 75%, rgba(255,200,80,0.45));\n      background-size:300% 300%; animation: frame-shift 6s ease infinite;\n      box-shadow:0 0 50px -12px rgba(255,200,80,0.15), 0 0 100px -20px rgba(255,200,80,0.05);\n    }\n    .reflex-frame-inner { background:#040406; border-radius:0.85rem; overflow:hidden; }\n    @keyframes frame-shift { 0%,100% { background-position:0% 50%; } 50% { background-position:100% 50%; } }\n\n    .stat-num { font-family:'Barlow Condensed',sans-serif; font-weight:800; color:#fff; text-shadow:0 0 25px rgba(255,200,80,0.25), 0 0 50px rgba(255,200,80,0.08); }\n    .section-label { font-family:'Barlow Condensed',sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:0.2em; font-size:0.75rem; color:rgba(255,255,255,0.25); }\n\n    .ticker-wrap { overflow:hidden; white-space:nowrap; border-top:1px solid rgba(255,255,255,0.03); border-bottom:1px solid rgba(255,255,255,0.03); padding:0.75rem 0; }\n    .ticker { display:inline-block; animation: ticker-scroll 35s linear infinite; }\n    .ticker span { font-family:'Barlow Condensed',sans-serif; font-weight:600; text-transform:uppercase; letter-spacing:0.15em; font-size:0.8rem; color:rgba(255,255,255,0.10); margin-right:3rem; }\n    @keyframes ticker-scroll { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }\n\n    .road-stripe { display:flex; justify-content:center; gap:1.5rem; padding:1.5rem 0; }\n    .road-stripe span { display:block; width:60px; height:5px; background:rgba(255,255,255,0.06); border-radius:3px; }\n\n    .info-box { border-radius:1rem; padding:2rem; position:relative; overflow:hidden; }\n    .info-box.frost { background:rgba(255,255,255,0.02); border:1px solid rgba(255,255,255,0.06); }\n    .info-box.amber { background:rgba(120,80,10,0.08); border:1px solid rgba(255,200,80,0.12); }\n    .info-box.red { background:rgba(127,29,29,0.12); border:1px solid rgba(239,68,68,0.18); }\n    .info-box.green { background:rgba(16,80,40,0.10); border:1px solid rgba(34,197,94,0.15); }\n\n    .hazard-banner { background:repeating-linear-gradient(-45deg, #000 0px, #000 18px, #fbbf24 18px, #fbbf24 36px); padding:4px; border-radius:1rem; }\n    .hazard-banner-inner { background:rgba(6,6,10,0.97); border-radius:0.85rem; padding:2rem 2.5rem; }\n\n    .gallery-main { cursor:zoom-in; position:relative; }\n    .gallery-main img { width:100%; display:block; transition:opacity 0.3s; }\n    .gallery-thumbs { display:flex; gap:8px; overflow-x:auto; padding:12px 0 4px; scrollbar-width:none; }\n    .gallery-thumbs::-webkit-scrollbar { display:none; }\n    .gallery-thumbs button { flex-shrink:0; width:72px; height:72px; border-radius:0.5rem; overflow:hidden; border:2px solid rgba(255,255,255,0.06); background:rgba(10,10,16,0.8); cursor:pointer; padding:4px; transition:border-color 0.2s; }\n    .gallery-thumbs button.active, .gallery-thumbs button:hover { border-color:rgba(255,200,80,0.5); }\n    .gallery-thumbs button img { width:100%; height:100%; object-fit:contain; }\n\n    .lightbox { display:none; position:fixed; inset:0; z-index:1000; background:rgba(0,0,0,0.95); align-items:center; justify-content:center; cursor:zoom-out; }\n    .lightbox.active { display:flex; }\n    .lightbox img { max-width:92%; max-height:92vh; object-fit:contain; }\n    .lightbox-close { position:absolute; top:16px; right:20px; color:#fff; background:none; border:none; font-size:32px; cursor:pointer; opacity:0.5; transition:opacity 0.2s; }\n    .lightbox-close:hover { opacity:1; }\n\n    .spec-cell { background:rgba(10,10,16,0.6); border:1px solid rgba(255,255,255,0.04); border-radius:0.75rem; padding:1.25rem; text-align:center; }\n    .spec-cell .label { font-family:'Barlow Condensed',sans-serif; font-size:0.65rem; font-weight:700; text-transform:uppercase; letter-spacing:0.15em; color:rgba(255,255,255,0.25); margin-bottom:6px; }\n    .spec-cell .value { font-family:'Barlow Condensed',sans-serif; font-size:1.3rem; font-weight:700; color:#fff; }\n\n    .settings-table { width:100%; border-collapse:collapse; }\n    .settings-table th { font-family:'Barlow Condensed',sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; font-size:0.7rem; color:rgba(255,255,255,0.25); text-align:left; padding:10px 16px; border-bottom:1px solid rgba(255,255,255,0.08); }\n    .settings-table td { font-size:0.9rem; color:rgba(255,255,255,0.6); padding:12px 16px; border-bottom:1px solid rgba(255,255,255,0.03); }\n    .settings-table td:first-child { font-weight:600; color:#fff; }\n    .settings-table tr:last-child td { border-bottom:none; }\n\n    .accordion-item { border-bottom:1px solid rgba(255,255,255,0.04); }\n    .accordion-item:last-child { border-bottom:none; }\n    .accordion-trigger { width:100%; display:flex; justify-content:space-between; align-items:center; padding:18px 24px; background:transparent; border:none; cursor:pointer; font-family:'Barlow Condensed',sans-serif; font-size:1rem; font-weight:700; color:#fff; text-transform:uppercase; letter-spacing:0.06em; text-align:left; transition:background 0.15s; }\n    .accordion-trigger:hover { background:rgba(255,255,255,0.02); }\n    .accordion-trigger .step-num { display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:50%; background:rgba(255,200,80,0.15); border:1px solid rgba(255,200,80,0.3); color:#fbbf24; font-size:0.75rem; font-weight:800; margin-right:14px; flex-shrink:0; }\n    .accordion-trigger .chevron { transition:transform 0.3s; flex-shrink:0; color:rgba(255,255,255,0.25); }\n    .accordion-item.open .accordion-trigger .chevron { transform:rotate(180deg); }\n    .accordion-content { max-height:0; overflow:hidden; transition:max-height 0.35s ease; }\n    .accordion-item.open .accordion-content { max-height:600px; }\n    .accordion-body { padding:0 24px 20px 66px; }\n    .accordion-body ol { list-style:none; counter-reset:step; }\n    .accordion-body ol li { counter-increment:step; font-size:0.875rem; color:rgba(255,255,255,0.45); line-height:1.7; padding:3px 0 3px 28px; position:relative; }\n    .accordion-body ol li::before { content:counter(step) \".\"; position:absolute; left:0; font-weight:600; color:rgba(255,255,255,0.2); font-size:0.8rem; }\n\n    @media (max-width:640px) {\n      .reflect-header { font-size:2.8rem !important; }\n      .hero-flare::after { display:none; }\n      .starburst { display:none; }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003cdiv style=\"position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0;\"\u003e\n    \u003cdiv class=\"glow-orb\" style=\"width:800px;height:800px;top:-250px;left:-250px;background:#ffcc44;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"glow-orb\" style=\"width:600px;height:600px;top:40%;right:-200px;background:#ff9900;animation-delay:4s;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"glow-orb\" style=\"width:500px;height:500px;bottom:5%;left:15%;background:#ffdd66;animation-delay:6s;\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lightbox\" id=\"lightbox\" onclick=\"closeLightbox()\"\u003e\n    \u003cbutton class=\"lightbox-close\" onclick=\"closeLightbox()\"\u003e×\u003c\/button\u003e\n    \u003cimg id=\"lightbox-img\" src=\"\" alt=\"\"\u003e\n  \u003c\/div\u003e\n\n  \u003cmain class=\"relative max-w-7xl mx-auto px-4 sm:px-6 py-10\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cheader class=\"text-center mb-6 hero-flare\" style=\"padding:3rem 0 2rem;\"\u003e\n      \u003cdiv class=\"starburst\"\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(0deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(30deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(60deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(90deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(120deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(150deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(180deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(210deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(240deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(270deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(300deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(330deg);\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"flare-dots\"\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:100px;height:100px;top:18%;left:12%;background:radial-gradient(circle,rgba(255,200,80,0.25),transparent 70%);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:45px;height:45px;top:30%;right:22%;background:radial-gradient(circle,rgba(255,180,60,0.3),transparent 70%);animation-delay:1.5s;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:20px;height:20px;top:55%;left:28%;background:radial-gradient(circle,rgba(255,255,255,0.6),transparent 60%);animation-delay:0.8s;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:12px;height:12px;top:22%;right:32%;background:radial-gradient(circle,rgba(255,255,255,0.7),transparent 55%);animation-delay:2.2s;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"section-label mb-4 relative z-10\"\u003eProfessional Equipment · At Cost\u003c\/p\u003e\n      \u003ch1 class=\"reflect-header text-6xl md:text-8xl leading-none mb-4 relative z-10\"\u003e15×15 Heat Press\u003c\/h1\u003e\n      \u003cp class=\"text-lg md:text-xl text-gray-500 max-w-2xl mx-auto leading-relaxed relative z-10\" style=\"font-weight:300;\"\u003e\n        Clamshell digital heat press with \u003cstrong class=\"text-white font-semibold\"\u003e12.25\" slide-out platen\u003c\/strong\u003e. Industrial-quality construction for sublimation, HTV, rhinestones, and more.\n      \u003c\/p\u003e\n      \u003cdiv class=\"mt-8 relative z-10\"\u003e\n        \u003cdiv class=\"inline-block vis-card\" style=\"padding:1.25rem 3rem; border-color:rgba(255,200,80,0.12);\"\u003e\n          \u003cp class=\"stat-num text-5xl md:text-6xl mb-1\"\u003e$191.18\u003c\/p\u003e\n          \u003cp class=\"text-xs text-gray-600 uppercase tracking-widest\"\u003eAt-Cost · Zero Markup · Zero Profit\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Ticker --\u003e\n    \u003cdiv class=\"ticker-wrap mb-12\"\u003e\n      \u003cdiv class=\"ticker\"\u003e\n        \u003cspan\u003e✦ 15×15 Platen\u003c\/span\u003e\u003cspan\u003e✦ 1400W Power\u003c\/span\u003e\u003cspan\u003e✦ 455°F Max Temp\u003c\/span\u003e\u003cspan\u003e✦ Slide-Out Safety\u003c\/span\u003e\u003cspan\u003e✦ Dual-Coil Heating\u003c\/span\u003e\u003cspan\u003e✦ Digital Controls\u003c\/span\u003e\u003cspan\u003e✦ Auto-Lock\u003c\/span\u003e\u003cspan\u003e✦ At-Cost Pricing\u003c\/span\u003e\n        \u003cspan\u003e✦ 15×15 Platen\u003c\/span\u003e\u003cspan\u003e✦ 1400W Power\u003c\/span\u003e\u003cspan\u003e✦ 455°F Max Temp\u003c\/span\u003e\u003cspan\u003e✦ Slide-Out Safety\u003c\/span\u003e\u003cspan\u003e✦ Dual-Coil Heating\u003c\/span\u003e\u003cspan\u003e✦ Digital Controls\u003c\/span\u003e\u003cspan\u003e✦ Auto-Lock\u003c\/span\u003e\u003cspan\u003e✦ At-Cost Pricing\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- GALLERY --\u003e\n    \u003csection class=\"mb-16 flex justify-center\"\u003e\n      \u003cdiv class=\"w-full md:w-3\/5 lg:w-1\/2\"\u003e\n        \u003cdiv class=\"reflex-frame\"\u003e\n          \u003cdiv class=\"reflex-frame-inner gallery-main\" onclick=\"openLightbox()\"\u003e\n            \u003cimg id=\"main-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71cCF-FHGFL._AC_SL1500.jpg?v=1777324741\" alt=\"Delclynee 15x15 Heat Press\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gallery-thumbs\"\u003e\n          \u003cbutton class=\"active\" onclick=\"setImage(0, this)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71cCF-FHGFL._AC_SL1500.jpg?v=1777324741\" alt=\"Front\"\u003e\u003c\/button\u003e\n          \u003cbutton onclick=\"setImage(1, this)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71QhDy2unWL._AC_SL1500__1.jpg?v=1777324741\" alt=\"Angle\"\u003e\u003c\/button\u003e\n          \u003cbutton onclick=\"setImage(2, this)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71E3Y4bzDfL._AC_SL1500.jpg?v=1777324741\" alt=\"Panel\"\u003e\u003c\/button\u003e\n          \u003cbutton onclick=\"setImage(3, this)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71IbEib6-bL._AC_SL1500.jpg?v=1777324741\" alt=\"Side\"\u003e\u003c\/button\u003e\n          \u003cbutton onclick=\"setImage(4, this)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/712a0WvQ7GL._AC_SL1500.jpg?v=1777324741\" alt=\"Open\"\u003e\u003c\/button\u003e\n          \u003cbutton onclick=\"setImage(5, this)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/61a_mW90H_L._AC_SL1500.jpg?v=1777324741\" alt=\"In use\"\u003e\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHY THIS PRICE --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cdiv class=\"info-box amber\"\u003e\n        \u003cdiv class=\"flex items-start gap-4\"\u003e\n          \u003ci class=\"fa-solid fa-hand-holding-dollar text-2xl mt-1\" style=\"color:#fbbf24;\"\u003e\u003c\/i\u003e\n          \u003cdiv\u003e\n            \u003ch3 class=\"text-lg font-bold mb-2\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;color:#fbbf24;\"\u003eWhy This Price?\u003c\/h3\u003e\n            \u003cp class=\"text-gray-400 text-sm leading-relaxed\"\u003eWe sell this heat press at our exact wholesale cost — no markup, no profit. Professional-grade equipment shouldn't come with a premium price tag. This is how we support makers, crafters, and small businesses getting started.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- KEY FEATURES --\u003e\n    \u003csection class=\"mb-16 scan-line-wrap\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eBuilt For Professionals\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-10\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-6\"\u003e\n        \u003cdiv class=\"vis-card p-8 text-center\"\u003e\n          \u003cdiv class=\"mb-5\"\u003e\u003ci class=\"fa-solid fa-arrows-left-right text-4xl text-white\" style=\"filter:drop-shadow(0 0 15px rgba(255,200,80,0.4));\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eSlide-Out Platen\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm leading-relaxed\"\u003e12.25\" pull-out lower platen with auto-lock keeps your hands away from the heat while loading garments.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-8 text-center\"\u003e\n          \u003cdiv class=\"mb-5\"\u003e\u003ci class=\"fa-solid fa-fire text-4xl text-white\" style=\"filter:drop-shadow(0 0 15px rgba(255,200,80,0.4));\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eDual-Coil Heating\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm leading-relaxed\"\u003eAdvanced dual-coil system ensures uniform heat distribution across the entire 15×15\" plate for consistent, professional results.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-8 text-center\"\u003e\n          \u003cdiv class=\"mb-5\"\u003e\u003ci class=\"fa-solid fa-microchip text-4xl text-white\" style=\"filter:drop-shadow(0 0 15px rgba(255,200,80,0.4));\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eDigital Controls\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm leading-relaxed\"\u003eLED control panel with precise temperature settings up to 455°F and timer function up to 999 seconds.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"road-stripe mb-16\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n    \u003c!-- FEATURES + PERFECT FOR --\u003e\n    \u003csection class=\"mb-16 grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n      \u003cdiv class=\"info-box frost\"\u003e\n        \u003ch3 class=\"text-lg font-bold mb-5 flex items-center gap-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;color:#fff;\"\u003e\n          \u003ci class=\"fa-solid fa-list-check\" style=\"filter:drop-shadow(0 0 8px rgba(255,200,80,0.3));color:#fbbf24;\"\u003e\u003c\/i\u003e Features\n        \u003c\/h3\u003e\n        \u003cul class=\"space-y-3 text-gray-400 text-sm leading-relaxed\"\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eNon-stick coated\u003c\/strong\u003e heat platen prevents transfers from sticking\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eAdjustable pressure\u003c\/strong\u003e dial for light fabrics through heavy materials\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eAuto-lock mechanism\u003c\/strong\u003e for secure clamshell closure during pressing\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eSpace-saving clamshell\u003c\/strong\u003e design — opens upward, not outward\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eProtective lower pad cover\u003c\/strong\u003e keeps base clean, prevents sliding\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003e4.2 ft power cord\u003c\/strong\u003e for flexible placement\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-box frost\"\u003e\n        \u003ch3 class=\"text-lg font-bold mb-5 flex items-center gap-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;color:#fff;\"\u003e\n          \u003ci class=\"fa-solid fa-bullseye\" style=\"filter:drop-shadow(0 0 8px rgba(255,200,80,0.3));color:#fbbf24;\"\u003e\u003c\/i\u003e Perfect For\n        \u003c\/h3\u003e\n        \u003cul class=\"space-y-3 text-gray-400 text-sm leading-relaxed\"\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,200,80,0.4);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eT-shirts, hoodies \u0026amp; apparel printing\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,200,80,0.4);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eHeat transfer vinyl (HTV) applications\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,200,80,0.4);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eSublimation transfers \u0026amp; Infusible Ink\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,200,80,0.4);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eScreen printed transfers\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,200,80,0.4);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eRhinestone applications\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,200,80,0.4);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eBags, mouse pads, tote bags \u0026amp; accessories\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SPECS --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eTechnical Data\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-10\"\u003eSpecifications\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-4\"\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003ePlaten Size\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e15\" × 15\"\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eSlide-Out\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e12.25\"\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e110V\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e1,400W\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eMax Temp\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e455°F\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eTimer\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e0–999s\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e41 lbs\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e15×24×16.5\"\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eAlloy Steel\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e4.2 ft\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"label\"\u003eModel\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eDC-HPM\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"road-stripe mb-16\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n    \u003c!-- OPERATING INSTRUCTIONS --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eStep By Step\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-10\"\u003eOperating Instructions\u003c\/h2\u003e\n      \u003cdiv class=\"vis-card\" style=\"border-color:rgba(255,255,255,0.06);\"\u003e\n        \u003cdiv class=\"accordion-item open\"\u003e\n          \u003cbutton class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\"\u003e\n            \u003cspan\u003e\u003cspan class=\"step-num\"\u003e1\u003c\/span\u003eInitial Setup\u003c\/span\u003e\n            \u003csvg class=\"chevron\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\u003cdiv class=\"accordion-body\"\u003e\u003col\u003e\n            \u003cli\u003ePlace the heat press on a stable, flat surface that can support 41+ lbs\u003c\/li\u003e\n            \u003cli\u003eEnsure adequate ventilation — transfers can produce fumes\u003c\/li\u003e\n            \u003cli\u003ePlug into a standard 110V outlet (avoid extension cords if possible)\u003c\/li\u003e\n            \u003cli\u003eTurn on the power switch on the side of the machine\u003c\/li\u003e\n          \u003c\/ol\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\"\u003e\n            \u003cspan\u003e\u003cspan class=\"step-num\"\u003e2\u003c\/span\u003eSetting Temperature \u0026amp; Time\u003c\/span\u003e\n            \u003csvg class=\"chevron\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\u003cdiv class=\"accordion-body\"\u003e\u003col\u003e\n            \u003cli\u003ePress \"SET\" — temperature display will flash\u003c\/li\u003e\n            \u003cli\u003eUse arrow buttons to dial in your target temperature\u003c\/li\u003e\n            \u003cli\u003ePress \"SET\" again — timer display will flash\u003c\/li\u003e\n            \u003cli\u003eUse arrow buttons to set press duration\u003c\/li\u003e\n            \u003cli\u003ePress \"SET\" once more to confirm\u003c\/li\u003e\n            \u003cli\u003eWait for the machine to reach temp (heating indicator turns off)\u003c\/li\u003e\n          \u003c\/ol\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\"\u003e\n            \u003cspan\u003e\u003cspan class=\"step-num\"\u003e3\u003c\/span\u003ePressure Adjustment\u003c\/span\u003e\n            \u003csvg class=\"chevron\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\u003cdiv class=\"accordion-body\"\u003e\u003col\u003e\n            \u003cli\u003eLocate the pressure knob on top of the machine\u003c\/li\u003e\n            \u003cli\u003eClockwise = more pressure, counter-clockwise = less\u003c\/li\u003e\n            \u003cli\u003eTest with your material — firm resistance without excessive force\u003c\/li\u003e\n            \u003cli\u003eLight fabrics = light pressure, thick materials = medium-heavy\u003c\/li\u003e\n          \u003c\/ol\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n          \u003cbutton class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\"\u003e\n            \u003cspan\u003e\u003cspan class=\"step-num\"\u003e4\u003c\/span\u003ePressing Process\u003c\/span\u003e\n            \u003csvg class=\"chevron\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"accordion-content\"\u003e\u003cdiv class=\"accordion-body\"\u003e\u003col\u003e\n            \u003cli\u003eSlide out the lower platen and lay your garment flat\u003c\/li\u003e\n            \u003cli\u003ePre-press 3–5 seconds to remove moisture and wrinkles\u003c\/li\u003e\n            \u003cli\u003ePosition your transfer on the garment (mirror image for HTV)\u003c\/li\u003e\n            \u003cli\u003eCover with included Teflon sheet or parchment paper\u003c\/li\u003e\n            \u003cli\u003eSlide platen back in, close press — timer starts automatically\u003c\/li\u003e\n            \u003cli\u003eWhen timer beeps, open carefully (hot steam may escape)\u003c\/li\u003e\n            \u003cli\u003ePeel transfer per manufacturer instructions (hot or cold peel)\u003c\/li\u003e\n          \u003c\/ol\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- QUICK SETTINGS --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eReference Chart\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-10\"\u003eQuick Settings Guide\u003c\/h2\u003e\n      \u003cdiv class=\"vis-card p-8\" style=\"border-color:rgba(255,255,255,0.06);\"\u003e\n        \u003ctable class=\"settings-table\"\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003cth\u003eTemperature\u003c\/th\u003e\n\u003cth\u003eTime\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eHTV \/ Vinyl\u003c\/td\u003e\n\u003ctd\u003e305–320°F\u003c\/td\u003e\n\u003ctd\u003e10–15 sec\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSublimation\u003c\/td\u003e\n\u003ctd\u003e385–400°F\u003c\/td\u003e\n\u003ctd\u003e45–60 sec\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eInfusible Ink\u003c\/td\u003e\n\u003ctd\u003e385°F\u003c\/td\u003e\n\u003ctd\u003e40 sec\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eScreen Print Transfers\u003c\/td\u003e\n\u003ctd\u003e350°F\u003c\/td\u003e\n\u003ctd\u003e10–12 sec\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eRhinestones\u003c\/td\u003e\n\u003ctd\u003e330°F\u003c\/td\u003e\n\u003ctd\u003e10–15 sec\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cp class=\"text-xs text-gray-700 mt-4 italic\"\u003eAlways refer to your specific transfer manufacturer's recommendations for best results.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"road-stripe mb-16\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n    \u003c!-- SAFETY --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cdiv class=\"hazard-banner\"\u003e\n        \u003cdiv class=\"hazard-banner-inner\"\u003e\n          \u003cdiv class=\"flex items-start gap-5\"\u003e\n            \u003ci class=\"fa-solid fa-triangle-exclamation text-4xl mt-1\" style=\"color:#fbbf24;\"\u003e\u003c\/i\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"text-2xl font-bold mb-4\" style=\"font-family:'Barlow Condensed',sans-serif;color:#fbbf24;text-transform:uppercase;letter-spacing:0.05em;\"\u003eSafety \u0026amp; Liability Notice\u003c\/h3\u003e\n              \u003cdiv class=\"space-y-3 text-sm\"\u003e\n                \u003cp class=\"text-gray-300\"\u003e\u003cstrong class=\"text-white\"\u003eExtreme Heat Warning:\u003c\/strong\u003e This equipment reaches temperatures up to 455°F and can cause severe burns. Keep away from children and pets at all times.\u003c\/p\u003e\n                \u003cp class=\"text-gray-300\"\u003e\u003cstrong class=\"text-white\"\u003eLiability Release:\u003c\/strong\u003e By purchasing and using this heat press, you acknowledge and accept all risks associated with its operation. The purchaser assumes full responsibility for any injuries, damages, or losses during use, storage, or transportation.\u003c\/p\u003e\n                \u003cp class=\"text-gray-400\"\u003eWe are released from all liability for:\u003c\/p\u003e\n                \u003cul class=\"text-gray-400 space-y-1 ml-5\" style=\"list-style:disc;\"\u003e\n                  \u003cli\u003ePersonal injury or burns from heated surfaces\u003c\/li\u003e\n                  \u003cli\u003eProperty damage from improper use or electrical issues\u003c\/li\u003e\n                  \u003cli\u003eDamage to garments or materials during pressing\u003c\/li\u003e\n                  \u003cli\u003eAny accidents or injuries during operation\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"text-gray-300\"\u003e\u003cstrong class=\"text-white\"\u003eAdult Use Only:\u003c\/strong\u003e Intended for adults 18+ only. Never leave unattended while powered on. Always unplug when not in use.\u003c\/p\u003e\n                \u003cp class=\"text-gray-300\"\u003e\u003cstrong class=\"text-white\"\u003eElectrical Safety:\u003c\/strong\u003e Use only with properly grounded 110V outlets. Do not use with damaged cords or in wet conditions. Ensure your circuit can handle 1,400W continuous draw.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WARRANTY \u0026 RETURNS --\u003e\n    \u003csection class=\"mb-16 grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n      \u003cdiv class=\"info-box green\"\u003e\n        \u003ch3 class=\"text-lg font-bold mb-4 flex items-center gap-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;color:#4ade80;\"\u003e\n          \u003ci class=\"fa-solid fa-shield-halved\"\u003e\u003c\/i\u003e Warranty\n        \u003c\/h3\u003e\n        \u003cul class=\"space-y-3 text-gray-400 text-sm leading-relaxed\"\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs\" style=\"color:#4ade80;\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eLifetime warranty\u003c\/strong\u003e on the heating element\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs\" style=\"color:#4ade80;\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003e1-year warranty\u003c\/strong\u003e on the heat press machine\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs\" style=\"color:#4ade80;\"\u003e\u003c\/i\u003e \u003cspan\u003eCovers manufacturing defects only\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003ci class=\"fa-solid fa-check mt-1 text-xs\" style=\"color:#4ade80;\"\u003e\u003c\/i\u003e \u003cspan\u003eDoes not cover misuse or normal wear\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"text-xs text-gray-600 mt-4 italic\"\u003eAll warranty claims handled directly through Delclynee. We are a reseller and do not handle warranty repairs directly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-box frost\"\u003e\n        \u003ch3 class=\"text-lg font-bold mb-4 flex items-center gap-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;color:#fff;\"\u003e\n          \u003ci class=\"fa-solid fa-rotate-left\" style=\"color:rgba(255,255,255,0.5);\"\u003e\u003c\/i\u003e 30-Day Returns\n        \u003c\/h3\u003e\n        \u003cul class=\"space-y-3 text-gray-400 text-sm leading-relaxed\"\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,255,255,0.2);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eMust be in original condition\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,255,255,0.2);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eAll accessories and packaging included\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,255,255,0.2);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eCustomer pays return shipping\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,255,255,0.2);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eRefund processed after inspection\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n\u003cspan style=\"color:rgba(255,255,255,0.2);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eUsed\/damaged items may incur restocking fee\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"text-white text-sm font-semibold mt-4\"\u003eContact us within 30 days of delivery to initiate a return.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT'S IN THE BOX --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eEverything Included\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-10\"\u003eWhat's In The Box\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6\"\u003e\n        \u003cdiv class=\"vis-card p-6 text-center\"\u003e\n\u003ci class=\"fa-solid fa-box-open text-2xl text-white mb-3\" style=\"filter:drop-shadow(0 0 10px rgba(255,200,80,0.3));\"\u003e\u003c\/i\u003e\u003cp class=\"text-white font-semibold text-sm\"\u003e15×15\" Heat Press Machine\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-6 text-center\"\u003e\n\u003ci class=\"fa-solid fa-file text-2xl text-white mb-3\" style=\"filter:drop-shadow(0 0 10px rgba(255,200,80,0.3));\"\u003e\u003c\/i\u003e\u003cp class=\"text-white font-semibold text-sm\"\u003eTeflon Sheet\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-6 text-center\"\u003e\n\u003ci class=\"fa-solid fa-layer-group text-2xl text-white mb-3\" style=\"filter:drop-shadow(0 0 10px rgba(255,200,80,0.3));\"\u003e\u003c\/i\u003e\u003cp class=\"text-white font-semibold text-sm\"\u003eLower Pad Cover\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-6 text-center\"\u003e\n\u003ci class=\"fa-solid fa-plug text-2xl text-white mb-3\" style=\"filter:drop-shadow(0 0 10px rgba(255,200,80,0.3));\"\u003e\u003c\/i\u003e\u003cp class=\"text-white font-semibold text-sm\"\u003e4.2 ft Power Cord\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-6 text-center\"\u003e\n\u003ci class=\"fa-solid fa-book text-2xl text-white mb-3\" style=\"filter:drop-shadow(0 0 10px rgba(255,200,80,0.3));\"\u003e\u003c\/i\u003e\u003cp class=\"text-white font-semibold text-sm\"\u003eUser Manual\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-6 text-center\"\u003e\n\u003ci class=\"fa-solid fa-screwdriver-wrench text-2xl text-white mb-3\" style=\"filter:drop-shadow(0 0 10px rgba(255,200,80,0.3));\"\u003e\u003c\/i\u003e\u003cp class=\"text-white font-semibold text-sm\"\u003eAll Hardware Included\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CTA --\u003e\n    \u003csection class=\"text-center mb-20 hero-flare\" style=\"padding:3rem 0;\"\u003e\n      \u003cdiv class=\"starburst\" style=\"opacity:0.05;\"\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(0deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(45deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(90deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(135deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(180deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(225deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(270deg);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ray\" style=\"transform:rotate(315deg);\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-6xl mb-3 relative z-10\"\u003eProfessional Grade. Honest Price.\u003c\/h2\u003e\n      \u003cp class=\"text-gray-600 mb-6 relative z-10\"\u003eStart your heat press business or level up your craft room.\u003c\/p\u003e\n      \u003cdiv class=\"relative z-10\"\u003e\n        \u003cp class=\"stat-num text-6xl md:text-7xl mb-2\"\u003e$191.18\u003c\/p\u003e\n        \u003cp class=\"text-xs text-gray-700 uppercase tracking-widest\"\u003eNo Markup · No Profit · Just Helping Creators Succeed\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/main\u003e\n\n  \u003cscript\u003e\n    const images = [\n      'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71cCF-FHGFL._AC_SL1500.jpg?v=1777324741',\n      'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71QhDy2unWL._AC_SL1500__1.jpg?v=1777324741',\n      'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71E3Y4bzDfL._AC_SL1500.jpg?v=1777324741',\n      'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/71IbEib6-bL._AC_SL1500.jpg?v=1777324741',\n      'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/712a0WvQ7GL._AC_SL1500.jpg?v=1777324741',\n      'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/61a_mW90H_L._AC_SL1500.jpg?v=1777324741'\n    ];\n    let currentImage = 0;\n    function setImage(i, btn) {\n      currentImage = i;\n      document.getElementById('main-image').src = images[i];\n      document.querySelectorAll('.gallery-thumbs button').forEach(b =\u003e b.classList.remove('active'));\n      btn.classList.add('active');\n    }\n    function openLightbox() {\n      document.getElementById('lightbox-img').src = images[currentImage];\n      document.getElementById('lightbox').classList.add('active');\n      document.body.style.overflow = 'hidden';\n    }\n    function closeLightbox() {\n      document.getElementById('lightbox').classList.remove('active');\n      document.body.style.overflow = '';\n    }\n    document.addEventListener('keydown', e =\u003e { if (e.key === 'Escape') closeLightbox(); });\n    function toggleAccordion(trigger) { trigger.closest('.accordion-item').classList.toggle('open'); }\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":42312638005361,"sku":null,"price":191.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/61a_mW90H_L._AC_SL1500.jpg?v=1777324741"},{"product_id":"neon-cowboy-western-dtf-transfer","title":"Neon Cowboy Western DTF Transfer","description":"Immerse yourself in the futuristic wild west with this eye-catching Western DTF print transfer. Featuring a striking neon cowboy design, this artwork combines retro western themes with modern cyberpunk aesthetics. The vibrant electric blues, hot pinks, and lime greens pop out with a glowing effect, augmented by digital glitch patterns, making it a stand-out piece for any custom garment project.\n\nThis DTF transfer boasts high-quality, detailed printing that captures every intricate detail of the design, ensuring durability and brightness that won't fade. With its easy heat press application, you can effortlessly transfer this bold graphic onto a variety of textiles, including t-shirts, hoodies, and bags, making it perfect for personal projects or gifts for western and sci-fi enthusiasts.\n\nTo ensure the longevity of your custom-decorated garment, follow these care instructions: machine wash the garment inside out in cold water and tumble dry low. Avoid direct ironing over the design to preserve its vibrant colors and details.\n\nWhether you're a fan of the western style or enamored by the allure of cyberpunk culture, this neon design embodies a unique blend of past and future, allowing your creations to stand out with unmatched flair.","brand":"Tally AI","offers":[{"title":"2\" x 2.00\"","offer_id":42972767912049,"sku":null,"price":0.14,"currency_code":"USD","in_stock":true},{"title":"4\" x 4.00\"","offer_id":42972767944817,"sku":null,"price":0.56,"currency_code":"USD","in_stock":true},{"title":"6\" x 6.00\"","offer_id":42972767977585,"sku":null,"price":1.26,"currency_code":"USD","in_stock":true},{"title":"8\" x 8.00\"","offer_id":42972768010353,"sku":null,"price":2.24,"currency_code":"USD","in_stock":true},{"title":"10\" x 10.00\"","offer_id":42972768043121,"sku":null,"price":3.5,"currency_code":"USD","in_stock":true},{"title":"12\" x 12.00\"","offer_id":42972768075889,"sku":null,"price":5.04,"currency_code":"USD","in_stock":true},{"title":"14\" x 14.00\"","offer_id":42972768108657,"sku":null,"price":6.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/mockup_702dc233-2a55-4442-8be1-8083ffce5e26.png?v=1769395584"},{"product_id":"supervis-reflective-dtf-transfers","title":"SuperVis Reflective DTF Transfers","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eSuperVis — Reflective DTF Transfers | SuperDTF\u003c\/title\u003e\n  \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/tailwindcss@2.2.19\/dist\/tailwind.min.css\" rel=\"stylesheet\"\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/js\/all.min.js\"\u003e\u003c\/script\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@400;500;600;700\u0026amp;family=Barlow:wght@300;400;500;600;700\u0026amp;family=Barlow+Condensed:wght@600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; }\n\n    html, body {\n      background-color: #020204;\n      color: #e0e0e0;\n      font-family: 'Barlow', sans-serif;\n      overflow-x: hidden;\n      max-width: 100vw;\n    }\n\n    \/* ═══════════════════════════════════════\n       LENS FLARE \/ REFLECTIVE CORE EFFECTS\n       ═══════════════════════════════════════ *\/\n\n    .hero-flare {\n      position: relative;\n      overflow: hidden;\n    }\n    .hero-flare::before {\n      content: \"\";\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      width: 900px;\n      height: 900px;\n      transform: translate(-50%, -50%);\n      background: radial-gradient(\n        ellipse at center,\n        rgba(255,255,255,0.12) 0%,\n        rgba(255,255,255,0.06) 15%,\n        rgba(200,220,255,0.03) 35%,\n        transparent 65%\n      );\n      pointer-events: none;\n      animation: flare-breathe 5s ease-in-out infinite alternate;\n    }\n    \/* Horizontal anamorphic streak *\/\n    .hero-flare::after {\n      content: \"\";\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      width: 1200px;\n      height: 3px;\n      transform: translate(-50%, -50%);\n      background: linear-gradient(\n        90deg,\n        transparent 0%,\n        rgba(255,255,255,0.0) 20%,\n        rgba(255,255,255,0.15) 40%,\n        rgba(255,255,255,0.6) 48%,\n        rgba(255,255,255,0.9) 50%,\n        rgba(255,255,255,0.6) 52%,\n        rgba(255,255,255,0.15) 60%,\n        rgba(255,255,255,0.0) 80%,\n        transparent 100%\n      );\n      pointer-events: none;\n      animation: flare-streak 4s ease-in-out infinite alternate;\n      filter: blur(1px);\n    }\n\n    @keyframes flare-breathe {\n      0%   { opacity: 0.5; transform: translate(-50%, -50%) scale(0.85); }\n      100% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }\n    }\n    @keyframes flare-streak {\n      0%   { opacity: 0.3; width: 700px; }\n      100% { opacity: 1; width: 1600px; }\n    }\n\n    \/* Lens flare ghost dots *\/\n    .flare-dots {\n      position: absolute;\n      top: 0; left: 0; right: 0; bottom: 0;\n      pointer-events: none;\n      overflow: hidden;\n    }\n    .flare-dot {\n      position: absolute;\n      border-radius: 50%;\n      animation: flare-dot-drift 6s ease-in-out infinite alternate;\n    }\n    @keyframes flare-dot-drift {\n      0%   { opacity: 0.12; transform: scale(0.8); }\n      50%  { opacity: 0.5; transform: scale(1.25); }\n      100% { opacity: 0.15; transform: scale(0.85); }\n    }\n\n    \/* Starburst spike rays *\/\n    .starburst {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      width: 700px;\n      height: 700px;\n      transform: translate(-50%, -50%);\n      pointer-events: none;\n      animation: starburst-rotate 25s linear infinite;\n      opacity: 0.08;\n    }\n    .starburst .ray {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      width: 2px;\n      height: 350px;\n      transform-origin: top center;\n      background: linear-gradient(\n        180deg,\n        rgba(255,255,255,0.95) 0%,\n        rgba(255,255,255,0.25) 30%,\n        transparent 100%\n      );\n    }\n    @keyframes starburst-rotate {\n      0%   { transform: translate(-50%, -50%) rotate(0deg); }\n      100% { transform: translate(-50%, -50%) rotate(360deg); }\n    }\n\n    \/* Reflective header text *\/\n    .reflect-header {\n      font-family: 'Barlow Condensed', sans-serif;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n      background: linear-gradient(\n        105deg,\n        #bbb 0%,\n        #fff 18%,\n        #fff 32%,\n        #d0e8ff 42%,\n        #fff 50%,\n        #fff8d0 58%,\n        #fff 68%,\n        #fff 82%,\n        #bbb 100%\n      );\n      background-size: 300% 100%;\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      animation: reflex-sweep 5s ease-in-out infinite;\n      filter: drop-shadow(0 0 30px rgba(255,255,255,0.35)) drop-shadow(0 0 80px rgba(255,255,255,0.1));\n    }\n\n    @keyframes reflex-sweep {\n      0%   { background-position: 100% 50%; }\n      50%  { background-position: 0% 50%; }\n      100% { background-position: 100% 50%; }\n    }\n\n    \/* Ambient background glow orbs *\/\n    .glow-orb {\n      position: fixed;\n      border-radius: 50%;\n      pointer-events: none;\n      filter: blur(120px);\n      opacity: 0.06;\n      animation: orb-float 10s ease-in-out infinite alternate;\n    }\n    @keyframes orb-float {\n      0%   { transform: translate(0, 0) scale(1); }\n      100% { transform: translate(30px, -25px) scale(1.2); }\n    }\n\n    \/* Horizontal scanning light beam *\/\n    .scan-line-wrap {\n      position: relative;\n      overflow: hidden;\n    }\n    .scan-line-wrap::after {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: -100%;\n      width: 50%;\n      height: 100%;\n      background: linear-gradient(\n        90deg,\n        transparent 0%,\n        rgba(255,255,255,0.025) 40%,\n        rgba(255,255,255,0.07) 50%,\n        rgba(255,255,255,0.025) 60%,\n        transparent 100%\n      );\n      animation: scan-pass 7s ease-in-out infinite;\n      pointer-events: none;\n    }\n    @keyframes scan-pass {\n      0%   { left: -50%; }\n      100% { left: 100%; }\n    }\n\n    \/* ═══════════════════════════════\n       COMPONENT STYLES\n       ═══════════════════════════════ *\/\n\n    .vis-card {\n      background: rgba(10, 10, 16, 0.7);\n      border: 1px solid rgba(255,255,255,0.05);\n      border-radius: 1rem;\n      transition: all 0.35s ease;\n      position: relative;\n      overflow: hidden;\n    }\n    .vis-card::after {\n      content: \"\";\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: linear-gradient(\n        to bottom right,\n        rgba(255,255,255,0) 0%,\n        rgba(255,255,255,0) 42%,\n        rgba(255,255,255,0.05) 50%,\n        rgba(255,255,255,0) 58%,\n        rgba(255,255,255,0) 100%\n      );\n      transform: rotate(45deg);\n      animation: card-shine 6s linear infinite;\n      pointer-events: none;\n    }\n    @keyframes card-shine {\n      0%   { left: -100%; top: -100%; }\n      100% { left: 100%; top: 100%; }\n    }\n    .vis-card:hover {\n      transform: translateY(-6px);\n      border-color: rgba(255,255,255,0.12);\n      box-shadow:\n        0 0 50px -10px rgba(255,255,255,0.12),\n        0 25px 50px -15px rgba(0,0,0,0.6);\n    }\n\n    \/* Reflective white CTA button *\/\n    .reflex-btn {\n      position: relative;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.75rem;\n      padding: 1.1rem 2.8rem;\n      font-family: 'Barlow Condensed', sans-serif;\n      font-weight: 700;\n      font-size: 1.3rem;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      color: #000;\n      background: linear-gradient(135deg, #ddd, #fff, #eee, #fff, #ccc);\n      background-size: 300% 300%;\n      border: none;\n      border-radius: 9999px;\n      cursor: pointer;\n      overflow: hidden;\n      transition: all 0.3s ease;\n      box-shadow:\n        0 0 35px -4px rgba(255,255,255,0.4),\n        0 0 70px -10px rgba(255,255,255,0.15),\n        0 4px 14px -2px rgba(0,0,0,0.4);\n      animation: btn-shimmer 4s ease infinite;\n    }\n    .reflex-btn:hover {\n      transform: translateY(-3px) scale(1.03);\n      box-shadow:\n        0 0 60px -4px rgba(255,255,255,0.55),\n        0 0 100px -10px rgba(255,255,255,0.2),\n        0 10px 25px -4px rgba(0,0,0,0.5);\n    }\n    .reflex-btn::after {\n      content: \"\";\n      position: absolute;\n      top: -50%;\n      left: -75%;\n      width: 50%;\n      height: 200%;\n      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent);\n      transform: skewX(-20deg);\n      animation: btn-flare 3s ease-in-out infinite;\n    }\n    @keyframes btn-shimmer {\n      0%, 100% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n    }\n    @keyframes btn-flare {\n      0%   { left: -75%; }\n      100% { left: 125%; }\n    }\n\n    \/* Hazard stripe banner *\/\n    .hazard-banner {\n      background: repeating-linear-gradient(\n        -45deg,\n        #000 0px, #000 18px,\n        #fbbf24 18px, #fbbf24 36px\n      );\n      padding: 4px;\n      border-radius: 1rem;\n    }\n    .hazard-banner-inner {\n      background: rgba(6, 6, 10, 0.97);\n      border-radius: 0.85rem;\n      padding: 2rem 2.5rem;\n    }\n\n    \/* Road stripe divider *\/\n    .road-stripe {\n      display: flex;\n      justify-content: center;\n      gap: 1.5rem;\n      padding: 1.5rem 0;\n    }\n    .road-stripe span {\n      display: block;\n      width: 60px;\n      height: 5px;\n      background: rgba(255,255,255,0.08);\n      border-radius: 3px;\n    }\n\n    \/* Image\/video frame with reflective edge *\/\n    .reflex-frame {\n      position: relative;\n      padding: 3px;\n      border-radius: 1rem;\n      background: linear-gradient(\n        135deg,\n        rgba(255,255,255,0.55),\n        rgba(255,255,255,0.06) 25%,\n        rgba(190,220,255,0.2) 50%,\n        rgba(255,255,255,0.06) 75%,\n        rgba(255,255,255,0.55)\n      );\n      background-size: 300% 300%;\n      animation: frame-shift 6s ease infinite;\n      box-shadow:\n        0 0 50px -12px rgba(255,255,255,0.18),\n        0 0 100px -20px rgba(255,255,255,0.06);\n    }\n    .reflex-frame-inner {\n      background: #040406;\n      border-radius: 0.85rem;\n      overflow: hidden;\n    }\n    @keyframes frame-shift {\n      0%, 100% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n    }\n\n    \/* Stat numbers *\/\n    .stat-num {\n      font-family: 'Barlow Condensed', sans-serif;\n      font-weight: 800;\n      color: #fff;\n      text-shadow: 0 0 25px rgba(255,255,255,0.35), 0 0 50px rgba(255,255,255,0.1);\n    }\n\n    \/* Section label *\/\n    .section-label {\n      font-family: 'Barlow Condensed', sans-serif;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.2em;\n      font-size: 0.75rem;\n      color: rgba(255,255,255,0.25);\n    }\n\n    \/* Scrolling ticker *\/\n    .ticker-wrap {\n      overflow: hidden;\n      white-space: nowrap;\n      border-top: 1px solid rgba(255,255,255,0.03);\n      border-bottom: 1px solid rgba(255,255,255,0.03);\n      padding: 0.75rem 0;\n    }\n    .ticker {\n      display: inline-block;\n      animation: ticker-scroll 35s linear infinite;\n    }\n    .ticker span {\n      font-family: 'Barlow Condensed', sans-serif;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.15em;\n      font-size: 0.8rem;\n      color: rgba(255,255,255,0.1);\n      margin-right: 3rem;\n    }\n    @keyframes ticker-scroll {\n      0%   { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n\n    \/* Info box *\/\n    .info-box {\n      border-radius: 1rem;\n      padding: 2rem;\n      position: relative;\n      overflow: hidden;\n    }\n    .info-box.frost  { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); }\n    .info-box.red    { background: rgba(127, 29, 29, 0.12); border: 1px solid rgba(239,68,68,0.18); }\n\n    \/* Minimum order badge *\/\n    .min-order-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      padding: 0.6rem 1.5rem;\n      border-radius: 9999px;\n      background: rgba(255,255,255,0.04);\n      border: 1px solid rgba(255,255,255,0.1);\n      font-family: 'Barlow Condensed', sans-serif;\n      font-weight: 700;\n      font-size: 0.95rem;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      color: rgba(255,255,255,0.6);\n    }\n    .min-order-badge strong {\n      color: #fff;\n      font-size: 1.1rem;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 640px) {\n      .reflect-header { font-size: 2.8rem !important; }\n      .hero-flare::after { display: none; }\n      .starburst { display: none; }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- Background glow orbs --\u003e\n  \u003cdiv style=\"position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0;\"\u003e\n    \u003cdiv class=\"glow-orb\" style=\"width:800px;height:800px;top:-250px;left:-250px;background:#fff;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"glow-orb\" style=\"width:600px;height:600px;top:35%;right:-200px;background:#c0d8ff;animation-delay:4s;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"glow-orb\" style=\"width:500px;height:500px;bottom:5%;left:15%;background:#fff;animation-delay:6s;\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cmain class=\"relative max-w-7xl mx-auto px-4 sm:px-6 py-10\"\u003e\n\n    \u003c!-- ═══════════ HERO ═══════════ --\u003e\n    \u003cheader class=\"text-center mb-6 hero-flare\" style=\"padding:4rem 0;\"\u003e\n      \u003c!-- Starburst rays --\u003e\n      \u003cdiv class=\"starburst\"\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(0deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(30deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(60deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(90deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(120deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(150deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(180deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(210deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(240deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(270deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(300deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(330deg);\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Lens flare ghost artifacts --\u003e\n      \u003cdiv class=\"flare-dots\"\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:100px;height:100px;top:18%;left:12%;background:radial-gradient(circle,rgba(170,200,255,0.3),transparent 70%);animation-delay:0s;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:45px;height:45px;top:30%;right:22%;background:radial-gradient(circle,rgba(255,230,180,0.35),transparent 70%);animation-delay:1.5s;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:140px;height:140px;bottom:10%;left:50%;background:radial-gradient(circle,rgba(190,210,255,0.12),transparent 70%);animation-delay:3s;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:20px;height:20px;top:55%;left:28%;background:radial-gradient(circle,rgba(255,255,255,0.6),transparent 60%);animation-delay:0.8s;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:12px;height:12px;top:22%;right:32%;background:radial-gradient(circle,rgba(255,255,255,0.8),transparent 55%);animation-delay:2.2s;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"flare-dot\" style=\"width:60px;height:60px;top:65%;right:15%;background:radial-gradient(circle,rgba(200,255,220,0.2),transparent 70%);animation-delay:4s;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"section-label mb-4 relative z-10\"\u003eNew Product Line\u003c\/p\u003e\n      \u003ch1 class=\"reflect-header text-7xl md:text-9xl leading-none mb-6 relative z-10\"\u003eSuperVis\u003c\/h1\u003e\n      \u003cp class=\"text-lg md:text-xl text-gray-500 max-w-2xl mx-auto leading-relaxed relative z-10\" style=\"font-weight:300;\"\u003e\n        Reflective DTF transfers that \u003cstrong class=\"text-white font-semibold\"\u003elight up the night\u003c\/strong\u003e. Engineered for maximum visibility — safety gear, streetwear, athletics, and workwear that demands to be seen.\n      \u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Ticker --\u003e\n    \u003cdiv class=\"ticker-wrap mb-14\"\u003e\n      \u003cdiv class=\"ticker\"\u003e\n        \u003cspan\u003e✦ High Visibility\u003c\/span\u003e\n        \u003cspan\u003e✦ Reflective DTF\u003c\/span\u003e\n        \u003cspan\u003e✦ All Fabrics\u003c\/span\u003e\n        \u003cspan\u003e✦ Night Visibility\u003c\/span\u003e\n        \u003cspan\u003e✦ Custom Designs\u003c\/span\u003e\n        \u003cspan\u003e✦ Wash Durable\u003c\/span\u003e\n        \u003cspan\u003e✦ Cold Peel\u003c\/span\u003e\n        \u003cspan\u003e✦ $20 Minimum Order\u003c\/span\u003e\n        \u003cspan\u003e✦ High Visibility\u003c\/span\u003e\n        \u003cspan\u003e✦ Reflective DTF\u003c\/span\u003e\n        \u003cspan\u003e✦ All Fabrics\u003c\/span\u003e\n        \u003cspan\u003e✦ Night Visibility\u003c\/span\u003e\n        \u003cspan\u003e✦ Custom Designs\u003c\/span\u003e\n        \u003cspan\u003e✦ Wash Durable\u003c\/span\u003e\n        \u003cspan\u003e✦ Cold Peel\u003c\/span\u003e\n        \u003cspan\u003e✦ $20 Minimum Order\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ═══════════ HERO IMAGE ═══════════ --\u003e\n    \u003csection class=\"mb-6 flex justify-center\"\u003e\n      \u003cdiv class=\"reflex-frame w-full md:w-3\/5 lg:w-1\/2\"\u003e\n        \u003cdiv class=\"reflex-frame-inner\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/ChatGPT_Image_Feb_14_2026_04_29_10_PM.png?v=1771115367\" alt=\"SuperVis Reflective DTF Transfer on black t-shirt\" class=\"w-full block\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cp class=\"text-center text-lg italic text-gray-600 mb-16 max-w-lg mx-auto\"\u003e\n      \"When light hits this transfer, it explodes. Your customers won't believe this came off a DTF printer.\"\n    \u003c\/p\u003e\n\n    \u003c!-- ═══════════ FEATURES ═══════════ --\u003e\n    \u003csection class=\"mb-16 scan-line-wrap\"\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-6\"\u003e\n        \u003cdiv class=\"vis-card p-8 text-center\"\u003e\n          \u003cdiv class=\"mb-5\"\u003e\n            \u003ci class=\"fa-solid fa-bolt text-4xl text-white\" style=\"filter:drop-shadow(0 0 15px rgba(255,255,255,0.5));\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eRetro-Reflective\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm leading-relaxed\"\u003eMicro-bead technology bounces light directly back to the source — the same principle used in highway signs and emergency gear.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-8 text-center\"\u003e\n          \u003cdiv class=\"mb-5\"\u003e\n            \u003ci class=\"fa-solid fa-shirt text-4xl text-white\" style=\"filter:drop-shadow(0 0 15px rgba(255,255,255,0.5));\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eAny Fabric\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm leading-relaxed\"\u003eCotton, polyester, blends, nylon, denim, canvas — SuperVis bonds to virtually every textile with a standard heat press.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-8 text-center\"\u003e\n          \u003cdiv class=\"mb-5\"\u003e\n            \u003ci class=\"fa-solid fa-shield-halved text-4xl text-white\" style=\"filter:drop-shadow(0 0 15px rgba(255,255,255,0.5));\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eWash Durable\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm leading-relaxed\"\u003eMaintains reflective properties wash after wash. Cold wash, inside-out recommended for maximum longevity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ═══════════ COLD PEEL WARNING ═══════════ --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cdiv class=\"hazard-banner\"\u003e\n        \u003cdiv class=\"hazard-banner-inner text-center\"\u003e\n          \u003cdiv class=\"flex flex-col md:flex-row items-center justify-center gap-5\"\u003e\n            \u003ci class=\"fa-solid fa-triangle-exclamation text-5xl animate-pulse\" style=\"color:#fbbf24;\"\u003e\u003c\/i\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"text-3xl font-bold mb-2\" style=\"font-family:'Barlow Condensed',sans-serif;color:#fbbf24;text-transform:uppercase;letter-spacing:0.05em;\"\u003eCold Peel Required\u003c\/h3\u003e\n              \u003cp class=\"text-lg text-white font-semibold\"\u003e\n                Wait at least \u003cspan style=\"color:#fbbf24;\"\u003e60 SECONDS\u003c\/span\u003e after pressing. Use a \u003cspan style=\"color:#fbbf24;\"\u003eSQUEEGEE\u003c\/span\u003e before removing the film.\n              \u003c\/p\u003e\n              \u003cp class=\"text-sm text-gray-400 mt-2\"\u003eFailure to cold peel will result in incomplete transfer and damaged reflective layer\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"road-stripe mb-16\"\u003e\n      \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ═══════════ VIDEO ═══════════ --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eSee It In Action\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-8\"\u003eThe Glow Is Real\u003c\/h2\u003e\n      \u003cdiv class=\"flex justify-center\"\u003e\n        \u003cdiv class=\"reflex-frame w-full md:w-4\/5 lg:w-3\/4\"\u003e\n          \u003cdiv class=\"reflex-frame-inner\"\u003e\n            \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b1a7b40936854f8e911e84a38eb8b959.mp4\" controls loop playsinline class=\"w-full block\" style=\"border-radius:0.85rem;\"\u003e\u003c\/video\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"text-center text-gray-600 mt-6 text-sm\"\u003eWatch how SuperVis reflective transfers perform under direct light.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ═══════════ DESIGN GUIDANCE + PERFECT FOR ═══════════ --\u003e\n    \u003csection class=\"mb-16 grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n      \u003cdiv class=\"info-box frost\"\u003e\n        \u003ch3 class=\"text-lg font-bold mb-4 flex items-center gap-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;color:#fff;\"\u003e\n          \u003ci class=\"fa-solid fa-palette\" style=\"filter:drop-shadow(0 0 8px rgba(255,255,255,0.3));\"\u003e\u003c\/i\u003e Design Guidelines\n        \u003c\/h3\u003e\n        \u003cul class=\"space-y-3 text-gray-400 text-sm leading-relaxed\"\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eWhite designs\u003c\/strong\u003e produce the brightest, most intense reflective effect\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong class=\"text-white\"\u003eBold, simple graphics\u003c\/strong\u003e with thick lines reflect most dramatically\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003ci class=\"fa-solid fa-check mt-1 text-xs text-white\"\u003e\u003c\/i\u003e \u003cspan\u003eGrey-scale designs work for a \u003cstrong class=\"text-white\"\u003esubtler reflective finish\u003c\/strong\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003ci class=\"fa-solid fa-xmark mt-1 text-xs text-red-500\"\u003e\u003c\/i\u003e \u003cspan\u003eMulti-color designs will \u003cstrong class=\"text-red-400\"\u003enot achieve the reflective effect\u003c\/strong\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-box frost\"\u003e\n        \u003ch3 class=\"text-lg font-bold mb-4 flex items-center gap-3\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;color:#fff;\"\u003e\n          \u003ci class=\"fa-solid fa-bullseye\" style=\"filter:drop-shadow(0 0 8px rgba(255,255,255,0.3));\"\u003e\u003c\/i\u003e Perfect For\n        \u003c\/h3\u003e\n        \u003cul class=\"space-y-3 text-gray-400 text-sm leading-relaxed\"\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003cspan style=\"color:rgba(255,255,255,0.25);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eConstruction crews \u0026amp; safety workwear\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003cspan style=\"color:rgba(255,255,255,0.25);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eRunning clubs, cycling kits \u0026amp; athletic teams\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003cspan style=\"color:rgba(255,255,255,0.25);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eStreetwear brands wanting that night-glow look\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003cspan style=\"color:rgba(255,255,255,0.25);\"\u003e▸\u003c\/span\u003e \u003cspan\u003ePet apparel, bags, hats \u0026amp; accessories\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"flex items-start gap-3\"\u003e\n            \u003cspan style=\"color:rgba(255,255,255,0.25);\"\u003e▸\u003c\/span\u003e \u003cspan\u003eSecurity uniforms \u0026amp; event staff gear\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ═══════════ PRICING ═══════════ --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eTransparent Pricing\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-4\"\u003ePay Per Square Foot\u003c\/h2\u003e\n      \u003cp class=\"text-center text-gray-600 mb-6\"\u003eNo waste. Maximum reflectivity.\u003c\/p\u003e\n\n      \u003c!-- $20 MINIMUM ORDER NOTICE --\u003e\n      \u003cdiv class=\"flex justify-center mb-10\"\u003e\n        \u003cdiv class=\"min-order-badge\"\u003e\n          \u003ci class=\"fa-solid fa-circle-info\" style=\"color:rgba(255,255,255,0.35);\"\u003e\u003c\/i\u003e\n          \u003cspan\u003e\u003cstrong\u003e$20\u003c\/strong\u003e minimum order\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vis-card p-10 text-center mb-10 hero-flare\" style=\"border-color:rgba(255,255,255,0.06);\"\u003e\n        \u003cp class=\"stat-num text-8xl md:text-9xl mb-2 relative z-10\"\u003e$7\u003c\/p\u003e\n        \u003cp class=\"text-lg text-gray-500 relative z-10\"\u003eper square foot\u003c\/p\u003e\n        \u003cp class=\"text-xs text-gray-700 mt-2 relative z-10\"\u003e$20 minimum per order\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-3 gap-6\"\u003e\n        \u003cdiv class=\"vis-card p-7 text-center\"\u003e\n          \u003cp class=\"text-xs text-gray-600 uppercase tracking-widest mb-3\"\u003eSmall — 3″×3″\u003c\/p\u003e\n          \u003cp class=\"stat-num text-5xl mb-1\"\u003e$0.44\u003c\/p\u003e\n          \u003cp class=\"text-xs text-gray-700\"\u003e0.0625 sq ft\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-7 text-center\"\u003e\n          \u003cp class=\"text-xs text-gray-600 uppercase tracking-widest mb-3\"\u003eMedium — 6″×6″\u003c\/p\u003e\n          \u003cp class=\"stat-num text-5xl mb-1\"\u003e$1.75\u003c\/p\u003e\n          \u003cp class=\"text-xs text-gray-700\"\u003e0.25 sq ft\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-7 text-center\"\u003e\n          \u003cp class=\"text-xs text-gray-600 uppercase tracking-widest mb-3\"\u003eLarge — 12″×12″\u003c\/p\u003e\n          \u003cp class=\"stat-num text-5xl mb-1\"\u003e$7.00\u003c\/p\u003e\n          \u003cp class=\"text-xs text-gray-700\"\u003e1.0 sq ft\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"road-stripe mb-16\"\u003e\n      \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ═══════════ HOW IT WORKS ═══════════ --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eSimple Process\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-10\"\u003eHow It Works\u003c\/h2\u003e\n      \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6\"\u003e\n        \u003cdiv class=\"vis-card p-7 text-center\"\u003e\n          \u003cp class=\"stat-num text-6xl mb-4\"\u003e01\u003c\/p\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-2\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eUpload\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm\"\u003eDrag \u0026amp; drop your design into our EZ-Uploader\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-7 text-center\"\u003e\n          \u003cp class=\"stat-num text-6xl mb-4\"\u003e02\u003c\/p\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-2\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eSize It\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm\"\u003eSet dimensions — pricing calculates instantly\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-7 text-center\"\u003e\n          \u003cp class=\"stat-num text-6xl mb-4\"\u003e03\u003c\/p\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-2\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eQuantity\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm\"\u003eOrder one or scale to thousands\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vis-card p-7 text-center\"\u003e\n          \u003cp class=\"stat-num text-6xl mb-4\"\u003e04\u003c\/p\u003e\n          \u003ch3 class=\"text-lg font-bold text-white mb-2\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eCheckout\u003c\/h3\u003e\n          \u003cp class=\"text-gray-500 text-sm\"\u003eReview and complete your order securely\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ═══════════ PRESSING INSTRUCTIONS ═══════════ --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cp class=\"section-label text-center mb-3\"\u003eApplication Guide\u003c\/p\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-5xl text-center mb-10\"\u003ePressing Instructions\u003c\/h2\u003e\n\n      \u003cdiv class=\"info-box red mb-8 text-center\"\u003e\n        \u003ch3 class=\"text-xl font-bold flex items-center justify-center gap-3 mb-3\" style=\"color:#f87171;font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.05em;\"\u003e\n          \u003ci class=\"fa-solid fa-exclamation-circle\"\u003e\u003c\/i\u003e Cold Peel Only\n        \u003c\/h3\u003e\n        \u003col class=\"space-y-2 text-white font-semibold text-sm max-w-xl mx-auto text-left\" style=\"list-style:decimal;padding-left:1.5rem;\"\u003e\n          \u003cli\u003ePress at recommended temperature for your fabric\u003c\/li\u003e\n          \u003cli\u003eWait at least \u003cspan style=\"color:#fbbf24;\"\u003e60 SECONDS\u003c\/span\u003e after pressing\u003c\/li\u003e\n          \u003cli\u003eUse a squeegee to firmly press down on the transfer\u003c\/li\u003e\n          \u003cli\u003ePeel from the corner slowly to confirm adhesion\u003c\/li\u003e\n          \u003cli\u003eOnce design is transferring cleanly, continue at a steady pace\u003c\/li\u003e\n        \u003c\/ol\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n        \u003c!-- Polyester --\u003e\n        \u003cdiv class=\"vis-card p-8\"\u003e\n          \u003cdiv class=\"flex items-center gap-4 mb-6\"\u003e\n            \u003cdiv class=\"flex items-center justify-center w-14 h-14 rounded-full\" style=\"background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);\"\u003e\n              \u003ci class=\"fa-solid fa-tshirt text-xl text-white\" style=\"filter:drop-shadow(0 0 10px rgba(255,255,255,0.3));\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"text-xl font-bold text-white\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003ePolyester\u003c\/h3\u003e\n              \u003cp class=\"text-gray-600 text-xs uppercase tracking-widest\"\u003ePerformance \u0026amp; Athletic Fabrics\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"grid grid-cols-2 gap-4 mb-5\"\u003e\n            \u003cdiv class=\"rounded-lg p-4 text-center\" style=\"background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);\"\u003e\n              \u003ci class=\"fa-solid fa-temperature-high text-lg mb-2 text-white\" style=\"opacity:0.5;\"\u003e\u003c\/i\u003e\n              \u003cp class=\"text-white font-bold text-lg\"\u003e275°F\u003c\/p\u003e\n              \u003cp class=\"text-gray-600 text-xs\"\u003e135°C\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"rounded-lg p-4 text-center\" style=\"background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);\"\u003e\n              \u003ci class=\"fa-solid fa-stopwatch text-lg mb-2 text-white\" style=\"opacity:0.5;\"\u003e\u003c\/i\u003e\n              \u003cp class=\"text-white font-bold text-lg\"\u003e15 sec\u003c\/p\u003e\n              \u003cp class=\"text-gray-600 text-xs\"\u003epress time\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003col class=\"space-y-2 text-gray-500 text-sm\" style=\"list-style:decimal;padding-left:1.25rem;\"\u003e\n            \u003cli\u003ePre-press garment 3–5 sec to remove moisture\u003c\/li\u003e\n            \u003cli\u003ePlace transfer face down, press 15 seconds\u003c\/li\u003e\n            \u003cli\u003eWait 60 seconds, squeegee firmly\u003c\/li\u003e\n            \u003cli\u003eCold peel slowly from one corner\u003c\/li\u003e\n          \u003c\/ol\u003e\n        \u003c\/div\u003e\n        \u003c!-- Cotton --\u003e\n        \u003cdiv class=\"vis-card p-8\"\u003e\n          \u003cdiv class=\"flex items-center gap-4 mb-6\"\u003e\n            \u003cdiv class=\"flex items-center justify-center w-14 h-14 rounded-full\" style=\"background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);\"\u003e\n              \u003ci class=\"fa-solid fa-tshirt text-xl text-white\" style=\"filter:drop-shadow(0 0 10px rgba(255,255,255,0.3));\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"text-xl font-bold text-white\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;\"\u003eCotton\u003c\/h3\u003e\n              \u003cp class=\"text-gray-600 text-xs uppercase tracking-widest\"\u003eStandard \u0026amp; Heavyweight Tees\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"grid grid-cols-2 gap-4 mb-5\"\u003e\n            \u003cdiv class=\"rounded-lg p-4 text-center\" style=\"background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);\"\u003e\n              \u003ci class=\"fa-solid fa-temperature-high text-lg mb-2 text-white\" style=\"opacity:0.5;\"\u003e\u003c\/i\u003e\n              \u003cp class=\"text-white font-bold text-lg\"\u003e325°F\u003c\/p\u003e\n              \u003cp class=\"text-gray-600 text-xs\"\u003e163°C\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"rounded-lg p-4 text-center\" style=\"background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);\"\u003e\n              \u003ci class=\"fa-solid fa-stopwatch text-lg mb-2 text-white\" style=\"opacity:0.5;\"\u003e\u003c\/i\u003e\n              \u003cp class=\"text-white font-bold text-lg\"\u003e15 sec\u003c\/p\u003e\n              \u003cp class=\"text-gray-600 text-xs\"\u003epress time\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003col class=\"space-y-2 text-gray-500 text-sm\" style=\"list-style:decimal;padding-left:1.25rem;\"\u003e\n            \u003cli\u003ePre-press garment 3–5 sec to remove moisture\u003c\/li\u003e\n            \u003cli\u003ePlace transfer face down, press 15 seconds\u003c\/li\u003e\n            \u003cli\u003eWait 60 seconds, squeegee firmly\u003c\/li\u003e\n            \u003cli\u003eCold peel slowly from one corner\u003c\/li\u003e\n          \u003c\/ol\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ═══════════ SCHEDULING NOTICE ═══════════ --\u003e\n    \u003csection class=\"mb-16\"\u003e\n      \u003cdiv class=\"vis-card p-6\" style=\"border-color:rgba(255,255,255,0.06);\"\u003e\n        \u003cdiv class=\"flex items-start gap-4\"\u003e\n          \u003ci class=\"fa-solid fa-triangle-exclamation text-lg mt-1\" style=\"color:#fbbf24;\"\u003e\u003c\/i\u003e\n          \u003cdiv\u003e\n            \u003cp class=\"font-bold text-white mb-1\" style=\"font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0.06em;font-size:0.9rem;\"\u003eScheduling Notice\u003c\/p\u003e\n            \u003cp class=\"text-gray-500 text-sm leading-relaxed\"\u003e\n              Orders placed \u003cstrong class=\"text-gray-300\"\u003eFriday after 3 PM\u003c\/strong\u003e will not print until Monday unless a weekday rush fee is added. Saturday \u0026amp; Sunday orders require a \u003cstrong class=\"text-gray-300\"\u003eSaturday Rush Fee\u003c\/strong\u003e or they ship the following Monday. Add the fee at checkout or search \"Same Day Rush Fee.\"\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ═══════════ CTA ═══════════ --\u003e\n    \u003csection class=\"text-center mb-20 hero-flare\" style=\"padding:3rem 0;\"\u003e\n      \u003c!-- Starburst on CTA too --\u003e\n      \u003cdiv class=\"starburst\" style=\"opacity:0.06;\"\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(0deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(45deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(90deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(135deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(180deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(225deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(270deg);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ray\" style=\"transform:rotate(315deg);\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ch2 class=\"reflect-header text-4xl md:text-6xl mb-4 relative z-10\"\u003eBe Seen. Be SuperVis.\u003c\/h2\u003e\n      \u003cp class=\"text-gray-600 mb-8 relative z-10\"\u003eReflective transfers shipped to your door.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ═══════════ FOOTER ═══════════ --\u003e\n    \u003cfooter class=\"border-t pt-10 pb-6\" style=\"border-color:rgba(255,255,255,0.03);\"\u003e\n      \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-8\"\u003e\n        \u003cdiv\u003e\n          \u003ch4 class=\"text-xs font-bold mb-4 uppercase tracking-widest\" style=\"font-family:'Barlow Condensed',sans-serif;color:rgba(255,255,255,0.2);\"\u003eContact\u003c\/h4\u003e\n          \u003cdiv class=\"space-y-2 text-gray-600 text-sm\"\u003e\n            \u003cp\u003e\u003ca href=\"mailto:info@superdtf.com\" class=\"hover:text-white transition-colors\"\u003einfo@superdtf.com\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"tel:9499196432\" class=\"hover:text-white transition-colors\"\u003e(949) 919-6432\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003eMon–Fri 8 AM – 5 PM PST\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4 class=\"text-xs font-bold mb-4 uppercase tracking-widest\" style=\"font-family:'Barlow Condensed',sans-serif;color:rgba(255,255,255,0.2);\"\u003eResources\u003c\/h4\u003e\n          \u003cdiv class=\"space-y-2 text-sm\"\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/about-us\" class=\"text-gray-600 hover:text-white transition-colors\"\u003eAbout Us\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/faq\" class=\"text-gray-600 hover:text-white transition-colors\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/dtf-pressing-instructions\" class=\"text-gray-600 hover:text-white transition-colors\"\u003ePressing Instructions\u003c\/a\u003e\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4 class=\"text-xs font-bold mb-4 uppercase tracking-widest\" style=\"font-family:'Barlow Condensed',sans-serif;color:rgba(255,255,255,0.2);\"\u003eLegal\u003c\/h4\u003e\n          \u003cdiv class=\"space-y-2 text-sm\"\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/terms-of-service\" class=\"text-gray-600 hover:text-white transition-colors\"\u003eTerms of Service\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/privacy-policy\" class=\"text-gray-600 hover:text-white transition-colors\"\u003ePrivacy Policy\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/superdtf.com\/pages\/refunds-and-returns\" class=\"text-gray-600 hover:text-white transition-colors\"\u003eRefunds \u0026amp; Returns\u003c\/a\u003e\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"text-center pt-6\" style=\"border-top:1px solid rgba(255,255,255,0.02);\"\u003e\u003c\/div\u003e\n    \u003c\/footer\u003e\n  \u003c\/main\u003e\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43011208511601,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/supervis_2cf6a214-7337-45cd-903f-53fd9374bf06.png?v=1771119636"},{"product_id":"ez-uploader-superdtf-uv-stickers-4","title":"EZ Uploader SuperDTF UV Stickers","description":"[{\"id\":\"c541bafd-cd8a-4af9-9d68-821df8c63e67\",\"imageName\":\"BASEBALL SEAMS.png\",\"isFromSavedImages\":false,\"quantity\":2,\"dimensions\":{\"width\":6.5024,\"height\":6.0364},\"finalAmount\":5.45,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1771522959860.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1774114965\u0026amp;Signature=MEIQ8b3Er3cN2aISl7%2FYiNqq8go%3D\",\"fileName\":\"BASEBALL SEAMS.png\",\"dpi\":412,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"EZ Uploader SuperDTF UV Stickers\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":5.451539911111111,\"frontendFinalAmount\":5.45,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.0015399111111111807},{\"id\":\"84fb3e21-0f73-49db-ba01-2ab1b8475e89\",\"imageName\":\"BASEBALL SEAMS.png\",\"isFromSavedImages\":false,\"quantity\":2,\"dimensions\":{\"width\":2.5,\"height\":2.324},\"finalAmount\":0.81,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1771522986000_196a1449-1adb-419c-a1d5-d550091d377a.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1774114986\u0026amp;Signature=O8PvgaYKCJiEtn4aIzrDqSpaVd8%3D\",\"fileName\":\"BASEBALL SEAMS.png\",\"dpi\":1072,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"EZ Uploader SuperDTF UV Stickers\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.8069444444444445,\"frontendFinalAmount\":0.81,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.003055555555555589},{\"id\":\"c57c32cd-4533-4fa8-b157-13aba4ef6bac\",\"imageName\":\"baseball-sports-free-svg-file-SvgHeart.Com.png\",\"isFromSavedImages\":true,\"quantity\":10,\"dimensions\":{\"width\":7,\"height\":2.1588785046728973},\"finalAmount\":10.49,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1771526431151.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1774118438\u0026amp;Signature=NzU67TuCveVPm8g8U4HitjpMjgw%3D\",\"fileName\":\"baseball-sports-free-svg-file-SvgHeart.Com.png\",\"dpi\":214,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"EZ Uploader SuperDTF UV Stickers\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":10.494548286604363,\"frontendFinalAmount\":10.49,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.004548286604363128},{\"id\":\"3f8c4df8-0084-4cf9-b2d3-6e95b4d1809b\",\"imageName\":\"Angels V1 (1).png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":3,\"height\":2.374},\"finalAmount\":4.95,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1771526567242_3de0c61e-4440-49c1-ac64-806eca47cc7a.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1774118567\u0026amp;Signature=cqUdIFfdBIYM52%2FfL%2Fyj1BRdVW8%3D\",\"fileName\":\"Angels V1 (1).png\",\"dpi\":2529,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"EZ Uploader SuperDTF UV Stickers\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":4.945833333333334,\"frontendFinalAmount\":4.95,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.00416666666666643},{\"id\":\"3640207d-d750-408b-9ce0-87ab03d6cf95\",\"imageName\":\"Angels V3 (1).png\",\"isFromSavedImages\":false,\"quantity\":15,\"dimensions\":{\"width\":5,\"height\":5.379},\"finalAmount\":28.02,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1771526562386_b5240204-978f-4a5a-a94f-5d64d3738349.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1774118562\u0026amp;Signature=ACFQvgquEuxPdd%2BWiFe%2BIIq43og%3D\",\"fileName\":\"Angels V3 (1).png\",\"dpi\":404,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"EZ Uploader SuperDTF UV Stickers\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":28.015624999999996,\"frontendFinalAmount\":28.02,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.004375000000003126},{\"id\":\"e0c52e69-016a-4d23-b09f-2e731d0818ef\",\"imageName\":\"Dodgers V2 (1).png\",\"isFromSavedImages\":false,\"quantity\":14,\"dimensions\":{\"width\":4,\"height\":1.762},\"finalAmount\":6.85,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1771526562393_5c95d0c6-42cc-4808-99c6-104c279bf5fb.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1774118562\u0026amp;Signature=5IJcq%2FwD9MzaZgPZXEJZw8PrVcE%3D\",\"fileName\":\"Dodgers V2 (1).png\",\"dpi\":352,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"EZ Uploader SuperDTF UV Stickers\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":6.852222222222222,\"frontendFinalAmount\":6.85,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.0022222222222225696}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43020262834289,"sku":null,"price":56.57,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/ez-uploader-super-uv-dtf-stickers-premium-uv-water-resistant-dtf-stickers-super-lasting-raised-glossy-elegance-dtf-prints-dtf-transfers-custom-dtf-prints-538553_37abfdd7-0f66-45b2-b5f3-2e8f1274baf9.jpg?v=1771526758"},{"product_id":"superdtf-matte-die-cut-stickers-extra-thick-and-durable","title":"SuperDTF Die-Cut Stickers","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eMatte Die Cut SuperDTF Stickers - Extra Thick \u0026amp; Durable | SuperDTF\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=Work+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #141414;\n            --secondary: #1c1c1c;\n            --accent: #c8a46e;\n            --accent-light: #dfc291;\n            --highlight: #e8d5b0;\n            --text-light: #f0ece4;\n            --text-muted: #9a9590;\n            --card-bg: rgba(255,255,255,0.04);\n            --success: #7fbc6a;\n            --matte-warm: #2a2520;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Work Sans', sans-serif;\n            background: var(--primary);\n            color: var(--text-light);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        .bg-pattern {\n            position: fixed;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            background:\n                radial-gradient(ellipse at 30% 10%, rgba(200, 164, 110, 0.08) 0%, transparent 50%),\n                radial-gradient(ellipse at 70% 90%, rgba(232, 213, 176, 0.05) 0%, transparent 50%),\n                linear-gradient(180deg, var(--primary) 0%, #1a1815 100%);\n            z-index: -1;\n        }\n\n        \/* Subtle grain overlay for matte feel *\/\n        body::after {\n            content: '';\n            position: fixed;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            opacity: 0.03;\n            background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'\/%3E%3C\/svg%3E\");\n            pointer-events: none;\n            z-index: 9999;\n        }\n\n        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* Header *\/\n        header {\n            text-align: center;\n            padding: 60px 0 40px;\n        }\n\n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent), var(--accent-light));\n            color: var(--primary);\n            padding: 8px 24px;\n            border-radius: 30px;\n            font-size: 0.8rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 20px;\n            animation: softPulse 3s infinite;\n        }\n\n        @keyframes softPulse {\n            0%, 100% { box-shadow: 0 0 0 0 rgba(200, 164, 110, 0.3); }\n            50% { box-shadow: 0 0 0 12px rgba(200, 164, 110, 0); }\n        }\n\n        h1 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: clamp(3rem, 8vw, 5.5rem);\n            letter-spacing: 4px;\n            line-height: 1.05;\n            margin-bottom: 15px;\n            color: var(--text-light);\n        }\n\n        h1 .matte-word {\n            background: linear-gradient(90deg, var(--accent), var(--highlight), var(--accent));\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .subtitle {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* Image Gallery *\/\n        .gallery {\n            margin: 40px 0;\n        }\n\n        .gallery-main {\n            width: 100%;\n            border-radius: 20px;\n            overflow: hidden;\n            margin-bottom: 15px;\n            border: 1px solid rgba(200, 164, 110, 0.15);\n            background: var(--matte-warm);\n        }\n\n        .gallery-main img {\n            width: 100%;\n            display: block;\n            cursor: pointer;\n            transition: transform 0.5s ease;\n        }\n\n        .gallery-main img:hover {\n            transform: scale(1.02);\n        }\n\n        .gallery-thumbs {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 12px;\n        }\n\n        .gallery-thumb {\n            border-radius: 12px;\n            overflow: hidden;\n            border: 2px solid transparent;\n            cursor: pointer;\n            transition: all 0.3s;\n            background: var(--matte-warm);\n        }\n\n        .gallery-thumb:hover,\n        .gallery-thumb.active {\n            border-color: var(--accent);\n        }\n\n        .gallery-thumb img {\n            width: 100%;\n            display: block;\n        }\n\n        \/* Main Card *\/\n        .main-card {\n            background: var(--card-bg);\n            border: 1px solid rgba(255,255,255,0.06);\n            border-radius: 24px;\n            padding: 40px;\n            margin-bottom: 40px;\n            backdrop-filter: blur(10px);\n        }\n\n        \/* Section Headers *\/\n        .section-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .section-icon {\n            width: 50px; height: 50px;\n            background: linear-gradient(135deg, var(--accent), var(--accent-light));\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n        }\n\n        h2 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2rem;\n            letter-spacing: 2px;\n        }\n\n        \/* Material Specs *\/\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .spec-card {\n            background: linear-gradient(135deg, rgba(200, 164, 110, 0.08), rgba(255,255,255,0.02));\n            border: 1px solid rgba(200, 164, 110, 0.12);\n            border-radius: 16px;\n            padding: 25px;\n            text-align: center;\n            transition: transform 0.3s, border-color 0.3s;\n        }\n\n        .spec-card:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent);\n        }\n\n        .spec-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            color: var(--accent);\n            line-height: 1;\n        }\n\n        .spec-unit {\n            font-size: 1rem;\n            color: var(--text-muted);\n        }\n\n        .spec-label {\n            margin-top: 8px;\n            font-weight: 500;\n            font-size: 0.9rem;\n        }\n\n        \/* Matte USP Banner *\/\n        .matte-usp {\n            background: linear-gradient(135deg, var(--matte-warm), rgba(200, 164, 110, 0.08));\n            border: 1px solid rgba(200, 164, 110, 0.2);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 40px;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 25px;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .usp-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            flex: 1 1 220px;\n            min-width: 220px;\n        }\n\n        .usp-icon {\n            font-size: 2rem;\n            line-height: 1;\n        }\n\n        .usp-text strong {\n            display: block;\n            font-size: 1rem;\n            color: var(--highlight);\n        }\n\n        .usp-text span {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n        }\n\n        \/* Pricing *\/\n        .pricing-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .price-display {\n            display: inline-flex;\n            align-items: baseline;\n            background: linear-gradient(135deg, var(--secondary), var(--primary));\n            border: 2px solid var(--accent);\n            border-radius: 20px;\n            padding: 20px 40px;\n            margin: 20px 0;\n        }\n\n        .price-dollar {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 4rem;\n            color: var(--accent-light);\n        }\n\n        .price-unit {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            margin-left: 5px;\n        }\n\n        .pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 15px;\n            margin-bottom: 30px;\n        }\n\n        @media (max-width: 768px) {\n            .pricing-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n\n        .price-card {\n            background: rgba(240, 236, 228, 0.95);\n            border-radius: 16px;\n            padding: 25px 15px;\n            text-align: center;\n            color: var(--primary);\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s;\n        }\n\n        .price-card:hover { transform: scale(1.03); }\n\n        .price-card.featured {\n            background: linear-gradient(135deg, var(--accent), var(--accent-light));\n            color: var(--primary);\n        }\n\n        .price-card.featured::before {\n            content: 'POPULAR';\n            position: absolute;\n            top: 10px; right: -25px;\n            background: var(--primary);\n            color: var(--highlight);\n            font-size: 0.65rem;\n            font-weight: 700;\n            padding: 3px 30px;\n            transform: rotate(45deg);\n        }\n\n        .size-name { font-weight: 700; font-size: 1.1rem; margin-bottom: 5px; }\n        .size-dimensions { font-size: 0.85rem; opacity: 0.6; margin-bottom: 15px; }\n        .size-price { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; }\n\n        \/* Minimums *\/\n        .minimums-box {\n            background: linear-gradient(135deg, rgba(200, 164, 110, 0.15), rgba(200, 164, 110, 0.05));\n            border: 1px solid var(--accent);\n            border-radius: 16px;\n            padding: 25px 30px;\n            margin: 30px 0;\n            text-align: center;\n        }\n\n        .minimums-title {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.5rem;\n            color: var(--accent);\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .minimum-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            color: var(--text-light);\n        }\n\n        .minimum-label {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        \/* Common Sizes Table *\/\n        .sizes-table-container {\n            overflow-x: auto;\n            margin: 30px 0;\n        }\n\n        .sizes-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: rgba(255,255,255,0.03);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n\n        .sizes-table th, .sizes-table td {\n            padding: 15px 20px;\n            text-align: center;\n        }\n\n        .sizes-table th {\n            background: rgba(200, 164, 110, 0.2);\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.1rem;\n            letter-spacing: 1px;\n        }\n\n        .sizes-table tr:nth-child(even) { background: rgba(255,255,255,0.02); }\n        .sizes-table tr:hover { background: rgba(200, 164, 110, 0.08); }\n\n        .sizes-table .price-cell {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.3rem;\n            color: var(--accent);\n        }\n\n        \/* Volume Discounts *\/\n        .discount-section {\n            margin-top: 50px;\n            position: relative;\n        }\n\n        .discount-section::before {\n            content: '';\n            position: absolute;\n            top: -25px; left: 50%;\n            transform: translateX(-50%);\n            width: 80%; height: 1px;\n            background: linear-gradient(90deg, transparent, var(--accent), transparent);\n        }\n\n        .discount-intro {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .discount-intro p {\n            color: var(--text-muted);\n            font-size: 1.05rem;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .highlight-text {\n            color: var(--success);\n            font-weight: 600;\n        }\n\n        .discount-tiers {\n            display: grid;\n            grid-template-columns: repeat(5, 1fr);\n            gap: 12px;\n            margin-bottom: 40px;\n        }\n\n        @media (max-width: 900px) { .discount-tiers { grid-template-columns: repeat(3, 1fr); } }\n        @media (max-width: 550px) { .discount-tiers { grid-template-columns: repeat(2, 1fr); } }\n\n        .discount-tier {\n            background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 16px;\n            padding: 20px 15px;\n            text-align: center;\n            position: relative;\n            transition: all 0.3s;\n            overflow: hidden;\n        }\n\n        .discount-tier::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--accent), var(--highlight));\n            opacity: 0.5;\n            transition: opacity 0.3s;\n        }\n\n        .discount-tier:hover {\n            transform: translateY(-5px);\n            border-color: var(--accent);\n        }\n\n        .discount-tier:hover::before { opacity: 1; }\n\n        .discount-tier.best-deal {\n            background: linear-gradient(180deg, rgba(127, 188, 106, 0.15), rgba(127, 188, 106, 0.05));\n            border-color: var(--success);\n        }\n\n        .discount-tier.best-deal::before {\n            background: linear-gradient(90deg, var(--success), #a0d890);\n            opacity: 1;\n        }\n\n        .discount-tier.best-deal::after {\n            content: '🔥 BEST';\n            position: absolute;\n            top: 12px; right: 8px;\n            font-size: 0.6rem;\n            font-weight: 700;\n            background: var(--success);\n            color: var(--primary);\n            padding: 2px 6px;\n            border-radius: 4px;\n        }\n\n        .tier-threshold { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 5px; }\n        .tier-amount { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--text-light); margin-bottom: 10px; }\n        .tier-percent {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.8rem;\n            line-height: 1;\n            background: linear-gradient(135deg, var(--accent-light), var(--highlight));\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .discount-tier.best-deal .tier-percent {\n            background: linear-gradient(135deg, var(--success), #a0d890);\n            -webkit-background-clip: text;\n            background-clip: text;\n        }\n\n        .tier-label { font-size: 0.85rem; color: var(--text-muted); margin-top: 5px; }\n\n        \/* Calculator *\/\n        .discount-calculator {\n            background: linear-gradient(135deg, rgba(200, 164, 110, 0.1), rgba(200, 164, 110, 0.03));\n            border: 1px solid rgba(200, 164, 110, 0.25);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 30px;\n        }\n\n        .calc-header { text-align: center; margin-bottom: 25px; }\n        .calc-header h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 2px; margin-bottom: 5px; }\n        .calc-header p { color: var(--text-muted); font-size: 0.9rem; }\n\n        .calc-input-group {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n            flex-wrap: wrap;\n            margin-bottom: 25px;\n        }\n\n        .calc-input-group label { font-weight: 500; font-size: 1rem; }\n\n        .calc-input {\n            background: rgba(255,255,255,0.08);\n            border: 2px solid rgba(200, 164, 110, 0.3);\n            border-radius: 12px;\n            padding: 15px 20px;\n            font-size: 1.5rem;\n            font-family: 'Bebas Neue', sans-serif;\n            color: var(--text-light);\n            width: 180px;\n            text-align: center;\n            transition: border-color 0.3s;\n        }\n\n        .calc-input:focus { outline: none; border-color: var(--accent); }\n\n        .calc-results {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n\n        @media (max-width: 600px) { .calc-results { grid-template-columns: 1fr; } }\n\n        .calc-result-card {\n            background: rgba(255,255,255,0.05);\n            border-radius: 12px;\n            padding: 20px;\n            text-align: center;\n        }\n\n        .calc-result-card.savings {\n            background: linear-gradient(135deg, rgba(127, 188, 106, 0.2), rgba(127, 188, 106, 0.05));\n            border: 1px solid var(--success);\n        }\n\n        .calc-result-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 8px; }\n        .calc-result-value { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--text-light); }\n        .calc-result-card.savings .calc-result-value { color: var(--success); }\n        .calc-result-sub { font-size: 0.85rem; color: var(--text-muted); margin-top: 5px; }\n\n        \/* Discount Table *\/\n        .discount-table-container {\n            overflow-x: auto;\n            margin: 30px 0;\n            border-radius: 16px;\n            border: 1px solid rgba(255,255,255,0.08);\n        }\n\n        .discount-table { width: 100%; border-collapse: collapse; }\n\n        .discount-table th, .discount-table td {\n            padding: 16px 12px;\n            text-align: center;\n            border-bottom: 1px solid rgba(255,255,255,0.05);\n        }\n\n        .discount-table thead { background: linear-gradient(135deg, rgba(200, 164, 110, 0.3), rgba(200, 164, 110, 0.1)); }\n\n        .discount-table th {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1rem;\n            letter-spacing: 1px;\n            font-weight: normal;\n        }\n\n        .discount-table th:first-child { text-align: left; padding-left: 20px; }\n        .discount-table tbody tr { background: rgba(255,255,255,0.02); transition: background 0.3s; }\n        .discount-table tbody tr:hover { background: rgba(200, 164, 110, 0.08); }\n        .discount-table tbody tr:nth-child(even) { background: rgba(255,255,255,0.04); }\n        .discount-table tbody tr:nth-child(even):hover { background: rgba(200, 164, 110, 0.08); }\n        .discount-table td:first-child { text-align: left; padding-left: 20px; font-weight: 600; }\n\n        .tier-cell { display: flex; align-items: center; gap: 10px; }\n\n        .tier-badge {\n            display: inline-block;\n            padding: 4px 10px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 600;\n        }\n\n        .tier-badge.tier-0 { background: rgba(255,255,255,0.1); color: var(--text-muted); }\n        .tier-badge.tier-1 { background: rgba(200, 164, 110, 0.3); color: var(--accent-light); }\n        .tier-badge.tier-2 { background: rgba(232, 213, 176, 0.3); color: var(--highlight); }\n        .tier-badge.tier-3 { background: rgba(0, 200, 180, 0.2); color: #5ee0c8; }\n        .tier-badge.tier-4 { background: rgba(180, 140, 210, 0.2); color: #c8a0e8; }\n        .tier-badge.tier-5 { background: rgba(127, 188, 106, 0.3); color: var(--success); }\n\n        .price-normal { color: var(--text-muted); font-size: 0.9rem; }\n        .price-discounted { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; color: var(--success); }\n        .savings-amount { display: block; font-size: 0.75rem; color: var(--success); opacity: 0.8; margin-top: 2px; }\n\n        \/* Mobile Discount Cards *\/\n        .mobile-discount-cards { display: none; }\n\n        @media (max-width: 750px) {\n            .discount-table-container { display: none; }\n            .mobile-discount-cards { display: block; }\n\n            .mobile-tier-card {\n                background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));\n                border: 1px solid rgba(255,255,255,0.1);\n                border-radius: 16px;\n                margin-bottom: 20px;\n                overflow: hidden;\n            }\n\n            .mobile-tier-header {\n                background: linear-gradient(135deg, rgba(200, 164, 110, 0.2), rgba(200, 164, 110, 0.08));\n                padding: 15px 20px;\n                display: flex;\n                align-items: center;\n                justify-content: space-between;\n            }\n\n            .mobile-tier-header.best { background: linear-gradient(135deg, rgba(127, 188, 106, 0.3), rgba(127, 188, 106, 0.1)); }\n            .mobile-tier-info { display: flex; align-items: center; gap: 12px; }\n            .mobile-tier-badge { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; line-height: 1; }\n            .mobile-tier-badge.off-7 { color: var(--accent-light); }\n            .mobile-tier-badge.off-15 { color: var(--highlight); }\n            .mobile-tier-badge.off-20 { color: #5ee0c8; }\n            .mobile-tier-badge.off-25 { color: #c8a0e8; }\n            .mobile-tier-badge.off-40 { color: var(--success); }\n            .mobile-tier-threshold { font-size: 0.85rem; color: var(--text-muted); }\n            .mobile-tier-threshold strong { color: var(--text-light); font-size: 1.1rem; }\n\n            .mobile-best-label {\n                background: var(--success);\n                color: var(--primary);\n                font-size: 0.65rem;\n                font-weight: 700;\n                padding: 4px 8px;\n                border-radius: 4px;\n            }\n\n            .mobile-tier-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.05); }\n            .mobile-price-item { background: var(--primary); padding: 12px 8px; text-align: center; }\n            .mobile-price-size { font-size: 0.7rem; color: var(--text-muted); margin-bottom: 4px; }\n            .mobile-price-value { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: var(--success); }\n            .mobile-price-save { font-size: 0.65rem; color: var(--success); opacity: 0.7; }\n            .mobile-price-item.normal .mobile-price-value { color: var(--text-muted); }\n\n            .main-card { padding: 25px 15px; }\n            .discount-calculator { padding: 20px 15px; }\n            .calc-input { width: 140px; font-size: 1.3rem; padding: 12px 15px; }\n            .section-header h2 { font-size: 1.5rem; }\n        }\n\n        \/* Shipping Banner *\/\n        .shipping-banner {\n            background: linear-gradient(90deg, var(--success), #5a9a4a);\n            border-radius: 16px;\n            padding: 25px 30px;\n            margin: 40px 0;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            align-items: center;\n            gap: 30px;\n            text-align: center;\n        }\n\n        .shipping-item { display: flex; align-items: center; gap: 12px; }\n        .shipping-icon { font-size: 2rem; }\n        .shipping-text { text-align: left; }\n        .shipping-text strong { display: block; font-size: 1.1rem; color: var(--primary); }\n        .shipping-text span { font-size: 0.85rem; opacity: 0.85; color: var(--primary); }\n\n        \/* Features *\/\n        .features-section { margin-top: 50px; }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n        }\n\n        .feature-card {\n            background: var(--card-bg);\n            border: 1px solid rgba(255,255,255,0.06);\n            border-radius: 16px;\n            padding: 25px;\n            display: flex;\n            gap: 15px;\n            align-items: flex-start;\n            transition: border-color 0.3s, transform 0.3s;\n        }\n\n        .feature-card:hover {\n            border-color: var(--accent);\n            transform: translateY(-3px);\n        }\n\n        .feature-icon {\n            width: 45px; height: 45px; min-width: 45px;\n            background: linear-gradient(135deg, var(--accent), var(--accent-light));\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.3rem;\n        }\n\n        .feature-title { font-weight: 600; margin-bottom: 5px; }\n        .feature-desc { font-size: 0.9rem; color: var(--text-muted); }\n\n        \/* CTA *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--matte-warm), var(--primary));\n            border: 1px solid rgba(200, 164, 110, 0.15);\n            border-radius: 24px;\n            padding: 50px 40px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .cta-title {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2.5rem;\n            letter-spacing: 2px;\n            margin-bottom: 15px;\n        }\n\n        .cta-subtitle {\n            color: var(--text-muted);\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n        }\n\n        footer {\n            text-align: center;\n            padding: 30px;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .animate-in { animation: fadeInUp 0.6s ease forwards; }\n        .delay-1 { animation-delay: 0.1s; }\n        .delay-2 { animation-delay: 0.2s; }\n        .delay-3 { animation-delay: 0.3s; }\n        .delay-4 { animation-delay: 0.4s; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"bg-pattern\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cheader\u003e\n            \u003cdiv class=\"badge animate-in\"\u003eNew Product\u003c\/div\u003e\n            \u003ch1 class=\"animate-in delay-1\"\u003e\n\u003cspan class=\"matte-word\"\u003eMATTE\u003c\/span\u003e DIE CUT SuperDTF STICKERS\u003c\/h1\u003e\n            \u003cp class=\"subtitle animate-in delay-2\"\u003eExtra Thick • Permanent Tack • Unlaminated Matte Finish Built to Last\u003c\/p\u003e\n        \u003c\/header\u003e\n\n        \u003c!-- Image Gallery --\u003e\n        \u003cdiv class=\"gallery animate-in delay-3\"\u003e\n            \u003cdiv class=\"gallery-main\"\u003e\n                \u003cimg id=\"mainImage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/4real.png?v=1771633872\" alt=\"SuperDTF Matte Die Cut Stickers\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gallery-thumbs\"\u003e\n                \u003cdiv class=\"gallery-thumb active\" onclick=\"changeImage(this, 'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/2.png?v=1771633872')\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/2.png?v=1771633872\" alt=\"Matte sticker detail\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-thumb\" onclick=\"changeImage(this, 'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/3.png?v=1771633872')\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/3.png?v=1771633872\" alt=\"Matte sticker closeup\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-thumb\" onclick=\"changeImage(this, 'https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/1_4146f1c3-2538-4138-9507-2569c4140e99.png?v=1771633872')\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/1_4146f1c3-2538-4138-9507-2569c4140e99.png?v=1771633872\" alt=\"Matte sticker application\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"main-card animate-in delay-4\"\u003e\n            \u003c!-- Matte USP --\u003e\n            \u003cdiv class=\"matte-usp\"\u003e\n                \u003cdiv class=\"usp-item\"\u003e\n                    \u003cspan class=\"usp-icon\"\u003e🖤\u003c\/span\u003e\n                    \u003cdiv class=\"usp-text\"\u003e\n                        \u003cstrong\u003eMatte Finish\u003c\/strong\u003e\n                        \u003cspan\u003eNo glare, soft-touch look\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usp-item\"\u003e\n                    \u003cspan class=\"usp-icon\"\u003e💪\u003c\/span\u003e\n                    \u003cdiv class=\"usp-text\"\u003e\n                        \u003cstrong\u003ePermanent Tack\u003c\/strong\u003e\n                        \u003cspan\u003eSticks strong, stays put\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usp-item\"\u003e\n                    \u003cspan class=\"usp-icon\"\u003e🔬\u003c\/span\u003e\n                    \u003cdiv class=\"usp-text\"\u003e\n                        \u003cstrong\u003eUnlaminated\u003c\/strong\u003e\n                        \u003cspan\u003eLong-lasting without lamination\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Material Specs --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e🛡️\u003c\/div\u003e\n                \u003ch2\u003ePREMIUM MATERIAL SPECS\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e6\u003cspan class=\"spec-unit\"\u003eMIL\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eSuper Thick Vinyl\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eGF220\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eGeneral Formulations\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eMATTE\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eUnlaminated Finish\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003ePERM\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003ePermanent Adhesive\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Pricing --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e💰\u003c\/div\u003e\n                \u003ch2\u003eSIMPLE PRICING\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pricing-header\"\u003e\n                \u003cp\u003eOne flat rate for all your custom matte stickers\u003c\/p\u003e\n                \u003cdiv class=\"price-display\"\u003e\n                    \u003cspan class=\"price-dollar\"\u003e$0.05\u003c\/span\u003e\n                    \u003cspan class=\"price-unit\"\u003e\/ in²\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pricing-grid\"\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eSmall\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e4×4 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$0.80\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card featured\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eMedium\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e8×8 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$3.20\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eLarge\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e12×12 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$7.20\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"price-card\"\u003e\n                    \u003cdiv class=\"size-name\"\u003eXL\u003c\/div\u003e\n                    \u003cdiv class=\"size-dimensions\"\u003e16×20 in\u003c\/div\u003e\n                    \u003cdiv class=\"size-price\"\u003e$16.00\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Minimums --\u003e\n            \u003cdiv class=\"minimums-box\"\u003e\n                \u003cdiv class=\"minimums-title\"\u003e\n\u003cspan\u003e⚠️\u003c\/span\u003e ORDER MINIMUM\u003c\/div\u003e\n                \u003cdiv class=\"minimum-item\"\u003e\n                    \u003cdiv class=\"minimum-value\"\u003e$15\u003c\/div\u003e\n                    \u003cdiv class=\"minimum-label\"\u003eMinimum Order\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Common Sizes Table --\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e📐\u003c\/div\u003e\n                \u003ch2\u003eCOMMON SIZES \u0026amp; PRICING\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"sizes-table-container\"\u003e\n                \u003ctable class=\"sizes-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSize\u003c\/th\u003e\n                            \u003cth\u003eDimensions\u003c\/th\u003e\n                            \u003cth\u003eSq. Inches\u003c\/th\u003e\n                            \u003cth\u003ePrice Each\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n\u003ctd\u003eMini\u003c\/td\u003e\n\u003ctd\u003e2\" × 2\"\u003c\/td\u003e\n\u003ctd\u003e4\u003c\/td\u003e\n\u003ctd class=\"price-cell\"\u003e$0.20\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003eSmall\u003c\/td\u003e\n\u003ctd\u003e3\" × 3\"\u003c\/td\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003ctd class=\"price-cell\"\u003e$0.45\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n\u003ctd\u003e4\" × 4\"\u003c\/td\u003e\n\u003ctd\u003e16\u003c\/td\u003e\n\u003ctd class=\"price-cell\"\u003e$0.80\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003ctd\u003e6\" × 6\"\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd class=\"price-cell\"\u003e$1.80\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003eLarge\u003c\/td\u003e\n\u003ctd\u003e8\" × 8\"\u003c\/td\u003e\n\u003ctd\u003e64\u003c\/td\u003e\n\u003ctd class=\"price-cell\"\u003e$3.20\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003eXL\u003c\/td\u003e\n\u003ctd\u003e10\" × 10\"\u003c\/td\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003ctd class=\"price-cell\"\u003e$5.00\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003eJumbo\u003c\/td\u003e\n\u003ctd\u003e12\" × 12\"\u003c\/td\u003e\n\u003ctd\u003e144\u003c\/td\u003e\n\u003ctd class=\"price-cell\"\u003e$7.20\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Volume Discounts --\u003e\n            \u003cdiv class=\"discount-section\"\u003e\n                \u003cdiv class=\"section-header\"\u003e\n                    \u003cdiv class=\"section-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003ch2\u003eVOLUME DISCOUNTS — SAVE UP TO 40%\u003c\/h2\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"discount-intro\"\u003e\n                    \u003cp\u003eThe more you order, the more you save! Discounts are \u003cspan class=\"highlight-text\"\u003eautomatically applied\u003c\/span\u003e at checkout based on your cart total.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"discount-tiers\"\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$100\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e7.5%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$200\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e15%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$300\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e20%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$400\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e25%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"discount-tier best-deal\"\u003e\n                        \u003cdiv class=\"tier-threshold\"\u003eCart Over\u003c\/div\u003e\n                        \u003cdiv class=\"tier-amount\"\u003e$500\u003c\/div\u003e\n                        \u003cdiv class=\"tier-percent\"\u003e40%\u003c\/div\u003e\n                        \u003cdiv class=\"tier-label\"\u003eOFF\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Calculator --\u003e\n                \u003cdiv class=\"discount-calculator\"\u003e\n                    \u003cdiv class=\"calc-header\"\u003e\n                        \u003ch3\u003e💡 SAVINGS CALCULATOR\u003c\/h3\u003e\n                        \u003cp\u003eEnter your cart amount to see how much you'll save\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"calc-input-group\"\u003e\n                        \u003clabel for=\"cartAmount\"\u003eCart Total: $\u003c\/label\u003e\n                        \u003cinput type=\"number\" id=\"cartAmount\" class=\"calc-input\" value=\"250\" min=\"0\" step=\"10\"\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"calc-results\"\u003e\n                        \u003cdiv class=\"calc-result-card\"\u003e\n                            \u003cdiv class=\"calc-result-label\"\u003eYour Discount\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-value\" id=\"discountPercent\"\u003e15%\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-sub\"\u003eoff your order\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"calc-result-card savings\"\u003e\n                            \u003cdiv class=\"calc-result-label\"\u003eYou Save\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-value\" id=\"savingsAmount\"\u003e$37.50\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-sub\"\u003eon this order\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"calc-result-card\"\u003e\n                            \u003cdiv class=\"calc-result-label\"\u003eYou Pay\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-value\" id=\"finalTotal\"\u003e$212.50\u003c\/div\u003e\n                            \u003cdiv class=\"calc-result-sub\"\u003eafter discount\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Discount Table --\u003e\n                \u003cdiv class=\"section-header\" style=\"margin-top: 40px;\"\u003e\n                    \u003cdiv class=\"section-icon\"\u003e📊\u003c\/div\u003e\n                    \u003ch2\u003eDISCOUNTED PRICE BY SIZE\u003c\/h2\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"discount-table-container\"\u003e\n                    \u003ctable class=\"discount-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eCart Over\u003c\/th\u003e\n                                \u003cth\u003e2\" × 2\"\u003c\/th\u003e\n                                \u003cth\u003e4\" × 4\"\u003c\/th\u003e\n                                \u003cth\u003e6\" × 6\"\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\u003cdiv class=\"tier-cell\"\u003e\n\u003cspan class=\"tier-badge tier-0\"\u003eBase\u003c\/span\u003e Normal Price\u003c\/div\u003e\u003c\/td\u003e\n                                \u003ctd class=\"price-normal\"\u003e$0.20\u003c\/td\u003e\n                                \u003ctd class=\"price-normal\"\u003e$0.80\u003c\/td\u003e\n                                \u003ctd class=\"price-normal\"\u003e$1.80\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\u003cdiv class=\"tier-cell\"\u003e\n\u003cspan class=\"tier-badge tier-1\"\u003e7.5%\u003c\/span\u003e $100+\u003c\/div\u003e\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.19\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.02\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.74\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.06\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$1.67\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.14\u003c\/span\u003e\n\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\u003cdiv class=\"tier-cell\"\u003e\n\u003cspan class=\"tier-badge tier-2\"\u003e15%\u003c\/span\u003e $200+\u003c\/div\u003e\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.17\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.03\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.68\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.12\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$1.53\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.27\u003c\/span\u003e\n\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\u003cdiv class=\"tier-cell\"\u003e\n\u003cspan class=\"tier-badge tier-3\"\u003e20%\u003c\/span\u003e $300+\u003c\/div\u003e\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.16\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.04\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.64\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.16\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$1.44\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.36\u003c\/span\u003e\n\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\u003cdiv class=\"tier-cell\"\u003e\n\u003cspan class=\"tier-badge tier-4\"\u003e25%\u003c\/span\u003e $400+\u003c\/div\u003e\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.15\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.05\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.60\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.20\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$1.35\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.45\u003c\/span\u003e\n\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e\u003cdiv class=\"tier-cell\"\u003e\n\u003cspan class=\"tier-badge tier-5\"\u003e40%\u003c\/span\u003e $500+\u003c\/div\u003e\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.12\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.08\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$0.48\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.32\u003c\/span\u003e\n\u003c\/td\u003e\n                                \u003ctd\u003e\n\u003cdiv class=\"price-discounted\"\u003e$1.08\u003c\/div\u003e\n\u003cspan class=\"savings-amount\"\u003eSave $0.72\u003c\/span\u003e\n\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Mobile Discount Cards --\u003e\n                \u003cdiv class=\"mobile-discount-cards\"\u003e\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003e\n\u003cstrong\u003eNormal Pricing\u003c\/strong\u003e\u003cbr\u003eBase prices\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices\"\u003e\n                            \u003cdiv class=\"mobile-price-item normal\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.20\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item normal\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.80\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item normal\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$1.80\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-7\"\u003e7.5% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$100\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.19\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.02\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.74\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.06\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$1.67\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.14\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-15\"\u003e15% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$200\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.17\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.03\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.68\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.12\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$1.53\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.27\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-20\"\u003e20% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$300\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.16\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.04\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.64\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.16\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$1.44\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.36\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-25\"\u003e25% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$400\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.15\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.05\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.60\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.20\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$1.35\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.45\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"mobile-tier-card\"\u003e\n                        \u003cdiv class=\"mobile-tier-header best\"\u003e\n                            \u003cdiv class=\"mobile-tier-info\"\u003e\n                                \u003cdiv class=\"mobile-tier-badge off-40\"\u003e40% OFF\u003c\/div\u003e\n                                \u003cdiv class=\"mobile-tier-threshold\"\u003eCart over\u003cbr\u003e\u003cstrong\u003e$500\u003c\/strong\u003e\n\u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cspan class=\"mobile-best-label\"\u003e🔥 BEST DEAL\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"mobile-tier-prices\"\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e2\" × 2\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.12\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.08\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e4\" × 4\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$0.48\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.32\u003c\/div\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"mobile-price-item\"\u003e\n\u003cdiv class=\"mobile-price-size\"\u003e6\" × 6\"\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-value\"\u003e$1.08\u003c\/div\u003e\n\u003cdiv class=\"mobile-price-save\"\u003eSave $0.72\u003c\/div\u003e\n\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Shipping Banner --\u003e\n        \u003cdiv class=\"shipping-banner animate-in\"\u003e\n            \u003cdiv class=\"shipping-item\"\u003e\n                \u003cspan class=\"shipping-icon\"\u003e🚀\u003c\/span\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003cstrong\u003eSame Day Production\u003c\/strong\u003e\n                    \u003cspan\u003eOrders before 3:00 PM\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"shipping-item\"\u003e\n                \u003cspan class=\"shipping-icon\"\u003e📦\u003c\/span\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003cstrong\u003eFREE Shipping\u003c\/strong\u003e\n                    \u003cspan\u003eOn orders over $25\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Features --\u003e\n        \u003cdiv class=\"main-card features-section animate-in\"\u003e\n            \u003cdiv class=\"section-header\"\u003e\n                \u003cdiv class=\"section-icon\"\u003e🎨\u003c\/div\u003e\n                \u003ch2\u003ePOWERFUL STICKER BUILDER\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📤\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eEasy Uploader\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eUpload multiple images at once and customize size \u0026amp; quantity for each\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📱\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eQR Codes\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eGenerate and add custom QR codes directly to your stickers\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✂️\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eCut Line Options\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eChoose trace, square, or circle cut lines with one click\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔤\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eText Layers\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eAdd custom text with arc effects and choose from 100+ fonts\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📐\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eCustom Sizing\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eSet exact dimensions for each sticker to meet your needs\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🖼️\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"feature-title\"\u003eMultiple Images\u003c\/div\u003e\n                        \u003cdiv class=\"feature-desc\"\u003eCombine multiple images into one sticker with auto-adjusted contours\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- CTA --\u003e\n        \u003cdiv class=\"cta-section animate-in\"\u003e\n            \u003ch2 class=\"cta-title\"\u003eREADY TO CREATE YOUR MATTE STICKERS?\u003c\/h2\u003e\n            \u003cp class=\"cta-subtitle\"\u003eCustom sizes • Bulk orders • Design assistance available\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Image Gallery\n        function changeImage(thumb, src) {\n            document.getElementById('mainImage').src = src;\n            document.querySelectorAll('.gallery-thumb').forEach(t =\u003e t.classList.remove('active'));\n            thumb.classList.add('active');\n        }\n\n        \/\/ Savings Calculator\n        const cartInput = document.getElementById('cartAmount');\n        const discountPercent = document.getElementById('discountPercent');\n        const savingsAmount = document.getElementById('savingsAmount');\n        const finalTotal = document.getElementById('finalTotal');\n\n        function getDiscount(amount) {\n            if (amount \u003e= 500) return 0.40;\n            if (amount \u003e= 400) return 0.25;\n            if (amount \u003e= 300) return 0.20;\n            if (amount \u003e= 200) return 0.15;\n            if (amount \u003e= 100) return 0.075;\n            return 0;\n        }\n\n        function updateCalculator() {\n            const amount = parseFloat(cartInput.value) || 0;\n            const discount = getDiscount(amount);\n            const savings = amount * discount;\n            const total = amount - savings;\n            discountPercent.textContent = discount \u003e 0 ? (discount * 100) + '%' : '0%';\n            savingsAmount.textContent = '$' + savings.toFixed(2);\n            finalTotal.textContent = '$' + total.toFixed(2);\n        }\n\n        cartInput.addEventListener('input', updateCalculator);\n        updateCalculator();\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43024788553841,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/4real.png?v=1771633872"},{"product_id":"design-services","title":"Professional DTF Design Services","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSuperLife Design Services\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700;800;900\u0026amp;family=Space+Mono:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --cyan: #00AEEF;\n            --magenta: #EC008C;\n            --yellow: #FFF200;\n            --bg: #0a0a0f;\n            --card-bg: #111118;\n            --card-border: rgba(255,255,255,0.06);\n            --text: #e8e8ed;\n            --text-dim: #8888a0;\n            --glow-cyan: rgba(0,174,239,0.15);\n            --glow-magenta: rgba(236,0,140,0.15);\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Outfit', sans-serif;\n            background: var(--bg);\n            color: var(--text);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* ── HERO ── *\/\n        .hero {\n            position: relative;\n            padding: 6rem 2rem 5rem;\n            text-align: center;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background:\n                radial-gradient(ellipse 80% 60% at 20% 40%, var(--glow-cyan), transparent),\n                radial-gradient(ellipse 70% 50% at 80% 30%, var(--glow-magenta), transparent),\n                radial-gradient(ellipse 50% 40% at 50% 80%, rgba(255,242,0,0.06), transparent);\n            z-index: 0;\n        }\n\n        .hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }\n\n        .hero-label {\n            font-family: 'Space Mono', monospace;\n            font-size: 0.75rem;\n            letter-spacing: 0.3em;\n            text-transform: uppercase;\n            color: var(--cyan);\n            margin-bottom: 1.5rem;\n        }\n\n        .hero h1 {\n            font-size: clamp(2.4rem, 6vw, 4.2rem);\n            font-weight: 900;\n            line-height: 1.1;\n            margin-bottom: 1.2rem;\n            background: linear-gradient(135deg, var(--cyan) 0%, var(--magenta) 50%, var(--yellow) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero p {\n            font-size: 1.15rem;\n            color: #ffffff;\n            max-width: 520px;\n            margin: 0 auto;\n            font-weight: 700;\n        }\n\n        \/* ── GRADIENT DIVIDER ── *\/\n        .divider {\n            height: 2px;\n            background: linear-gradient(90deg, transparent, var(--cyan), var(--magenta), var(--yellow), transparent);\n            opacity: 0.4;\n        }\n\n        \/* ── SECTION WRAPPER ── *\/\n        .section {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 4rem 2rem;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .section-header h2 {\n            font-size: 2rem;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n        }\n\n        .section-header p {\n            color: #ffffff;\n            font-weight: 700;\n            font-size: 1.05rem;\n        }\n\n        \/* ── SERVICE CARDS ── *\/\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .service-card {\n            background: var(--card-bg);\n            border: 1px solid var(--card-border);\n            border-radius: 16px;\n            overflow: hidden;\n            transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n            cursor: default;\n        }\n\n        .service-card:hover {\n            transform: translateY(-4px);\n            border-color: rgba(255,255,255,0.12);\n            box-shadow: 0 20px 50px rgba(0,0,0,0.5);\n        }\n\n        .card-top {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 1.5rem 1.5rem 0;\n        }\n\n        .card-top h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n        }\n\n        .price-badge {\n            font-family: 'Space Mono', monospace;\n            font-size: 1.1rem;\n            font-weight: 700;\n            padding: 0.3rem 0.9rem;\n            border-radius: 999px;\n            white-space: nowrap;\n        }\n\n        \/* Color coding by tier *\/\n        .tier-basic .price-badge {\n            background: rgba(0,174,239,0.12);\n            color: var(--cyan);\n        }\n        .tier-standard .price-badge {\n            background: rgba(236,0,140,0.12);\n            color: var(--magenta);\n        }\n        .tier-premium .price-badge {\n            background: rgba(255,242,0,0.12);\n            color: var(--yellow);\n        }\n\n        .card-accent {\n            height: 3px;\n            margin: 1rem 1.5rem 0;\n            border-radius: 2px;\n        }\n        .tier-basic .card-accent   { background: linear-gradient(90deg, var(--cyan), transparent); }\n        .tier-standard .card-accent { background: linear-gradient(90deg, var(--magenta), transparent); }\n        .tier-premium .card-accent  { background: linear-gradient(90deg, var(--yellow), transparent); }\n\n        .card-body {\n            padding: 1.2rem 1.5rem 1.5rem;\n        }\n\n        .wwh {\n            display: flex;\n            flex-direction: column;\n            gap: 0.9rem;\n        }\n\n        .wwh-item {\n            display: flex;\n            gap: 0.75rem;\n            align-items: flex-start;\n        }\n\n        .wwh-label {\n            font-family: 'Space Mono', monospace;\n            font-size: 0.6rem;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            padding: 0.2rem 0.5rem;\n            border-radius: 4px;\n            flex-shrink: 0;\n            margin-top: 2px;\n            font-weight: 700;\n            min-width: 40px;\n            text-align: center;\n        }\n\n        .tier-basic .wwh-label  { background: rgba(0,174,239,0.1); color: var(--cyan); }\n        .tier-standard .wwh-label { background: rgba(236,0,140,0.1); color: var(--magenta); }\n        .tier-premium .wwh-label  { background: rgba(255,242,0,0.1); color: var(--yellow); }\n\n        .wwh-text {\n            font-size: 0.9rem;\n            color: #ffffff;\n            font-weight: 700;\n            line-height: 1.5;\n        }\n\n        \/* ── PRICING TIERS ── *\/\n        .tiers-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 1.5rem;\n            margin-top: 3rem;\n        }\n\n        .tier-card {\n            position: relative;\n            background: var(--card-bg);\n            border: 1px solid var(--card-border);\n            border-radius: 16px;\n            padding: 2rem;\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n\n        .tier-card:hover { transform: translateY(-4px); }\n\n        .tier-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0;\n            height: 4px;\n            border-radius: 16px 16px 0 0;\n        }\n\n        .tier-card:nth-child(1)::before { background: var(--cyan); }\n        .tier-card:nth-child(2)::before { background: var(--magenta); }\n        .tier-card:nth-child(3)::before { background: linear-gradient(90deg, var(--magenta), var(--yellow)); }\n        .tier-card:nth-child(4)::before { background: var(--yellow); }\n\n        .tier-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.4rem; }\n        .tier-card .tier-time {\n            font-family: 'Space Mono', monospace;\n            font-size: 0.7rem;\n            color: var(--text-dim);\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            margin-bottom: 1rem;\n        }\n        .tier-card .tier-price {\n            font-size: 2.2rem;\n            font-weight: 900;\n            margin-bottom: 0.4rem;\n        }\n        .tier-card:nth-child(1) .tier-price { color: var(--cyan); }\n        .tier-card:nth-child(2) .tier-price { color: var(--magenta); }\n        .tier-card:nth-child(3) .tier-price { background: linear-gradient(90deg, var(--magenta), var(--yellow)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n        .tier-card:nth-child(4) .tier-price { color: var(--yellow); }\n\n        .tier-card .tier-desc {\n            font-size: 0.85rem;\n            color: #ffffff;\n            font-weight: 700;\n        }\n\n        \/* ── INFO BAR ── *\/\n        .info-bar {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 2rem;\n            padding: 3rem 2rem;\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        .info-item {\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n        }\n\n        .info-icon {\n            width: 40px; height: 40px;\n            border-radius: 10px;\n            display: grid;\n            place-items: center;\n            font-size: 1.1rem;\n        }\n\n        .info-icon:nth-child(1) { background: rgba(0,174,239,0.1); }\n\n        .info-item:nth-child(1) .info-icon { background: rgba(0,174,239,0.1); color: var(--cyan); }\n        .info-item:nth-child(2) .info-icon { background: rgba(236,0,140,0.1); color: var(--magenta); }\n        .info-item:nth-child(3) .info-icon { background: rgba(255,242,0,0.1); color: var(--yellow); }\n\n        .info-text-label { font-size: 0.85rem; font-weight: 600; }\n        .info-text-sub { font-size: 0.75rem; color: #ffffff; font-weight: 700; }\n\n        \/* ── CTA ── *\/\n        .cta-section {\n            text-align: center;\n            padding: 4rem 2rem 5rem;\n        }\n\n        .cta-btn {\n            display: inline-block;\n            padding: 1rem 3rem;\n            border-radius: 999px;\n            font-family: 'Outfit', sans-serif;\n            font-size: 1.1rem;\n            font-weight: 700;\n            text-decoration: none;\n            color: #000;\n            background: linear-gradient(135deg, var(--cyan), var(--magenta), var(--yellow));\n            background-size: 200% 200%;\n            transition: transform 0.3s, box-shadow 0.3s;\n            animation: shimmer 4s ease infinite;\n        }\n\n        .cta-btn:hover {\n            transform: scale(1.05);\n            box-shadow: 0 8px 30px rgba(0,174,239,0.3);\n        }\n\n        @keyframes shimmer {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n\n        \/* ── RESPONSIVE ── *\/\n        @media (max-width: 600px) {\n            .services-grid { grid-template-columns: 1fr; }\n            .tiers-grid { grid-template-columns: 1fr 1fr; }\n            .hero { padding: 4rem 1.5rem 3rem; }\n            .section { padding: 3rem 1.5rem; }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- HERO --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n            \u003cdiv class=\"hero-label\"\u003eSuperLife Design Services\u003c\/div\u003e\n            \u003ch1\u003eProfessional Design Services\u003c\/h1\u003e\n            \u003cp\u003eTurn your ideas into high-quality, print-ready designs with same-day turnaround.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- INFO BAR --\u003e\n    \u003cdiv class=\"info-bar\"\u003e\n        \u003cdiv class=\"info-item\"\u003e\n            \u003cdiv class=\"info-icon\"\u003e⚡\u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"info-text-label\"\u003eSame-Day Delivery\u003c\/div\u003e\n                \u003cdiv class=\"info-text-sub\"\u003eOrder before 3 PM PST\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"info-item\"\u003e\n            \u003cdiv class=\"info-icon\"\u003e★\u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"info-text-label\"\u003e10+ Years Experience\u003c\/div\u003e\n                \u003cdiv class=\"info-text-sub\"\u003eProfessional quality every time\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"info-item\"\u003e\n            \u003cdiv class=\"info-icon\"\u003e✎\u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"info-text-label\"\u003ePrint-Ready Output\u003c\/div\u003e\n                \u003cdiv class=\"info-text-sub\"\u003eHigh-res, production files\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- SERVICES --\u003e\n    \u003csection class=\"section\"\u003e\n        \u003cdiv class=\"section-header\"\u003e\n            \u003ch2\u003eOur Services\u003c\/h2\u003e\n            \u003cp\u003eEvery service explained — why you need it, what we do, and how we deliver.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"services-grid\"\u003e\n\n            \u003c!-- Background Removal — $10 --\u003e\n            \u003cdiv class=\"service-card tier-basic\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eBackground Removal\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$10\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eClean product shots sell better. Marketplaces and catalogs demand isolated images on white or transparent backgrounds.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe precisely cut out your subject, removing any distracting backgrounds while preserving fine details like hair, shadows, and edges.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eHand-refined masking and clipping paths — not automated AI tools — for pixel-perfect accuracy on every cutout.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Vectorization — $10 --\u003e\n            \u003cdiv class=\"service-card tier-basic\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eVectorization\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$10\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eRaster images blur when scaled. Vector files keep your logo and artwork crisp at any size — from a business card to a billboard.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe convert your pixel-based images into infinitely scalable vector formats (SVG, AI, EPS) with clean, editable paths.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eManual tracing over your artwork to capture every curve and angle faithfully, delivered in your preferred file format.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Clean Up — $10 --\u003e\n            \u003cdiv class=\"service-card tier-basic\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eClean Up\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$10\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eArtifacts, noise, and rough edges undermine credibility. A clean design signals professionalism and attention to detail.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe remove transparency issues, stray pixels, compression artifacts, and visual noise — leaving a polished, production-ready file.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eCareful inspection at 200%+ zoom, correcting every imperfection by hand to ensure flawless output.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Change Color — $10 --\u003e\n            \u003cdiv class=\"service-card tier-basic\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eChange Color\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$10\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eRebranding, seasonal variants, or client preferences often require precise color shifts without rebuilding from scratch.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe swap, adjust, or match colors across your design — logos, illustrations, or product mockups — to your exact specifications.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eSelective color replacement using precise masking, ensuring smooth transitions and no color bleeding between elements.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Add Text — $25 --\u003e\n            \u003cdiv class=\"service-card tier-standard\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eAdd Text\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$25\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eTypography turns a graphic into a message. Proper text placement, hierarchy, and font pairing elevate your entire design.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe integrate text into your artwork — headlines, taglines, contact info, or body copy — with professional typographic styling.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eThoughtful font selection, kerning, and layout composition so text feels native to the design, not pasted on top.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Remove\/Replace Image — $25 --\u003e\n            \u003cdiv class=\"service-card tier-standard\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eRemove \/ Replace Image\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$25\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eSometimes a design is perfect except for one element. Swapping or removing an image saves you from starting over.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe seamlessly remove unwanted images or replace them with new ones, blending lighting, perspective, and color to match.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eContent-aware editing and manual compositing to ensure the replacement looks natural and intentional.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Print Quality Check — $25 --\u003e\n            \u003cdiv class=\"service-card tier-standard\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003ePrint Quality Check\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$25\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003ePrinting errors are expensive. Catching resolution, bleed, and color-space issues before press saves time and money.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe audit your file for DPI, bleed margins, trim safety, CMYK conversion, font embedding, and overall print readiness.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eA detailed preflight checklist run against industry standards, with a corrected file and summary report delivered back to you.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Professional Halftoning — $25 --\u003e\n            \u003cdiv class=\"service-card tier-standard\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eProfessional Halftoning\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$25\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eScreen printing and specialty processes need halftone separations to reproduce gradients and tones accurately on press.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe convert continuous-tone artwork into optimized halftone dot patterns tailored to your specific printing method.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eCustom LPI, dot shape, and angle settings calibrated for your mesh count or press specifications for flawless reproduction.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Gradient Matching — $45 --\u003e\n            \u003cdiv class=\"service-card tier-premium\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eGradient Matching\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$45\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eGradients that look great on screen often band or shift in print. Matching them across media keeps your brand consistent.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe rebuild your gradients to render smoothly in both digital and print color spaces, eliminating banding and color drift.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eManual color-stop adjustment with soft-proofing across CMYK and RGB profiles, tested against your target output.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Proof Color Matching — $50 --\u003e\n            \u003cdiv class=\"service-card tier-premium\"\u003e\n                \u003cdiv class=\"card-top\"\u003e\n                    \u003ch3\u003eProof Color Matching\u003c\/h3\u003e\n                    \u003cspan class=\"price-badge\"\u003e$50\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-accent\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                    \u003cdiv class=\"wwh\"\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHY\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWhat you see on screen rarely matches what comes off the press. Color matching ensures your printed piece looks exactly as intended.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eWHAT\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eWe calibrate your file's colors to Pantone, CMYK, or spot-color specs so the proof matches your final production run.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wwh-item\"\u003e\n                            \u003cspan class=\"wwh-label\"\u003eHOW\u003c\/span\u003e\n                            \u003cspan class=\"wwh-text\"\u003eICC profile mapping, soft-proof simulation, and delta-E comparison to bring your on-screen preview in line with physical output.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- PRICING TIERS --\u003e\n    \u003csection class=\"section\"\u003e\n        \u003cdiv class=\"section-header\"\u003e\n            \u003ch2\u003eProject Packages\u003c\/h2\u003e\n            \u003cp\u003eNeed more than a single service? Choose a package based on project complexity.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tiers-grid\"\u003e\n            \u003cdiv class=\"tier-card\"\u003e\n                \u003ch3\u003eQuick Touch-Up\u003c\/h3\u003e\n                \u003cdiv class=\"tier-time\"\u003e30 min minimum\u003c\/div\u003e\n                \u003cdiv class=\"tier-price\"\u003e$10\u003c\/div\u003e\n                \u003cdiv class=\"tier-desc\"\u003eSimple edits, basic enhancements, and quick fixes.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tier-card\"\u003e\n                \u003ch3\u003eStandard Design\u003c\/h3\u003e\n                \u003cdiv class=\"tier-time\"\u003e30 min minimum\u003c\/div\u003e\n                \u003cdiv class=\"tier-price\"\u003e$25\u003c\/div\u003e\n                \u003cdiv class=\"tier-desc\"\u003eAdvanced editing with multiple design elements.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tier-card\"\u003e\n                \u003ch3\u003eFull Logo Rework\u003c\/h3\u003e\n                \u003cdiv class=\"tier-time\"\u003e1 hour\u003c\/div\u003e\n                \u003cdiv class=\"tier-price\"\u003e$50\u003c\/div\u003e\n                \u003cdiv class=\"tier-desc\"\u003eComplete redesign and full-scale modifications.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tier-card\"\u003e\n                \u003ch3\u003ePremium Design\u003c\/h3\u003e\n                \u003cdiv class=\"tier-time\"\u003e2 hours\u003c\/div\u003e\n                \u003cdiv class=\"tier-price\"\u003e$100\u003c\/div\u003e\n                \u003cdiv class=\"tier-desc\"\u003eComplex illustrations and manual vector tracing.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- CTA --\u003e\n    \u003csection class=\"cta-section\"\u003e\n        \u003ca href=\"#contact\" class=\"cta-btn\"\u003eStart Your Project\u003c\/a\u003e\n    \u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"SUPERDTF","offers":[{"title":"Background Removal","offer_id":43126575956081,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true},{"title":"Vectorization","offer_id":43126575988849,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true},{"title":"Clean Up","offer_id":43126576021617,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true},{"title":"Change Color","offer_id":43126576054385,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true},{"title":"Add Text","offer_id":43126576087153,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"Gradient Matching","offer_id":43126576119921,"sku":null,"price":45.0,"currency_code":"USD","in_stock":true},{"title":"Professional Halftoning","offer_id":43174669615217,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"Remove\/Replace Image","offer_id":43126576152689,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"Print Quality Check","offer_id":43126576185457,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"Proof Color Matching","offer_id":43126576218225,"sku":null,"price":50.0,"currency_code":"USD","in_stock":true},{"title":"Quick Touch Up (30 Min)","offer_id":43189287813233,"sku":null,"price":10.0,"currency_code":"USD","in_stock":true},{"title":"Standard Design Package","offer_id":43189287878769,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"Full Logo Rework","offer_id":43189288173681,"sku":null,"price":100.0,"currency_code":"USD","in_stock":true},{"title":"Premium Design","offer_id":43189288206449,"sku":null,"price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/Untitled-1.png?v=1775607109"},{"product_id":"super-ultra-dtf-1200-dpi-printing","title":"Super Ultra DTF 1200 DPI Printing","description":"\u003cdiv class=\"super-ultra-dtf\" style=\"background:#080808;color:#f7f7f7;font-family:Inter,Arial,sans-serif;line-height:1.6;overflow:hidden;\"\u003e\n  \u003cstyle\u003e\n    .super-ultra-dtf *{box-sizing:border-box}\n    .super-ultra-wrap{max-width:1180px;margin:0 auto;padding:42px 18px}\n    .super-ultra-hero{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:42px;background:radial-gradient(circle at 15% 0%,rgba(0,229,255,.26),transparent 34%),radial-gradient(circle at 90% 12%,rgba(255,0,128,.22),transparent 32%),linear-gradient(135deg,#101010,#050505);box-shadow:0 28px 90px rgba(0,0,0,.5)}\n    .super-ultra-kicker{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(252,238,1,.48);border-radius:999px;padding:8px 14px;color:#fcee01;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px;background:rgba(252,238,1,.08)}\n    .super-ultra-title{margin:18px 0 14px;font-size:clamp(36px,6vw,76px);line-height:.95;font-weight:950;letter-spacing:-.06em;background:linear-gradient(90deg,#fff,#00e5ff,#fcee01,#ff0080,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}\n    .super-ultra-subtitle{max-width:840px;color:#d7d7d7;font-size:clamp(18px,2.3vw,24px);margin:0 0 26px}\n    .super-ultra-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}\n    .super-ultra-pill{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 14px;background:rgba(255,255,255,.06);color:#fff;font-weight:800}\n    .super-ultra-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:26px 0}\n    .super-ultra-card{border:1px solid rgba(255,255,255,.13);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));padding:22px;min-height:100%;box-shadow:0 16px 40px rgba(0,0,0,.28)}\n    .super-ultra-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;margin-bottom:14px;background:linear-gradient(135deg,#00e5ff,#ff0080);box-shadow:0 12px 30px rgba(0,229,255,.18)}\n    .super-ultra-icon svg{width:30px;height:30px;stroke:#fff}\n    .super-ultra-card h3{margin:0 0 8px;font-size:20px;color:#fff}\n    .super-ultra-card p{margin:0;color:#c9c9c9}\n    .super-ultra-alert{border:2px solid #ff3b3b;border-radius:24px;padding:24px;background:linear-gradient(135deg,rgba(255,59,59,.18),rgba(252,238,1,.08));margin:28px 0}\n    .super-ultra-alert h2{margin:0 0 10px;color:#ff6b6b;font-size:28px}\n    .super-ultra-alert ul{margin:14px 0 0;padding-left:22px;color:#fff}\n    .super-ultra-alert li{margin:8px 0}\n    .super-ultra-two{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;margin:28px 0}\n    .super-ultra-panel{border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:26px;background:rgba(255,255,255,.05)}\n    .super-ultra-panel h2{margin:0 0 12px;font-size:30px;color:#00e5ff}\n    .super-ultra-panel p{color:#d4d4d4;margin:0 0 14px}\n    .super-ultra-checklist{display:grid;gap:10px;margin-top:18px}\n    .super-ultra-check{display:flex;gap:10px;align-items:flex-start;color:#fff}\n    .super-ultra-check span{color:#00ff88;font-weight:900}\n    .super-ultra-price{font-size:48px;font-weight:950;color:#fcee01;letter-spacing:-.04em}\n    .super-ultra-process{counter-reset:steps;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0}\n    .super-ultra-step{counter-increment:steps;border-radius:22px;border:1px solid rgba(255,255,255,.13);padding:22px;background:#101010}\n    .super-ultra-step:before{content:counter(steps);display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#fcee01;color:#000;font-weight:950;margin-bottom:12px}\n    .super-ultra-step h3{margin:0 0 8px;color:#fff}\n    .super-ultra-step p{margin:0;color:#cfcfcf}\n    .super-ultra-faq{display:grid;gap:12px;margin-top:20px}\n    .super-ultra-faq details{border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.04);padding:18px}\n    .super-ultra-faq summary{cursor:pointer;font-weight:900;color:#fff;font-size:18px}\n    .super-ultra-faq p{color:#cfcfcf;margin:12px 0 0}\n    .super-ultra-cta{margin-top:28px;border-radius:24px;padding:28px;text-align:center;background:linear-gradient(90deg,#00e5ff,#ff0080,#fcee01);color:#050505}\n    .super-ultra-cta h2{margin:0 0 8px;font-size:34px;font-weight:950}\n    .super-ultra-cta p{margin:0;font-weight:800}\n    @media(max-width:860px){.super-ultra-hero{padding:28px}.super-ultra-grid,.super-ultra-two,.super-ultra-process{grid-template-columns:1fr}.super-ultra-title{letter-spacing:-.04em}}\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"super-ultra-wrap\"\u003e\n    \u003csection class=\"super-ultra-hero\"\u003e\n      \u003cdiv class=\"super-ultra-kicker\"\u003e1200 DPI ultra quality process\u003c\/div\u003e\n      \u003ch1 class=\"super-ultra-title\"\u003eSuper Ultra DTF 1200 DPI Printing\u003c\/h1\u003e\n      \u003cp class=\"super-ultra-subtitle\"\u003eOur highest-quality uploaded gang sheet printing path for artists, luxury brands, detailed illustrations, small typography, gradients, and clients who need the absolute best result we can achieve with digital DTF printing.\u003c\/p\u003e\n      \u003cdiv class=\"super-ultra-pill-row\"\u003e\n        \u003cdiv class=\"super-ultra-pill\"\u003e$5 per square foot\u003c\/div\u003e\n        \u003cdiv class=\"super-ultra-pill\"\u003e22.5\" x 12\" or 22.5\" x 24\"\u003c\/div\u003e\n        \u003cdiv class=\"super-ultra-pill\"\u003ePDF, SVG, AI, PSD, or 1200 DPI PNG\u003c\/div\u003e\n        \u003cdiv class=\"super-ultra-pill\"\u003eRigorous pre-print check\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"super-ultra-alert\"\u003e\n      \u003ch2\u003eStrict File Requirements - Orders Will Be Declined If Files Are Not Ready\u003c\/h2\u003e\n      \u003cp\u003eThis product is not for low-resolution screenshots, web images, flattened previews, or files that still need setup. It is a premium print process for customers who submit final, print-ready artwork.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eAccepted file exports: \u003cstrong\u003ePDF, SVG, AI, PSD, or PNG\u003c\/strong\u003e.\u003c\/li\u003e\n        \u003cli\u003eAvailable canvas sizes: \u003cstrong\u003e22.5 inches wide by 12 inches tall\u003c\/strong\u003e or \u003cstrong\u003e22.5 inches wide by 24 inches tall\u003c\/strong\u003e.\u003c\/li\u003e\n        \u003cli\u003eArtwork must be uploaded as a finished gang sheet at the exact selected size.\u003c\/li\u003e\n        \u003cli\u003ePNG files must be true \u003cstrong\u003e1200 DPI\u003c\/strong\u003e: \u003cstrong\u003e27000 x 14400 px\u003c\/strong\u003e for 22.5\" x 12\" or \u003cstrong\u003e27000 x 28800 px\u003c\/strong\u003e for 22.5\" x 24\".\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCanva uploads are not allowed\u003c\/strong\u003e unless exported as \u003cstrong\u003ePDF - Print \/ Highest Quality\u003c\/strong\u003e, which requires Canva Pro.\u003c\/li\u003e\n        \u003cli\u003eFiles that are the wrong type, wrong size, low resolution, or not print-ready may be \u003cstrong\u003edeclined\u003c\/strong\u003e.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"super-ultra-grid\"\u003e\n      \u003carticle class=\"super-ultra-card\"\u003e\n        \u003cdiv class=\"super-ultra-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M4 19L19 4M19 4H8M19 4v11\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eMaximum Detail\u003c\/h3\u003e\n        \u003cp\u003eBuilt for fine lines, premium artwork, and high-resolution designs where standard output is not enough.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"super-ultra-card\"\u003e\n        \u003cdiv class=\"super-ultra-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 3v18M3 12h18M5 5l14 14M19 5L5 19\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e1200 DPI Path\u003c\/h3\u003e\n        \u003cp\u003eUses a longer, higher-quality production workflow designed to push DTF digital print clarity.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"super-ultra-card\"\u003e\n        \u003cdiv class=\"super-ultra-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M5 7h14M5 12h14M5 17h8\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eManual File Check\u003c\/h3\u003e\n        \u003cp\u003eEvery file goes through a stricter print-readiness review before we send it to production.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"super-ultra-card\"\u003e\n        \u003cdiv class=\"super-ultra-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 2l3 7h7l-5.5 4.5L18.5 21 12 16.7 5.5 21l2-7.5L2 9h7l3-7z\" stroke-width=\"2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eFor Excellence\u003c\/h3\u003e\n        \u003cp\u003eMade for customers who care about the smallest details and want the best DTF result possible.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"super-ultra-two\"\u003e\n      \u003cdiv class=\"super-ultra-panel\"\u003e\n        \u003ch2\u003eWhat This Product Is For\u003c\/h2\u003e\n        \u003cp\u003eSuper Ultra DTF 1200 DPI Printing is for premium artwork where line quality, edge clarity, and tonal detail matter. This is a slower, more selective production process that prioritizes quality over speed.\u003c\/p\u003e\n        \u003cp\u003eIf your file is ready, properly sized, and high resolution, this is the product to choose when you want the highest-quality DTF print path we offer.\u003c\/p\u003e\n        \u003cdiv class=\"super-ultra-checklist\"\u003e\n          \u003cdiv class=\"super-ultra-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e\u003cdiv\u003eHigh-detail logos, art prints, and collector-quality graphics\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"super-ultra-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e\u003cdiv\u003eFine text, small design elements, and crisp vector artwork\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"super-ultra-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e\u003cdiv\u003eCustomers who understand that print-ready files are required\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"super-ultra-panel\"\u003e\n        \u003ch2\u003ePricing\u003c\/h2\u003e\n        \u003cdiv class=\"super-ultra-price\"\u003e$5 \/ sq ft\u003c\/div\u003e\n        \u003cp\u003eThis product is available in two uploaded gang sheet canvas sizes: \u003cstrong\u003e22.5\" x 12\"\u003c\/strong\u003e and \u003cstrong\u003e22.5\" x 24\"\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003cp\u003eYour file must be submitted at the exact final size you want printed. We review the file before production to confirm it meets the requirements for this ultra-quality process.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection\u003e\n      \u003ch2 style=\"font-size:34px;margin:0 0 14px;color:#fff;\"\u003eHow The Ultra Process Works\u003c\/h2\u003e\n      \u003cdiv class=\"super-ultra-process\"\u003e\n        \u003carticle class=\"super-ultra-step\"\u003e\n          \u003ch3\u003eUpload Ready Artwork\u003c\/h3\u003e\n          \u003cp\u003eUpload a finished gang sheet as PDF, SVG, AI, PSD, or a true 1200 DPI PNG at the exact canvas size you select.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"super-ultra-step\"\u003e\n          \u003ch3\u003eWe Review The File\u003c\/h3\u003e\n          \u003cp\u003eWe check file type, exact canvas size, PNG pixel dimensions, and print readiness before it moves to the ultra-quality print process.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"super-ultra-step\"\u003e\n          \u003ch3\u003ePremium DTF Output\u003c\/h3\u003e\n          \u003cp\u003eApproved files run through a longer process focused on the highest achievable DTF digital print quality.\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection\u003e\n      \u003ch2 style=\"font-size:34px;margin:30px 0 10px;color:#fff;\"\u003eFAQ\u003c\/h2\u003e\n      \u003cdiv class=\"super-ultra-faq\"\u003e\n        \u003cdetails open\u003e\n          \u003csummary\u003eWhat file types are accepted?\u003c\/summary\u003e\n          \u003cp\u003eOnly PDF, SVG, AI, PSD, or true 1200 DPI PNG files are accepted for this product. Other formats may be declined.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat is the maximum size?\u003c\/summary\u003e\n          \u003cp\u003eThe available sizes are 22.5\" x 12\" and 22.5\" x 24\". Your uploaded gang sheet must match the size you select.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat pixel size does a 1200 DPI PNG need to be?\u003c\/summary\u003e\n          \u003cp\u003eA 22.5\" x 12\" PNG must be 27000 x 14400 pixels. A 22.5\" x 24\" PNG must be 27000 x 28800 pixels. If the PNG is not truly 1200 DPI at the selected canvas size, the order may be declined.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I upload artwork from Canva?\u003c\/summary\u003e\n          \u003cp\u003eNative Canva uploads, screenshots, and standard Canva image exports are not allowed. Canva files are only acceptable if exported as PDF - Print \/ Highest Quality, which requires a Canva Pro plan.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eCan you fix or resize my file?\u003c\/summary\u003e\n          \u003cp\u003eThis product requires print-ready artwork. If the file is the wrong size, low resolution, or not ready for production, the order may be declined instead of adjusted.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhy does this cost more than standard DTF?\u003c\/summary\u003e\n          \u003cp\u003eThis process uses a longer high-quality workflow and includes a stricter file review before printing. It is designed for the highest-quality DTF result we can produce.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eShould every customer use this?\u003c\/summary\u003e\n          \u003cp\u003eNo. Standard DTF is still the right choice for most everyday jobs. Super Ultra DTF is for customers who need premium detail and are submitting properly prepared artwork.\u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"super-ultra-cta\"\u003e\n      \u003ch2\u003eBuilt For The Highest Standard\u003c\/h2\u003e\n      \u003cp\u003eIf your artwork is ready and excellence matters, choose Super Ultra DTF 1200 DPI Printing.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"SUPERDTF","offers":[{"title":"22.5\" x 12\"","offer_id":43163643871345,"sku":"SUPER-ULTRA-DTF-1200DPI-22.5X12","price":9.38,"currency_code":"USD","in_stock":true},{"title":"22.5\" x 24\"","offer_id":43163643904113,"sku":"SUPER-ULTRA-DTF-1200DPI-22.5X24","price":18.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/shirt_2_f0773921-2d39-4cc7-9530-a7478198d076.png?v=1776812475"},{"product_id":"dtf-ez-uploader-365","title":"DTF EZ Uploader","description":"[{\"id\":\"0db7d429-bc72-40d5-8c05-a63049995dcd\",\"imageName\":\"IMG_4948.png\",\"quantity\":1,\"dimensions\":{\"width\":5.5,\"height\":2.856,\"unit\":\"in\"},\"finalAmount\":0.36,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778029364541.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778634202\u0026amp;Signature=D4ANjVBhXgAmv2YycUT%2B2kmlqNw%3D\",\"fileName\":\"processed_1778029337753_db709bf9-5325-4d4d-bc29-f35426fdce26.png\",\"dpi\":680,\"imageTag\":\"\",\"validatedFinalAmount\":0.36128399999999994,\"frontendFinalAmount\":0.36,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0012839999999999518},{\"id\":\"f9f17aa1-c631-4bd5-96da-b46d52e9c41c\",\"imageName\":\"IMG_5054.jpeg\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":9.608,\"unit\":\"in\"},\"finalAmount\":2.87,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778029376003.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778634188\u0026amp;Signature=a3hcXW5FXF27XooTP3iZfeefLg0%3D\",\"fileName\":\"processed_1778029339538_14f0afc4-cb52-453d-99c6-2ce292a867ad.png\",\"dpi\":396,\"imageTag\":\"\",\"validatedFinalAmount\":2.872792,\"frontendFinalAmount\":2.87,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0027919999999999057},{\"id\":\"ce0a0fbe-6dab-4876-b8e7-4b19a7cb128f\",\"imageName\":\"Photoroom_20260411_210941.png\",\"quantity\":3,\"dimensions\":{\"width\":13,\"height\":8.373,\"unit\":\"in\"},\"finalAmount\":7.51,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778029345077.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778634200\u0026amp;Signature=A%2FcfAd6iSN5VIvjHUi%2Fm5ertemE%3D\",\"fileName\":\"processed_1778029341730_ab8fd31d-a15d-4691-9dcb-43cd8636c66f.png\",\"dpi\":483,\"imageTag\":\"\",\"validatedFinalAmount\":7.510580999999999,\"frontendFinalAmount\":7.51,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0005809999999994986},{\"id\":\"3a992afb-9565-44b7-9f54-e9c061c12f40\",\"imageName\":\"Photoroom_20260411_211452.png\",\"quantity\":50,\"dimensions\":{\"width\":1.5,\"height\":2.168,\"unit\":\"in\"},\"finalAmount\":3.74,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778029346153.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778634208\u0026amp;Signature=KMT1QnGfg2ojw44wci0sEY11iek%3D\",\"fileName\":\"processed_1778029342456_88d67aa1-9892-453c-8073-ff69f415a239.png\",\"dpi\":2613,\"imageTag\":\"\",\"validatedFinalAmount\":3.7398000000000007,\"frontendFinalAmount\":3.74,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.00019999999999953388},{\"id\":\"ca4cf850-a881-493d-b0ab-857ea18ad8df\",\"imageName\":\"Photoroom_20260403_141745.png\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":5.161,\"unit\":\"in\"},\"finalAmount\":1.54,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778029391213.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778634197\u0026amp;Signature=M%2BMuJvcXteQWisDamkUGajOr0W0%3D\",\"fileName\":\"processed_1778029340819_744d6baa-ac0f-4f71-a116-bbb8423cde4f.png\",\"dpi\":212,\"imageTag\":\"\",\"validatedFinalAmount\":1.5431389999999998,\"frontendFinalAmount\":1.54,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.003138999999999781},{\"id\":\"ccf79e51-b36e-49d2-afe4-79b6576b4881\",\"imageName\":\"Photoroom_20260411_210941.png\",\"quantity\":3,\"dimensions\":{\"width\":13,\"height\":8.373,\"unit\":\"in\"},\"finalAmount\":7.51,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778029612929.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778634414\u0026amp;Signature=76Bke2uBy%2BbCThjHWlGyWgI1GoI%3D\",\"fileName\":\"processed_1778029341730_ab8fd31d-a15d-4691-9dcb-43cd8636c66f.png\",\"dpi\":483,\"imageTag\":\"\",\"validatedFinalAmount\":7.510580999999999,\"frontendFinalAmount\":7.51,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0005809999999994986},{\"id\":\"68535a8a-cfff-4115-b3cc-0e632f3236ce\",\"imageName\":\"Photoroom_20260411_211452.png\",\"quantity\":50,\"dimensions\":{\"width\":1.5,\"height\":2.168,\"unit\":\"in\"},\"finalAmount\":3.74,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778029716589.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778634518\u0026amp;Signature=ZnOU0NF%2BNpCfeoJPM2sYspSLeWU%3D\",\"fileName\":\"processed_1778029342456_88d67aa1-9892-453c-8073-ff69f415a239.png\",\"dpi\":2613,\"imageTag\":\"\",\"validatedFinalAmount\":3.7398000000000007,\"frontendFinalAmount\":3.74,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.00019999999999953388}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43197424369777,"sku":null,"price":27.27,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_5b3e9c3c-bf95-487c-a1e6-d47c144b0c9d.png?v=1778029771"},{"product_id":"dtf-ez-uploader-367","title":"DTF EZ Uploader","description":"[{\"id\":\"existing_1778030928713_0\",\"imageName\":\"resolve-image\",\"quantity\":2,\"dimensions\":{\"width\":12.04,\"height\":13.29},\"formattedWidth\":\"12.040in (30.582cm)\",\"formattedHeight\":\"13.290in (33.757cm)\",\"finalAmount\":7.360533599999999,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778025932693_00c4e60a-ab50-427a-8c9d-f54dba689bbb.png\",\"fileName\":\"resolve-image\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":7.360533599999999,\"frontendFinalAmount\":7.360533599999999,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778030928713_1\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":6,\"height\":4.02},\"formattedWidth\":\"6.000in (15.240cm)\",\"formattedHeight\":\"4.020in (10.211cm)\",\"finalAmount\":0.5547599999999999,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778026312071_d6f43072-04b2-4d02-941d-c35b58b40174.png\",\"fileName\":\"resolve-image\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":0.5547599999999999,\"frontendFinalAmount\":0.5547599999999999,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778030928713_2\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":11.47,\"height\":7.68},\"formattedWidth\":\"11.470in (29.134cm)\",\"formattedHeight\":\"7.680in (19.507cm)\",\"finalAmount\":2.0260608,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778026314094_4f0e103b-4b83-4117-8271-07791baf1633.png\",\"fileName\":\"resolve-image\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":2.0260608,\"frontendFinalAmount\":2.0260608,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778030928713_3\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":11,\"height\":7.37},\"formattedWidth\":\"11.000in (27.940cm)\",\"formattedHeight\":\"7.370in (18.720cm)\",\"finalAmount\":1.86461,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778026314619_86bf2810-e2c4-4485-820d-112f3d28a648.png\",\"fileName\":\"resolve-image\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":1.86461,\"frontendFinalAmount\":1.86461,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778030928713_4\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":6.92},\"formattedWidth\":\"13.000in (33.020cm)\",\"formattedHeight\":\"6.920in (17.577cm)\",\"finalAmount\":2.06908,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778027223978_56fd75bb-e36a-423b-9705-296c13eed87a.png\",\"fileName\":\"resolve-image\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":2.06908,\"frontendFinalAmount\":2.06908,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778030928713_5\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":2},\"formattedWidth\":\"13.000in (33.020cm)\",\"formattedHeight\":\"2.000in (5.080cm)\",\"finalAmount\":0.598,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778027219882_a63b3673-6418-4602-a26c-b3a3331a676d.png\",\"fileName\":\"resolve-image\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":0.598,\"frontendFinalAmount\":0.598,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"9809d7ff-ba11-4983-aa41-b1f06acefd5f\",\"imageName\":\"Q.png\",\"originalFileName\":\"Q.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":1.38,\"height\":2.99},\"formattedWidth\":\"1.380in (3.505cm)\",\"formattedHeight\":\"2.990in (7.595cm)\",\"finalAmount\":0.1,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030748350_c2aa6be2-bd4e-41a8-8ae4-00855783ccc0.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635548\u0026amp;Signature=Ibiw7RgzI%2FntElFt4RzvSuvb1Ls%3D\",\"fileName\":\"Q.png\",\"dpi\":299,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.09490259999999999,\"frontendFinalAmount\":0.1,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":false,\"priceDifference\":0.005097400000000016},{\"id\":\"9ca50b04-2a34-4a04-af29-51421e62eb96\",\"imageName\":\"cowgirl card.png\",\"originalFileName\":\"cowgirl card.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":10,\"height\":13.13},\"formattedWidth\":\"10.000in (25.400cm)\",\"formattedHeight\":\"13.130in (33.350cm)\",\"finalAmount\":3.02,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030755992_78c03115-b68b-4320-bb4b-3c5ef09b8eec.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635555\u0026amp;Signature=OM8CYnnTigW9H4YL8tfU5Z6j2pc%3D\",\"fileName\":\"cowgirl card.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.0199000000000003,\"frontendFinalAmount\":3.02,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.00009999999999976694},{\"id\":\"6d3e2fce-58ee-4505-8af6-5a1ef37377a8\",\"imageName\":\"skull.png\",\"originalFileName\":\"skull.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":3.01,\"height\":2.9},\"formattedWidth\":\"3.010in (7.645cm)\",\"formattedHeight\":\"2.900in (7.366cm)\",\"finalAmount\":0.2,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030750477_150d52df-d1aa-4cb5-96b2-277c4773e5ac.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635550\u0026amp;Signature=WYqYq2VJ4JL6aaV7quD5sPmpMio%3D\",\"fileName\":\"skull.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.20076699999999997,\"frontendFinalAmount\":0.2,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0007669999999999622},{\"id\":\"91f2d5df-7105-4366-9d80-e0bd25441c10\",\"imageName\":\"desert.png\",\"originalFileName\":\"desert.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":13.81,\"height\":12.15},\"formattedWidth\":\"13.810in (35.077cm)\",\"formattedHeight\":\"12.150in (30.861cm)\",\"finalAmount\":3.86,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030909103_614d0bd9-52e3-4a0c-a0da-6d85f8909c37.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635709\u0026amp;Signature=bngpdX3yHmkOaerp20B%2B4%2F2Zw%2FY%3D\",\"fileName\":\"desert.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.8592045,\"frontendFinalAmount\":3.86,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.000795499999999727}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43197435215985,"sku":null,"price":21.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_56701fff-2f66-4e86-bf07-0320adc39d3e.png?v=1778030935"},{"product_id":"dtf-ez-uploader-368","title":"DTF EZ Uploader","description":"[{\"id\":\"6d11ceb6-651b-4c37-b8ad-2e6a9a2b138a\",\"imageName\":\"Photoroom_20260414_051704.png\",\"quantity\":4,\"dimensions\":{\"width\":13,\"height\":8.082,\"unit\":\"in\"},\"finalAmount\":9.67,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778030812208.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635632\u0026amp;Signature=%2FrbNnXPpao%2FMk1FIksdBMxHonLw%3D\",\"fileName\":\"processed_1778030799083_b9563b7b-4017-4f57-93e5-43d929c75640.png\",\"dpi\":340,\"imageTag\":\"\",\"validatedFinalAmount\":9.666072,\"frontendFinalAmount\":9.67,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.003928000000000154},{\"id\":\"e34d8c9c-d3d3-43d7-8155-02e9401b8919\",\"imageName\":\"Photoroom_20260414_051704.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.419,\"unit\":\"in\"},\"finalAmount\":2.16,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778030812208.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635632\u0026amp;Signature=%2FrbNnXPpao%2FMk1FIksdBMxHonLw%3D\",\"fileName\":\"processed_1778030799083_b9563b7b-4017-4f57-93e5-43d929c75640.png\",\"dpi\":803,\"imageTag\":\"\",\"validatedFinalAmount\":2.1625175000000003,\"frontendFinalAmount\":2.16,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0025175000000001724},{\"id\":\"9eceb324-53e0-47e8-8d5a-a0e0d91e2c7a\",\"imageName\":\"Photoroom_20260414_051704.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.419,\"unit\":\"in\"},\"finalAmount\":2.16,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030883876.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635686\u0026amp;Signature=CffqmvhyG7nETSp1rA7ebSBsg4o%3D\",\"fileName\":\"processed_1778030799083_b9563b7b-4017-4f57-93e5-43d929c75640.png\",\"dpi\":803,\"imageTag\":\"\",\"validatedFinalAmount\":2.1625175000000003,\"frontendFinalAmount\":2.16,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0025175000000001724},{\"id\":\"9e2dcdb5-19fb-49fa-ba1d-47ebae56c0c1\",\"imageName\":\"Photoroom_20260414_051704.png\",\"quantity\":4,\"dimensions\":{\"width\":13,\"height\":8.082,\"unit\":\"in\"},\"finalAmount\":9.67,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030883876.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635686\u0026amp;Signature=CffqmvhyG7nETSp1rA7ebSBsg4o%3D\",\"fileName\":\"processed_1778030799083_b9563b7b-4017-4f57-93e5-43d929c75640.png\",\"dpi\":340,\"imageTag\":\"\",\"validatedFinalAmount\":9.666072,\"frontendFinalAmount\":9.67,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.003928000000000154},{\"id\":\"e002352e-3759-4459-b593-08c3d1313c95\",\"imageName\":\"Photoroom_20260429_232652.png\",\"quantity\":2,\"dimensions\":{\"width\":13,\"height\":5.818,\"unit\":\"in\"},\"finalAmount\":3.48,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778031175620.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778636015\u0026amp;Signature=d6rBDVmVGg6G1TP0O3FwIoNaijA%3D\",\"fileName\":\"processed_1778030933544_e0acfd01-6bce-44f5-b735-3bdaa455317f.png\",\"dpi\":785,\"imageTag\":\"\",\"validatedFinalAmount\":3.479164,\"frontendFinalAmount\":3.48,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0008360000000000589},{\"id\":\"37b9900f-131e-4679-b9e7-29ef2e79c15e\",\"imageName\":\"IMG_5588.png\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":3.37,\"unit\":\"in\"},\"finalAmount\":1.01,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778030947946.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635760\u0026amp;Signature=Oi7KDAbejjhWB7JQ2WdIkM0Zg6Q%3D\",\"fileName\":\"processed_1778030934194_75b4d75f-c210-4b03-a6ae-83dc6bd91cd5.png\",\"dpi\":449,\"imageTag\":\"\",\"validatedFinalAmount\":1.00763,\"frontendFinalAmount\":1.01,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0023699999999999832},{\"id\":\"db8e9e9f-bbc1-42b0-932e-de879f8789c2\",\"imageName\":\"Photoroom_20260505_183129.png\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":5.762,\"unit\":\"in\"},\"finalAmount\":1.72,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778031215956.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778636041\u0026amp;Signature=OvFUQrjUJIhOKUdffYQu2RWPfR8%3D\",\"fileName\":\"processed_1778031120574_ec23afe5-b9fa-48e0-a088-390cf9a07d66.png\",\"dpi\":418,\"imageTag\":\"\",\"validatedFinalAmount\":1.7228379999999999,\"frontendFinalAmount\":1.72,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.002837999999999896},{\"id\":\"4ce3cbd0-2893-4fc3-9341-ceee88f11f0e\",\"imageName\":\"Photoroom_20260427_191218.png\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":6.66,\"unit\":\"in\"},\"finalAmount\":1.99,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778031234471.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778636045\u0026amp;Signature=S%2Bonqm5foqejH75wMjubSf8meEg%3D\",\"fileName\":\"processed_1778031228071_d27de623-c503-4bfc-8e38-e7819e64fd11.png\",\"dpi\":178,\"imageTag\":\"\",\"validatedFinalAmount\":1.9913399999999999,\"frontendFinalAmount\":1.99,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0013399999999998968},{\"id\":\"b9213312-a49a-4c75-a872-e975c18151fa\",\"imageName\":\"Photoroom_20260427_191218.png\",\"quantity\":1,\"dimensions\":{\"width\":13,\"height\":6.66,\"unit\":\"in\"},\"finalAmount\":1.99,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778031234471.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778636045\u0026amp;Signature=S%2Bonqm5foqejH75wMjubSf8meEg%3D\",\"fileName\":\"processed_1778031228071_d27de623-c503-4bfc-8e38-e7819e64fd11.png\",\"dpi\":178,\"imageTag\":\"\",\"validatedFinalAmount\":1.9913399999999999,\"frontendFinalAmount\":1.99,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0013399999999998968}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43197436592241,"sku":null,"price":33.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_c7b9ab79-9aa2-4dec-8c30-c8924b08adb1.png?v=1778031391"},{"product_id":"dtf-ez-uploader-370","title":"DTF EZ Uploader","description":"[{\"id\":\"96afa071-2031-46d1-9e77-83cfb8da9b23\",\"imageName\":\"processed_1778030593373_f703a47e-f207-495e-a406-1efeb4b0f570.png\",\"originalFileName\":\"processed_1778030593373_f703a47e-f207-495e-a406-1efeb4b0f570.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":4,\"height\":1.447},\"formattedWidth\":\"4.000in (10.160cm)\",\"formattedHeight\":\"1.447in (3.675cm)\",\"finalAmount\":1.33,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030593373_f703a47e-f207-495e-a406-1efeb4b0f570.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635393\u0026amp;Signature=TBNvLykstq4Tno0SKii6UZ0Z7ok%3D\",\"fileName\":\"processed_1778030593373_f703a47e-f207-495e-a406-1efeb4b0f570.png\",\"dpi\":999,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.33124,\"frontendFinalAmount\":1.33,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0012399999999999078},{\"id\":\"1a4a707f-c0f2-47e5-88db-299faa5b4e11\",\"imageName\":\"processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png\",\"originalFileName\":\"processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":3.127,\"height\":3},\"formattedWidth\":\"3.127in (7.943cm)\",\"formattedHeight\":\"3.000in (7.620cm)\",\"finalAmount\":2.16,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635477\u0026amp;Signature=vNvBCAY0OhSGqPPLQJSllmfy6Vg%3D\",\"fileName\":\"processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png\",\"dpi\":1559,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.15763,\"frontendFinalAmount\":2.16,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0023699999999999832},{\"id\":\"66ea1444-380b-4770-ad32-83ac5e5ddb39\",\"imageName\":\"processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png\",\"originalFileName\":\"processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":10,\"height\":11.745},\"formattedWidth\":\"10.000in (25.400cm)\",\"formattedHeight\":\"11.745in (29.832cm)\",\"finalAmount\":27.01,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635587\u0026amp;Signature=fJj7c9408NllXdrGv%2BFHByUB2lA%3D\",\"fileName\":\"processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png\",\"dpi\":440,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":27.0135,\"frontendFinalAmount\":27.01,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0034999999999989484}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43197439869041,"sku":null,"price":30.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_ad166963-9d12-4c7f-a85b-a9e1282ffb08.png?v=1778031909"},{"product_id":"dtf-ez-uploader-366","title":"DTF EZ Uploader","description":"[{\"id\":\"1a4a707f-c0f2-47e5-88db-299faa5b4e11\",\"imageName\":\"processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png\",\"originalFileName\":\"processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":3.127,\"height\":3},\"formattedWidth\":\"3.127in (7.943cm)\",\"formattedHeight\":\"3.000in (7.620cm)\",\"finalAmount\":2.16,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635477\u0026amp;Signature=vNvBCAY0OhSGqPPLQJSllmfy6Vg%3D\",\"fileName\":\"processed_1778030677823_1772cfee-dcf7-40cb-8a6a-210a7bdb7c12.png\",\"dpi\":1559,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.15763,\"frontendFinalAmount\":2.16,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0023699999999999832},{\"id\":\"66ea1444-380b-4770-ad32-83ac5e5ddb39\",\"imageName\":\"processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png\",\"originalFileName\":\"processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":10,\"height\":11.745},\"formattedWidth\":\"10.000in (25.400cm)\",\"formattedHeight\":\"11.745in (29.832cm)\",\"finalAmount\":27.01,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778635587\u0026amp;Signature=fJj7c9408NllXdrGv%2BFHByUB2lA%3D\",\"fileName\":\"processed_1778030787290_6152fa29-a1aa-4193-81dd-1e63004f1653.png\",\"dpi\":440,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":27.0135,\"frontendFinalAmount\":27.01,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0034999999999989484},{\"id\":\"3f11604d-bf1e-4c31-8518-ce7bc7408cd6\",\"imageName\":\"bangerz_xscape front left pocket v2.png\",\"originalFileName\":\"bangerz_xscape front left pocket v2.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":4,\"height\":1.447},\"formattedWidth\":\"4.000in (10.160cm)\",\"formattedHeight\":\"1.447in (3.675cm)\",\"finalAmount\":1.33,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778032165264_63749ef8-07fe-44b2-a0f3-bdda4e67c496.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778636965\u0026amp;Signature=aUdFgz4XQjOUaoVo2HvevgpfZHY%3D\",\"fileName\":\"bangerz_xscape front left pocket v2.png\",\"dpi\":999,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.33124,\"frontendFinalAmount\":1.33,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0012399999999999078},{\"id\":\"455ed5d2-8a03-437a-8562-11cc886625ad\",\"imageName\":\"bangerz_xscape_front left pocket .png\",\"originalFileName\":\"bangerz_xscape_front left pocket .png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":7,\"dimensions\":{\"width\":10.423,\"height\":10},\"formattedWidth\":\"10.423in (26.474cm)\",\"formattedHeight\":\"10.000in (25.400cm)\",\"finalAmount\":16.78,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778032230270_191544d3-6660-4dfe-94e9-6ac2e59596f9.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778637030\u0026amp;Signature=CVEqJSaEth5t4MiXKljbt2aJork%3D\",\"fileName\":\"bangerz_xscape_front left pocket .png\",\"dpi\":468,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":16.78103,\"frontendFinalAmount\":16.78,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0010300000000000864}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43197440360561,"sku":null,"price":47.28,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_c2655de0-74fd-419a-8740-67d487990b35.png?v=1778032328"},{"product_id":"dtf-ez-uploader-369","title":"DTF EZ Uploader","description":"[{\"id\":\"d9feda54-39c1-443a-ad16-957eade3de9a\",\"imageName\":\"hot girls.png\",\"originalFileName\":\"hot girls.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":3,\"height\":3.5},\"formattedWidth\":\"3.000in (7.620cm)\",\"formattedHeight\":\"3.500in (8.890cm)\",\"finalAmount\":1.21,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778035638912_39510b53-006c-4c55-bd7b-81a1c93296ff.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778640438\u0026amp;Signature=NwwrzHcTY5QIx3QZq9J4cLlNZ9c%3D\",\"fileName\":\"hot girls.png\",\"dpi\":2173,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.2075,\"frontendFinalAmount\":1.21,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0024999999999999467},{\"id\":\"822ce0b7-799f-4e0a-aabb-4b7167af4a23\",\"imageName\":\"flamingo 2.png\",\"originalFileName\":\"flamingo 2.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":3.64,\"height\":3.5},\"formattedWidth\":\"3.640in (9.246cm)\",\"formattedHeight\":\"3.500in (8.890cm)\",\"finalAmount\":1.47,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778035655009_a6b7814c-41de-414c-a72c-b2115d4c0a65.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778640455\u0026amp;Signature=szWgLh2hTFkxGlEPKl501irES%2Bc%3D\",\"fileName\":\"flamingo 2.png\",\"dpi\":2228,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.4651,\"frontendFinalAmount\":1.47,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.004899999999999904},{\"id\":\"4386c1e0-2cd9-429c-a395-8c3c18743e49\",\"imageName\":\"flamingo 1.png\",\"originalFileName\":\"flamingo 1.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":3.12,\"height\":3},\"formattedWidth\":\"3.120in (7.925cm)\",\"formattedHeight\":\"3.000in (7.620cm)\",\"finalAmount\":1.08,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778035655918_20c17a18-fc7e-4441-9bca-2c24c7e4ef76.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778640455\u0026amp;Signature=oAVagdbMl540FD2eQ1O%2BG%2FVVngY%3D\",\"fileName\":\"flamingo 1.png\",\"dpi\":2600,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.0764,\"frontendFinalAmount\":1.08,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0036000000000000476},{\"id\":\"02a252ba-e288-480f-8fb3-8caf7fa40fa7\",\"imageName\":\"ast2.png\",\"originalFileName\":\"ast2.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":2,\"dimensions\":{\"width\":3.999,\"height\":1.727},\"formattedWidth\":\"3.999in (10.157cm)\",\"formattedHeight\":\"1.727in (4.387cm)\",\"finalAmount\":0.32,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778035662395_f78fb254-ecbb-48cc-8608-e62bc4f89199.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778640462\u0026amp;Signature=pIEq8TBlofj3f%2FH3Z3H8egHftLw%3D\",\"fileName\":\"ast2.png\",\"dpi\":2137,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.317688558,\"frontendFinalAmount\":0.32,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.002311441999999997},{\"id\":\"92792aed-4be0-4724-b37f-e98000680ce7\",\"imageName\":\"ast1.png\",\"originalFileName\":\"ast1.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":2,\"dimensions\":{\"width\":3.999,\"height\":1.727},\"formattedWidth\":\"3.999in (10.157cm)\",\"formattedHeight\":\"1.727in (4.387cm)\",\"finalAmount\":0.32,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778035666856_726895a6-4119-4a3a-b8f2-631ee19f1640.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778640466\u0026amp;Signature=KgD5TAitez3cm21OvTSCTHLU5l0%3D\",\"fileName\":\"ast1.png\",\"dpi\":2137,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.317688558,\"frontendFinalAmount\":0.32,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.002311441999999997},{\"id\":\"b455f48f-cdd1-4355-9d56-90d9d90287ff\",\"imageName\":\"fv star sister.png\",\"originalFileName\":\"fv star sister.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":8.573,\"height\":7},\"formattedWidth\":\"8.573in (21.775cm)\",\"formattedHeight\":\"7.000in (17.780cm)\",\"finalAmount\":1.38,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778035676471_d37eafd3-9a5d-4383-8f08-626adc264097.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778640476\u0026amp;Signature=Enw8NXMDzH0baU4QPWTYEXm4wUE%3D\",\"fileName\":\"fv star sister.png\",\"dpi\":890,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.380253,\"frontendFinalAmount\":1.38,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.00025300000000005873},{\"id\":\"c5602e5a-782a-4db9-915b-f0342119ae7e\",\"imageName\":\"carousel circle.png\",\"originalFileName\":\"carousel circle.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":2,\"dimensions\":{\"width\":3.4,\"height\":3.18},\"formattedWidth\":\"3.400in (8.636cm)\",\"formattedHeight\":\"3.180in (8.077cm)\",\"finalAmount\":0.5,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778035676776_9dd0ac2f-0c97-4add-b42a-5d76c9c440b9.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778640476\u0026amp;Signature=tzUnfONR%2F3qt9Rs39k4LImpe4jY%3D\",\"fileName\":\"carousel circle.png\",\"dpi\":2383,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.49735199999999996,\"frontendFinalAmount\":0.5,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.002648000000000039}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43197455073393,"sku":null,"price":6.28,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_ad8cfb13-c068-409f-a165-c8b1e7d0f0d4.png?v=1778035843"},{"product_id":"matte-superdtf-die-cut-stickers","title":"Matte - SuperDTF Die-Cut Stickers","description":"[{\"id\":\"f4b8b771-15aa-408d-a058-76bfb362aeec\",\"imageName\":\"IMG_7598.png\",\"originalFileName\":\"IMG_7598.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":50,\"dimensions\":{\"width\":2.5,\"height\":2.5},\"formattedWidth\":\"2.500in (6.350cm)\",\"formattedHeight\":\"2.500in (6.350cm)\",\"finalAmount\":15.63,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778046604852-e3d06f37-3b7e-45f2-990f-1b8b0a64eb15.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778651405\u0026amp;Signature=SK%2FsE5tFidPYxV0B25nVSAh0t4Y%3D\",\"fileName\":\"IMG_7598.png\",\"dpi\":914,\"imageTag\":\"\",\"printingType\":7596134563953,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778046600761.png\",\"stickerBleedMM\":3,\"materialType\":\"matte\",\"materialName\":\"Matte\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#000000\",\"strokeWidth\":8,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"circle\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"matte\",\"materialName\":\"Matte\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_7559037747313_1778047286753_f4b8b771-15aa-408d-a058-76bfb362aeec_1778047286754.json\",\"validatedFinalAmount\":15.625,\"frontendFinalAmount\":15.63,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.005000000000000782}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43197613178993,"sku":null,"price":15.63,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/4real_31a03196-3c4d-4b21-85c3-7b714dc884dc.png?v=1778047294"},{"product_id":"dtf-ez-uploader-55","title":"DTF EZ Uploader","description":"[{\"id\":\"f6472a41-aaf6-43f3-8700-4748b17ad33b\",\"imageName\":\"IMG_0819.png\",\"originalFileName\":\"IMG_0819.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":4,\"height\":4.438},\"formattedWidth\":\"4.000in (10.160cm)\",\"formattedHeight\":\"4.438in (11.273cm)\",\"finalAmount\":0.41,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778090526163.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778695342\u0026amp;Signature=smymoXgjWJVhFgkNhBIv6ywy5aU%3D\",\"fileName\":\"IMG_0819.png\",\"dpi\":794,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.408296,\"frontendFinalAmount\":0.41,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0017039999999999833},{\"id\":\"c4885fdd-96fc-41e5-8945-d1a52b408ff1\",\"imageName\":\"IMG_0816.png\",\"originalFileName\":\"IMG_0816.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":14.97,\"height\":21.01},\"formattedWidth\":\"14.970in (38.024cm)\",\"formattedHeight\":\"21.010in (53.365cm)\",\"finalAmount\":7.23,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778090190554_7cc0991c-33e0-457a-8dad-777903adfaac.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778694990\u0026amp;Signature=tZKvKejoFjpVotroPiAx3fe9A5o%3D\",\"fileName\":\"IMG_0816.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":7.233953100000001,\"frontendFinalAmount\":7.23,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.003953100000000376},{\"id\":\"f24ff0d1-ceb2-4187-910e-71d7082dd6de\",\"imageName\":\"Just the box no words_Rev1.png\",\"originalFileName\":\"Just the box no words_Rev1.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":3,\"dimensions\":{\"width\":5,\"height\":7.4},\"formattedWidth\":\"5.000in (12.700cm)\",\"formattedHeight\":\"7.400in (18.796cm)\",\"finalAmount\":2.55,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778090175664_0d30837f-a863-4320-a0b6-0a29fb47201c.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778694975\u0026amp;Signature=2Br5wk79%2FsEAL%2BIAYMhKq126Prc%3D\",\"fileName\":\"Just the box no words_Rev1.png\",\"dpi\":359,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.553,\"frontendFinalAmount\":2.55,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0030000000000001137},{\"id\":\"b9d2a3cc-1e90-42d8-9e87-8d9520f03f42\",\"imageName\":\"BUBS.png\",\"originalFileName\":\"BUBS.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":12,\"height\":13.807},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"13.807in (35.070cm)\",\"finalAmount\":3.81,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778695309\u0026amp;Signature=DfTCfn4y62GTvSiQJF9gspgUANI%3D\",\"fileName\":\"BUBS.png\",\"dpi\":367,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.810732,\"frontendFinalAmount\":3.81,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0007319999999997329},{\"id\":\"d6ec5e81-8116-4b77-9c7a-c3447704988c\",\"imageName\":\"BUBS.png\",\"originalFileName\":\"BUBS.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":15,\"height\":17.258},\"formattedWidth\":\"15.000in (38.100cm)\",\"formattedHeight\":\"17.258in (43.835cm)\",\"finalAmount\":5.95,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778695309\u0026amp;Signature=DfTCfn4y62GTvSiQJF9gspgUANI%3D\",\"fileName\":\"BUBS.png\",\"dpi\":294,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":5.95401,\"frontendFinalAmount\":5.95,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.004010000000000069}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198493851761,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_ed39dd0a-7a5f-4f60-888a-8e17b250d743.png?v=1778090659"},{"product_id":"dtf-ez-uploader-56","title":"DTF EZ Uploader","description":"[{\"id\":\"existing_1778092341870_0\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":4,\"height\":4.438},\"formattedWidth\":\"4.000in (10.160cm)\",\"formattedHeight\":\"4.438in (11.273cm)\",\"finalAmount\":0.408296,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fupscaled_1778090526163.png\",\"fileName\":\"resolve-image\",\"dpi\":794,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":0.408296,\"frontendFinalAmount\":0.408296,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778092341870_1\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":14.97,\"height\":21.01},\"formattedWidth\":\"14.970in (38.024cm)\",\"formattedHeight\":\"21.010in (53.365cm)\",\"finalAmount\":7.233953100000001,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090190554_7cc0991c-33e0-457a-8dad-777903adfaac.png\",\"fileName\":\"resolve-image\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":7.233953100000001,\"frontendFinalAmount\":7.233953100000001,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778092341870_2\",\"imageName\":\"resolve-image\",\"quantity\":3,\"dimensions\":{\"width\":5,\"height\":7.4},\"formattedWidth\":\"5.000in (12.700cm)\",\"formattedHeight\":\"7.400in (18.796cm)\",\"finalAmount\":2.553,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090175664_0d30837f-a863-4320-a0b6-0a29fb47201c.png\",\"fileName\":\"resolve-image\",\"dpi\":359,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":2.553,\"frontendFinalAmount\":2.553,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778092341870_3\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":12,\"height\":13.807},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"13.807in (35.070cm)\",\"finalAmount\":3.810732,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png\",\"fileName\":\"resolve-image\",\"dpi\":367,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":3.810732,\"frontendFinalAmount\":3.810732,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778092341870_4\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":15,\"height\":17.258},\"formattedWidth\":\"15.000in (38.100cm)\",\"formattedHeight\":\"17.258in (43.835cm)\",\"finalAmount\":5.95401,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png\",\"fileName\":\"resolve-image\",\"dpi\":294,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":5.95401,\"frontendFinalAmount\":5.95401,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"11fb4448-b596-4be5-8463-eefc43ed2de3\",\"imageName\":\"couple drawing.png\",\"originalFileName\":\"couple drawing.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":7,\"height\":5.891},\"formattedWidth\":\"7.000in (17.780cm)\",\"formattedHeight\":\"5.891in (14.963cm)\",\"finalAmount\":0.95,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091362401.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778696163\u0026amp;Signature=JDiI%2B%2BljQQy0%2F5mM4gD5qejkbTQ%3D\",\"fileName\":\"couple drawing.png\",\"dpi\":717,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.948451,\"frontendFinalAmount\":0.95,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0015489999999999116},{\"id\":\"8ea0826e-8275-493a-a49a-14206f21abeb\",\"imageName\":\"CANNONS_2.png\",\"originalFileName\":\"CANNONS_2.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":12,\"height\":14.142},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"14.142in (35.921cm)\",\"finalAmount\":3.9,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091991779_575e963f-93f8-49d7-ad8f-a4fb1919067f.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778696791\u0026amp;Signature=E6aYoZcL4TEDm%2FIYGud5Qb%2B8FFw%3D\",\"fileName\":\"CANNONS_2.png\",\"dpi\":623,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.903192,\"frontendFinalAmount\":3.9,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0031920000000003057},{\"id\":\"d148e9c0-5825-474d-a747-d4640f91f9ef\",\"imageName\":\"CANNONS_1-01.png\",\"originalFileName\":\"CANNONS_1-01.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":4,\"height\":3.906},\"formattedWidth\":\"4.000in (10.160cm)\",\"formattedHeight\":\"3.906in (9.921cm)\",\"finalAmount\":0.36,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091963644_dc6086e6-f7c8-4bc6-b12f-8b01f84b720b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778696763\u0026amp;Signature=4iipkFJMuQ3MobMfxJtxvJTdXrg%3D\",\"fileName\":\"CANNONS_1-01.png\",\"dpi\":769,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.359352,\"frontendFinalAmount\":0.36,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0006479999999999819}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198534221937,"sku":null,"price":25.16,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_39ad7738-052c-47e9-907b-9f4e9b05c2a3.png?v=1778092349"},{"product_id":"dtf-ez-uploader-57","title":"DTF EZ Uploader","description":"[{\"id\":\"b314aee4-cc0d-40f8-b3d8-03c7717cbd0d\",\"imageName\":\"resolve-image\",\"originalFileName\":\"resolve-image\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":8,\"height\":8.876},\"formattedWidth\":\"8.000in (20.320cm)\",\"formattedHeight\":\"8.876in (22.545cm)\",\"finalAmount\":1.63,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fupscaled_1778090526163.png\",\"fileName\":\"resolve-image\",\"dpi\":397,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.633184,\"frontendFinalAmount\":1.63,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0031840000000000757},{\"id\":\"40eecf72-aa68-4e8c-9963-9e7b9c12f903\",\"imageName\":\"resolve-image\",\"originalFileName\":\"resolve-image\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":6,\"height\":8.421},\"formattedWidth\":\"6.000in (15.240cm)\",\"formattedHeight\":\"8.421in (21.389cm)\",\"finalAmount\":1.16,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090190554_7cc0991c-33e0-457a-8dad-777903adfaac.png\",\"fileName\":\"resolve-image\",\"dpi\":748,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.1620979999999999,\"frontendFinalAmount\":1.16,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0020979999999999333},{\"id\":\"af3d94ce-2d99-4c9a-9f2a-808f12209e42\",\"imageName\":\"resolve-image\",\"originalFileName\":\"resolve-image\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":3,\"dimensions\":{\"width\":5,\"height\":7.4},\"formattedWidth\":\"5.000in (12.700cm)\",\"formattedHeight\":\"7.400in (18.796cm)\",\"finalAmount\":2.55,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090175664_0d30837f-a863-4320-a0b6-0a29fb47201c.png\",\"fileName\":\"resolve-image\",\"dpi\":359,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.553,\"frontendFinalAmount\":2.55,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0030000000000001137},{\"id\":\"1c94faeb-fe6b-4d1f-8a09-a603d1edccd8\",\"imageName\":\"resolve-image\",\"originalFileName\":\"resolve-image\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":12,\"height\":13.807},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"13.807in (35.070cm)\",\"finalAmount\":3.81,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png\",\"fileName\":\"resolve-image\",\"dpi\":367,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.810732,\"frontendFinalAmount\":3.81,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0007319999999997329},{\"id\":\"b229ef8a-e889-4562-8934-6ff148730f40\",\"imageName\":\"resolve-image\",\"originalFileName\":\"resolve-image\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":15,\"height\":17.258},\"formattedWidth\":\"15.000in (38.100cm)\",\"formattedHeight\":\"17.258in (43.835cm)\",\"finalAmount\":5.95,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png\",\"fileName\":\"resolve-image\",\"dpi\":294,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":5.95401,\"frontendFinalAmount\":5.95,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.004010000000000069},{\"id\":\"fb04dc44-030b-4b09-9c2d-babe150b5e83\",\"imageName\":\"couple drawing.png\",\"originalFileName\":\"couple drawing.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":7,\"height\":5.891},\"formattedWidth\":\"7.000in (17.780cm)\",\"formattedHeight\":\"5.891in (14.963cm)\",\"finalAmount\":0.95,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091362401.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778696163\u0026amp;Signature=JDiI%2B%2BljQQy0%2F5mM4gD5qejkbTQ%3D\",\"fileName\":\"couple drawing.png\",\"dpi\":717,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.948451,\"frontendFinalAmount\":0.95,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0015489999999999116},{\"id\":\"73ff012e-140b-40ac-9736-e299ad4b1e9a\",\"imageName\":\"CANNONS_2.png\",\"originalFileName\":\"CANNONS_2.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":12,\"height\":14.142},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"14.142in (35.921cm)\",\"finalAmount\":3.9,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091991779_575e963f-93f8-49d7-ad8f-a4fb1919067f.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778696791\u0026amp;Signature=E6aYoZcL4TEDm%2FIYGud5Qb%2B8FFw%3D\",\"fileName\":\"CANNONS_2.png\",\"dpi\":623,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.903192,\"frontendFinalAmount\":3.9,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0031920000000003057},{\"id\":\"b0c44261-e47f-48d8-b3a0-f0efe0e3d9fb\",\"imageName\":\"CANNONS_1-01.png\",\"originalFileName\":\"CANNONS_1-01.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":4,\"height\":3.906},\"formattedWidth\":\"4.000in (10.160cm)\",\"formattedHeight\":\"3.906in (9.921cm)\",\"finalAmount\":0.36,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091963644_dc6086e6-f7c8-4bc6-b12f-8b01f84b720b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778696763\u0026amp;Signature=4iipkFJMuQ3MobMfxJtxvJTdXrg%3D\",\"fileName\":\"CANNONS_1-01.png\",\"dpi\":769,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.359352,\"frontendFinalAmount\":0.36,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0006479999999999819}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198534877297,"sku":null,"price":20.31,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_4e04765b-5b63-485e-9b2e-5b6bf105632a.png?v=1778092428"},{"product_id":"ez-uploader-superdtf-uv-stickers-24","title":"EZ Uploader SuperDTF UV Stickers","description":"[{\"id\":\"fb66b7fe-58a9-4169-8b44-761b28edf1ac\",\"imageName\":\"processed_1778091362401.png\",\"originalFileName\":\"processed_1778091362401.png\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":true,\"quantity\":2,\"dimensions\":{\"width\":2.5,\"height\":2.104},\"formattedWidth\":\"2.500in (6.350cm)\",\"formattedHeight\":\"2.104in (5.344cm)\",\"finalAmount\":0.73,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091362401.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778697260\u0026amp;Signature=VF89aY8FAJ5FOZskxjk%2BLlE%2Bm3g%3D\",\"fileName\":\"processed_1778091362401.png\",\"dpi\":2006,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.7305555555555555,\"frontendFinalAmount\":0.73,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.0005555555555555314},{\"id\":\"24441385-07fc-4623-b34d-1f6ce7574454\",\"imageName\":\"processed_1778091963644_dc6086e6-f7c8-4bc6-b12f-8b01f84b720b.png\",\"originalFileName\":\"processed_1778091963644_dc6086e6-f7c8-4bc6-b12f-8b01f84b720b.png\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":true,\"quantity\":2,\"dimensions\":{\"width\":2.5,\"height\":2.444},\"formattedWidth\":\"2.500in (6.350cm)\",\"formattedHeight\":\"2.444in (6.208cm)\",\"finalAmount\":0.85,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091963644_dc6086e6-f7c8-4bc6-b12f-8b01f84b720b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778697260\u0026amp;Signature=3qR0wr%2BkMuxazgODFqIMB9e2%2FO4%3D\",\"fileName\":\"processed_1778091963644_dc6086e6-f7c8-4bc6-b12f-8b01f84b720b.png\",\"dpi\":1230,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.8486111111111111,\"frontendFinalAmount\":0.85,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.001388888888888884},{\"id\":\"54434e54-57c5-4259-bc6d-aca2570f6ae5\",\"imageName\":\"processed_1778091991779_575e963f-93f8-49d7-ad8f-a4fb1919067f.png\",\"originalFileName\":\"processed_1778091991779_575e963f-93f8-49d7-ad8f-a4fb1919067f.png\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":true,\"quantity\":2,\"dimensions\":{\"width\":2,\"height\":2.356},\"formattedWidth\":\"2.000in (5.080cm)\",\"formattedHeight\":\"2.356in (5.984cm)\",\"finalAmount\":0.65,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778091991779_575e963f-93f8-49d7-ad8f-a4fb1919067f.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778697260\u0026amp;Signature=nJPjp2ugG%2BXCS8lmO%2BNhOIrHQB8%3D\",\"fileName\":\"processed_1778091991779_575e963f-93f8-49d7-ad8f-a4fb1919067f.png\",\"dpi\":3740,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.6544444444444444,\"frontendFinalAmount\":0.65,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.004444444444444362}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198556995697,"sku":null,"price":2.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/ez-uploader-super-uv-dtf-stickers-premium-uv-water-resistant-dtf-stickers-super-lasting-raised-glossy-elegance-dtf-prints-dtf-transfers-custom-dtf-prints-538553_7e176752-8c38-4078-9822-71400afcc7c6.jpg?v=1778093537"},{"product_id":"glossy-superdtf-die-cut-stickers-2","title":"Glossy - SuperDTF Die-Cut Stickers","description":"[{\"id\":\"243ebeaa-1344-427d-bf88-31c5b436b4b8\",\"imageName\":\"sticka.png\",\"originalFileName\":\"sticka.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":9,\"dimensions\":{\"width\":5.81,\"height\":5.97},\"formattedWidth\":\"5.810in (14.757cm)\",\"formattedHeight\":\"5.970in (15.164cm)\",\"finalAmount\":15.61,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778107260051-c528b3fe-66a0-423c-8151-f1825c41f539.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778712061\u0026amp;Signature=sSGRb1vovzpLXillGgj80yot%2B84%3D\",\"fileName\":\"sticka.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778107257678.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"precise\",\"outlineValue\":17,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":5,\"smoothness\":2,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_8490503700593_1778107299094_243ebeaa-1344-427d-bf88-31c5b436b4b8_1778107299094.json\",\"validatedFinalAmount\":15.608564999999999,\"frontendFinalAmount\":15.61,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.0014350000000007412}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198792794225,"sku":null,"price":15.61,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/die-cut-super-stickers-extra-thick-and-durable-stickers-dtf-prints-dtf-transfers-custom-dtf-prints-822202_f1436c80-dd8a-4ce8-853a-d3c452b76625.jpg?v=1778107305"},{"product_id":"dtf-ez-uploader-58","title":"DTF EZ Uploader","description":"[{\"id\":\"935d1221-d007-48f2-b9ce-743d3a590fda\",\"imageName\":\"DTPrep_HAROBROS LOGO_12inx12.19in.png\",\"originalFileName\":\"DTPrep_HAROBROS LOGO_12inx12.19in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":11.77,\"height\":12.1},\"formattedWidth\":\"11.770in (29.896cm)\",\"formattedHeight\":\"12.100in (30.734cm)\",\"finalAmount\":3.28,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778111636793_d764f8b6-ef2c-419f-9f57-086fbaf37fef.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778716436\u0026amp;Signature=U0t0J%2FMm6fIB1srSL3udBVDcAHk%3D\",\"fileName\":\"DTPrep_HAROBROS LOGO_12inx12.19in.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.275591,\"frontendFinalAmount\":3.28,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.004408999999999885},{\"id\":\"586e7288-972a-46e5-94c9-d870c8568862\",\"imageName\":\"DTPrep_FLASH ORIGINAL ADULT1_9.67inx12in.png\",\"originalFileName\":\"DTPrep_FLASH ORIGINAL ADULT1_9.67inx12in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":9.66,\"height\":11.99},\"formattedWidth\":\"9.660in (24.536cm)\",\"formattedHeight\":\"11.990in (30.455cm)\",\"finalAmount\":2.66,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778111633037_1e22907a-d201-4186-abdd-647f2e877602.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778716433\u0026amp;Signature=YZJFJ3pY3CXSRNqUqBGhn8G3EVM%3D\",\"fileName\":\"DTPrep_FLASH ORIGINAL ADULT1_9.67inx12in.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.6639382,\"frontendFinalAmount\":2.66,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.003938199999999892},{\"id\":\"c4d19fb2-e95d-4ad8-85e6-d2342f0a739e\",\"imageName\":\"DTPrep_Harmony yearbook ff_9inx13in.png\",\"originalFileName\":\"DTPrep_Harmony yearbook ff_9inx13in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":26,\"dimensions\":{\"width\":9,\"height\":13},\"formattedWidth\":\"9.000in (22.860cm)\",\"formattedHeight\":\"13.000in (33.020cm)\",\"finalAmount\":69.97,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778111633393_c42799ef-a965-4e38-81ac-f3e663b477d2.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778716433\u0026amp;Signature=hcD1gHidobzweUtPTT6VUD9jMc0%3D\",\"fileName\":\"DTPrep_Harmony yearbook ff_9inx13in.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":69.966,\"frontendFinalAmount\":69.97,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0040000000000048885},{\"id\":\"4758f3f9-687e-4c31-8626-f3c6196a46fd\",\"imageName\":\"harmony yearbook fb.png\",\"originalFileName\":\"harmony yearbook fb.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":26,\"dimensions\":{\"width\":12,\"height\":14.18},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"14.180in (36.017cm)\",\"finalAmount\":101.76,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778111634168_7ae0caf3-cccf-4855-b6b8-ac9d4f9e9f44.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778716434\u0026amp;Signature=VGyhG8DXlgyEsmmGOMimcVgTDhs%3D\",\"fileName\":\"harmony yearbook fb.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":101.75568,\"frontendFinalAmount\":101.76,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.004320000000006985}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198815240305,"sku":null,"price":177.67,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_91da2e23-2cb6-495a-9aed-6b3ce3234928.png?v=1778111844"},{"product_id":"supervis-reflective-dtf-transfers-3","title":"SuperVis Reflective DTF Transfers","description":"[{\"id\":\"3788c3c1-aa2c-4850-aeb8-d01dd1401525\",\"imageName\":\"processed_1778029903099_4c8ce457-47b1-44aa-abdf-9e1a85b250a5.png\",\"quantity\":30,\"dimensions\":{\"width\":13,\"height\":7.647},\"finalAmount\":144.97,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fupscaled_1778030049846.png\",\"fileName\":\"processed_1778029903099_4c8ce457-47b1-44aa-abdf-9e1a85b250a5.png\",\"dpi\":581,\"imageTag\":\"\",\"validatedFinalAmount\":144.974375,\"frontendFinalAmount\":144.97,\"pricePerUnitUsed\":0.04861111111111111,\"priceValidationPassed\":true,\"priceDifference\":0.004375000000010232}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198824415345,"sku":null,"price":144.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/supervis_428df2b7-9646-4477-ac23-e25d8287e783.png?v=1778113122"},{"product_id":"dtf-ez-uploader-60","title":"DTF EZ Uploader","description":"[{\"id\":\"6278849f-1715-4a5a-8c87-f0ebb3d15826\",\"imageName\":\"processed_1778113161412_267de7cf-d170-4c2c-9306-c4abb22b3236.png\",\"quantity\":30,\"dimensions\":{\"width\":13,\"height\":6.96,\"unit\":\"in\"},\"finalAmount\":62.43,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778113355646.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778718209\u0026amp;Signature=2ph%2BnUIIQBXzANqpAw6ZY1tQh20%3D\",\"fileName\":\"processed_1778113161412_267de7cf-d170-4c2c-9306-c4abb22b3236.png\",\"dpi\":615,\"imageTag\":\"\",\"validatedFinalAmount\":62.431200000000004,\"frontendFinalAmount\":62.43,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0012000000000043087},{\"id\":\"ee3639dc-0e90-4930-9018-294c9018fa93\",\"imageName\":\"processed_1778113160847_548b174e-d793-44a6-86d3-7c6906468735.png\",\"quantity\":30,\"dimensions\":{\"width\":5,\"height\":2.941,\"unit\":\"in\"},\"finalAmount\":10.15,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778116465599.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778721268\u0026amp;Signature=mM7aPyNTf2eyihrMlrlcdNsdfoQ%3D\",\"fileName\":\"processed_1778113160847_548b174e-d793-44a6-86d3-7c6906468735.png\",\"dpi\":1510,\"imageTag\":\"\",\"validatedFinalAmount\":10.14645,\"frontendFinalAmount\":10.15,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0035500000000006082}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198872027249,"sku":null,"price":72.58,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_5b8bd588-139b-45c8-85ed-9f01ef558418.png?v=1778116635"},{"product_id":"ez-uploader-superdtf-uv-stickers-25","title":"EZ Uploader SuperDTF UV Stickers","description":"[{\"id\":\"da101d9d-54e1-4b90-8a59-40005f3ebff7\",\"imageName\":\"53EDAC7B-1ADD-49A8-96D5-C3430CD04297.png\",\"originalFileName\":\"53EDAC7B-1ADD-49A8-96D5-C3430CD04297.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":5.147,\"height\":5.25},\"formattedWidth\":\"5.147in (13.073cm)\",\"formattedHeight\":\"5.250in (13.335cm)\",\"finalAmount\":9.38,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778121385959_c5004e72-8069-4288-950b-b876b30455cd.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778726185\u0026amp;Signature=AKg2vz5BFIpD6E6LUNceg1XiTYg%3D\",\"fileName\":\"53EDAC7B-1ADD-49A8-96D5-C3430CD04297.png\",\"dpi\":321,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":9.382552083333335,\"frontendFinalAmount\":9.38,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.002552083333334565},{\"id\":\"9975bd6f-ea30-4526-9517-db4aa6540fe3\",\"imageName\":\"87EF0051-E0A0-417B-9A0C-36659DD6688E.png\",\"originalFileName\":\"87EF0051-E0A0-417B-9A0C-36659DD6688E.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":6.006,\"height\":5.25},\"formattedWidth\":\"6.006in (15.255cm)\",\"formattedHeight\":\"5.250in (13.335cm)\",\"finalAmount\":2.19,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778121387429_817a806f-24fa-40ea-8568-abdb2e2e736e.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778726187\u0026amp;Signature=5n18POEhxKMvbGNVH%2BeBryoDshI%3D\",\"fileName\":\"87EF0051-E0A0-417B-9A0C-36659DD6688E.png\",\"dpi\":294,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.1896875000000002,\"frontendFinalAmount\":2.19,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.0003124999999997158},{\"id\":\"e32cd341-42da-4ab6-8422-d3f2332db7e7\",\"imageName\":\"732EA14F-98B1-4C71-870C-10062FD9E271.png\",\"originalFileName\":\"732EA14F-98B1-4C71-870C-10062FD9E271.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":6.385,\"height\":5.25},\"formattedWidth\":\"6.385in (16.218cm)\",\"formattedHeight\":\"5.250in (13.335cm)\",\"finalAmount\":2.33,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778121391114_fb77e0fb-db9f-44ea-8412-52e40f1fe4ac.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778726191\u0026amp;Signature=z9KtyneetcNxpHK9kiYzW7zqZf4%3D\",\"fileName\":\"732EA14F-98B1-4C71-870C-10062FD9E271.png\",\"dpi\":560,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.3278645833333336,\"frontendFinalAmount\":2.33,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.002135416666666501}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198978621553,"sku":null,"price":13.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/ez-uploader-super-uv-dtf-stickers-premium-uv-water-resistant-dtf-stickers-super-lasting-raised-glossy-elegance-dtf-prints-dtf-transfers-custom-dtf-prints-538553_0fd4cab0-ef22-418b-bd2b-125753dc3124.jpg?v=1778121540"},{"product_id":"ez-uploader-superdtf-uv-stickers-26","title":"EZ Uploader SuperDTF UV Stickers","description":"[{\"id\":\"bf4a8e33-d013-426e-9d84-18047a75b710\",\"imageName\":\"Screenshot_20260504_193302_Gallery.jpg\",\"originalFileName\":\"Screenshot_20260504_193302_Gallery.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":1,\"height\":1.009},\"formattedWidth\":\"1.000in (2.540cm)\",\"formattedHeight\":\"1.009in (2.563cm)\",\"finalAmount\":0.7,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778119509934.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778724334\u0026amp;Signature=H8MsBYEwr6zyWCya8Sdrl6zoR%2B4%3D\",\"fileName\":\"Screenshot_20260504_193302_Gallery.jpg\",\"dpi\":2676,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.7006944444444445,\"frontendFinalAmount\":0.7,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.000694444444444553},{\"id\":\"3bc64700-5fc5-4b74-849c-f2216fe3cb08\",\"imageName\":\"Screenshot_20260504_193313_Gallery.jpg\",\"originalFileName\":\"Screenshot_20260504_193313_Gallery.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":20,\"dimensions\":{\"width\":0.9927,\"height\":1.0525},\"formattedWidth\":\"0.993in (2.521cm)\",\"formattedHeight\":\"1.052in (2.673cm)\",\"finalAmount\":1.45,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778121357536.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778726173\u0026amp;Signature=KQVvziQ1c4RNq1L0tIX3XEr%2BD%2B0%3D\",\"fileName\":\"Screenshot_20260504_193313_Gallery.jpg\",\"dpi\":3584,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.451134375,\"frontendFinalAmount\":1.45,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.0011343750000001318},{\"id\":\"d0bf71c1-5f0c-4c69-a8e2-3a184ce54095\",\"imageName\":\"Screenshot_20260504_193313_Gallery.jpg\",\"originalFileName\":\"Screenshot_20260504_193313_Gallery.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":20,\"dimensions\":{\"width\":2.2349,\"height\":2.3693},\"formattedWidth\":\"2.235in (5.677cm)\",\"formattedHeight\":\"2.369in (6.018cm)\",\"finalAmount\":7.35,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778119803518.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778724611\u0026amp;Signature=IZyVNjECAyW5SHxf%2FvtkjkcmfJs%3D\",\"fileName\":\"Screenshot_20260504_193313_Gallery.jpg\",\"dpi\":1592,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":7.35437301388889,\"frontendFinalAmount\":7.35,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.00437301388889022},{\"id\":\"ee73f456-11b4-4973-ac28-87043a0847fe\",\"imageName\":\"FB_IMG_1777666963961.jpg\",\"originalFileName\":\"FB_IMG_1777666963961.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":3,\"dimensions\":{\"width\":4.5,\"height\":4.203},\"formattedWidth\":\"4.500in (11.430cm)\",\"formattedHeight\":\"4.203in (10.676cm)\",\"finalAmount\":3.94,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778121558457.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778726383\u0026amp;Signature=4lZKmky2aIgPdPyOdFzQmoakyZw%3D\",\"fileName\":\"FB_IMG_1777666963961.jpg\",\"dpi\":930,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":3.940312500000001,\"frontendFinalAmount\":3.94,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.00031250000000104805},{\"id\":\"76560999-02ad-4e3d-ae65-5c0b4edb7bd6\",\"imageName\":\"FB_IMG_1777519178053.jpg\",\"originalFileName\":\"FB_IMG_1777519178053.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":3.5,\"height\":3.413},\"formattedWidth\":\"3.500in (8.890cm)\",\"formattedHeight\":\"3.413in (8.669cm)\",\"finalAmount\":4.15,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/upscaled_1778121751921.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778726644\u0026amp;Signature=O1GQ41reDttEEJKmsthfRCyHVNQ%3D\",\"fileName\":\"FB_IMG_1777519178053.jpg\",\"dpi\":2074,\"imageTag\":\"\",\"printingType\":6928480534641,\"printingTypeTitle\":\"\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":4.147743055555555,\"frontendFinalAmount\":4.15,\"pricePerUnitUsed\":0.06944444444444445,\"priceValidationPassed\":true,\"priceDifference\":0.0022569444444453524}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198982226033,"sku":null,"price":17.59,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/ez-uploader-super-uv-dtf-stickers-premium-uv-water-resistant-dtf-stickers-super-lasting-raised-glossy-elegance-dtf-prints-dtf-transfers-custom-dtf-prints-538553_3034b7e8-6470-4209-9c2d-622035c5b7ef.jpg?v=1778121983"},{"product_id":"dtf-ez-uploader-59","title":"DTF EZ Uploader","description":"[{\"id\":\"existing_1778123027512_0\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":8,\"height\":8.876},\"formattedWidth\":\"8.000in (20.320cm)\",\"formattedHeight\":\"8.876in (22.545cm)\",\"finalAmount\":1.633184,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fupscaled_1778090526163.png\",\"fileName\":\"resolve-image\",\"dpi\":397,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":1.633184,\"frontendFinalAmount\":1.633184,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778123027512_1\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":6,\"height\":8.421},\"formattedWidth\":\"6.000in (15.240cm)\",\"formattedHeight\":\"8.421in (21.389cm)\",\"finalAmount\":1.1620979999999999,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778090190554_7cc0991c-33e0-457a-8dad-777903adfaac.png\",\"fileName\":\"resolve-image\",\"dpi\":748,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":1.1620979999999999,\"frontendFinalAmount\":1.1620979999999999,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778123027512_2\",\"imageName\":\"resolve-image\",\"quantity\":3,\"dimensions\":{\"width\":5,\"height\":7.4},\"formattedWidth\":\"5.000in (12.700cm)\",\"formattedHeight\":\"7.400in (18.796cm)\",\"finalAmount\":2.553,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778090175664_0d30837f-a863-4320-a0b6-0a29fb47201c.png\",\"fileName\":\"resolve-image\",\"dpi\":359,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":2.553,\"frontendFinalAmount\":2.553,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778123027512_3\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":12,\"height\":13.807},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"13.807in (35.070cm)\",\"finalAmount\":3.810732,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png\",\"fileName\":\"resolve-image\",\"dpi\":367,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":3.810732,\"frontendFinalAmount\":3.810732,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778123027512_4\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":15,\"height\":17.258},\"formattedWidth\":\"15.000in (38.100cm)\",\"formattedHeight\":\"17.258in (43.835cm)\",\"finalAmount\":5.95401,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftallyprint.com%2Fapi%2Fcustomer-account%2Fresolve-image%3Fmode%3Doriginal%26url%3Dhttps%253A%252F%252Ftally-shopify.s3.us-east-1.amazonaws.com%252Fuploads%252Fprocessed_1778090509569_dce46a32-8887-4a2d-8e39-2826fbd61ec5.png\",\"fileName\":\"resolve-image\",\"dpi\":294,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":5.95401,\"frontendFinalAmount\":5.95401,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778123027512_5\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":7,\"height\":5.891},\"formattedWidth\":\"7.000in (17.780cm)\",\"formattedHeight\":\"5.891in (14.963cm)\",\"finalAmount\":0.948451,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778091362401.png\",\"fileName\":\"resolve-image\",\"dpi\":717,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":0.948451,\"frontendFinalAmount\":0.948451,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778123027512_6\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":12,\"height\":14.142},\"formattedWidth\":\"12.000in (30.480cm)\",\"formattedHeight\":\"14.142in (35.921cm)\",\"finalAmount\":3.903192,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778091991779_575e963f-93f8-49d7-ad8f-a4fb1919067f.png\",\"fileName\":\"resolve-image\",\"dpi\":623,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":3.903192,\"frontendFinalAmount\":3.903192,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"existing_1778123027512_7\",\"imageName\":\"resolve-image\",\"quantity\":1,\"dimensions\":{\"width\":4,\"height\":3.906},\"formattedWidth\":\"4.000in (10.160cm)\",\"formattedHeight\":\"3.906in (9.921cm)\",\"finalAmount\":0.359352,\"imageUrl\":\"https:\/\/tallyprint.com\/api\/customer-account\/resolve-image?mode=original\u0026amp;url=https%3A%2F%2Ftally-shopify.s3.us-east-1.amazonaws.com%2Fuploads%2Fprocessed_1778091963644_dc6086e6-f7c8-4bc6-b12f-8b01f84b720b.png\",\"fileName\":\"resolve-image\",\"dpi\":769,\"imageTag\":\"\",\"printingType\":\"6873423741041\",\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"isFromSavedImages\":true,\"validatedFinalAmount\":0.359352,\"frontendFinalAmount\":0.359352,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0},{\"id\":\"5543a4bd-9df0-429a-80cd-6af79b53b225\",\"imageName\":\"Brookelynn’s_Bakery.png\",\"originalFileName\":\"Brookelynn’s_Bakery.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":1,\"dimensions\":{\"width\":9,\"height\":8.084},\"formattedWidth\":\"9.000in (22.860cm)\",\"formattedHeight\":\"8.084in (20.533cm)\",\"finalAmount\":1.67,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778122602484_c7669845-8ba7-476c-ab76-e620b900365b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778727402\u0026amp;Signature=XfVaiFBE%2Fm9BVNRNaQO3QHdQBtk%3D\",\"fileName\":\"Brookelynn’s_Bakery.png\",\"dpi\":501,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.6733879999999999,\"frontendFinalAmount\":1.67,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0033879999999999466}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198989795441,"sku":null,"price":21.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_145a50e7-bd3b-4e08-8438-5e8e6edd4b49.png?v=1778123034"},{"product_id":"dtf-ez-uploader-371","title":"DTF EZ Uploader","description":"[{\"id\":\"52c2e2e4-b814-42af-81d9-79fa5071e2ae\",\"imageName\":\"20260416_081450.jpg\",\"originalFileName\":\"20260416_081450.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":3.3099,\"height\":3.7614},\"formattedWidth\":\"3.310in (8.407cm)\",\"formattedHeight\":\"3.761in (9.554cm)\",\"finalAmount\":2.86,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123140535.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728020\u0026amp;Signature=ZyHwzi%2FPbNNeC7q%2F6XylHyE0W6A%3D\",\"fileName\":\"20260416_081450.jpg\",\"dpi\":855,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":2.8634673078,\"frontendFinalAmount\":2.86,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0034673078000002633},{\"id\":\"f9eb0ed5-d7cc-4c82-9400-93f535173859\",\"imageName\":\"20260416_081450.jpg\",\"originalFileName\":\"20260416_081450.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":4.7324,\"height\":5.3779},\"formattedWidth\":\"4.732in (12.020cm)\",\"formattedHeight\":\"5.378in (13.660cm)\",\"finalAmount\":5.85,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123140535.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728020\u0026amp;Signature=ZyHwzi%2FPbNNeC7q%2F6XylHyE0W6A%3D\",\"fileName\":\"20260416_081450.jpg\",\"dpi\":598,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":5.853586010800001,\"frontendFinalAmount\":5.85,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0035860108000012048},{\"id\":\"35a019d1-0aad-447e-95a3-4a38525a92fe\",\"imageName\":\"20260416_081450.jpg\",\"originalFileName\":\"20260416_081450.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":2,\"height\":2.342},\"formattedWidth\":\"2.000in (5.080cm)\",\"formattedHeight\":\"2.342in (5.949cm)\",\"finalAmount\":1.08,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123140535.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728020\u0026amp;Signature=ZyHwzi%2FPbNNeC7q%2F6XylHyE0W6A%3D\",\"fileName\":\"20260416_081450.jpg\",\"dpi\":1373,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":1.07732,\"frontendFinalAmount\":1.08,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0026800000000000157},{\"id\":\"a9e769ea-ff57-4e77-ac8c-45f41e1c1e06\",\"imageName\":\"20260416_081450.jpg\",\"originalFileName\":\"20260416_081450.jpg\",\"fileType\":\"image\/jpeg\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":1,\"height\":1.171},\"formattedWidth\":\"1.000in (2.540cm)\",\"formattedHeight\":\"1.171in (2.974cm)\",\"finalAmount\":0.27,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123140535.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728020\u0026amp;Signature=ZyHwzi%2FPbNNeC7q%2F6XylHyE0W6A%3D\",\"fileName\":\"20260416_081450.jpg\",\"dpi\":2746,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":0.26933,\"frontendFinalAmount\":0.27,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0006700000000000039}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198993236081,"sku":null,"price":10.06,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_829ec168-93ef-4481-971d-cd01ea791ce2.png?v=1778123423"},{"product_id":"gang-sheet-22-5-x-12","title":"Gang Sheet 22.5\" x 12\"","description":"{\"gangsheetId\":\"69fc03049aba5a34660696a0\",\"gangsheetUrl\":\"https:\/\/tallyprint.com\/gsview\/69fc03049aba5a34660696a0\",\"thumbnailUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/TallyGangsheeter\/uploads\/superdtf_myshopify_com\/1778123524532_fivn1b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728325\u0026amp;Signature=ZazgLzFKNU4nUpcd51xDCYaSrOM%3D\",\"widthInches\":22.5,\"heightInches\":12,\"imageCount\":2,\"customerId\":\"0\"}","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198993694833,"sku":null,"price":5.62,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/1778123524532_fivn1b.png?v=1778123529"},{"product_id":"dtf-ez-uploader-372","title":"DTF EZ Uploader","description":"[{\"id\":\"31ac2be1-bbc6-4ec9-9688-2bcdecdab59e\",\"imageName\":\"processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png\",\"originalFileName\":\"processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":10,\"dimensions\":{\"width\":9,\"height\":6.1},\"formattedWidth\":\"9.000in (22.860cm)\",\"formattedHeight\":\"6.100in (15.494cm)\",\"finalAmount\":12.63,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728105\u0026amp;Signature=yjzqb0H6rvPXPaze6Vpu3Eyz3VY%3D\",\"fileName\":\"processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":12.627,\"frontendFinalAmount\":12.63,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0030000000000001137},{\"id\":\"17e55146-635d-44f7-8024-3d21a6e562c4\",\"imageName\":\"processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png\",\"originalFileName\":\"processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":4,\"dimensions\":{\"width\":11,\"height\":7.45},\"formattedWidth\":\"11.000in (27.940cm)\",\"formattedHeight\":\"7.450in (18.923cm)\",\"finalAmount\":7.54,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728137\u0026amp;Signature=D6juUX%2F7hDhVR%2F0fYVwj7e2%2FhQY%3D\",\"fileName\":\"processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":7.5394000000000005,\"frontendFinalAmount\":7.54,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0005999999999994898}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198994415729,"sku":null,"price":20.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_983a280b-5822-4f9d-b9f2-1cb9004bf542.png?v=1778123650"},{"product_id":"glossy-superdtf-die-cut-stickers-3","title":"Glossy - SuperDTF Die-Cut Stickers","description":"[{\"id\":\"722ec325-a46f-425c-9988-2a8d1a57e135\",\"imageName\":\"BassBabeFront_9in.png\",\"originalFileName\":\"BassBabeFront_9in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.813},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.813in (9.685cm)\",\"finalAmount\":5.24,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123789619-1d0497df-623e-45a6-851d-f3fb4daf4f3c.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728590\u0026amp;Signature=TDOcYYovO77wopWlwyPX4R6UhXw%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":400,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778123788297.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778123921680_722ec325-a46f-425c-9988-2a8d1a57e135_1778123921680.json\",\"validatedFinalAmount\":5.2428750000000015,\"frontendFinalAmount\":5.24,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002875000000001293},{\"id\":\"a4fb2195-dbc4-49cc-9e0b-63156d701c7b\",\"imageName\":\"BassBabeFront_9in.png\",\"originalFileName\":\"BassBabeFront_9in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.842},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.842in (9.759cm)\",\"finalAmount\":5.28,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123829356-aaef21fe-4242-4941-b6ac-9c6c05f0a720.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728630\u0026amp;Signature=%2B7uIJGIm1ZDounwB%2B9IUncDuPpU%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":293,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778123828546.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778123921680_a4fb2195-dbc4-49cc-9e0b-63156d701c7b_1778123921941.json\",\"validatedFinalAmount\":5.28275,\"frontendFinalAmount\":5.28,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002749999999999808},{\"id\":\"3611fff1-8080-4d8f-87ee-22134fd2fde6\",\"imageName\":\"BassBabeFront_9in.png\",\"originalFileName\":\"BassBabeFront_9in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.842},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.842in (9.759cm)\",\"finalAmount\":5.28,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123860413-6a983efe-f10c-4ff8-80a9-97a38f85280b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728661\u0026amp;Signature=%2BzmFSDCnTUnp7IYm9dE5lkjnFBI%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":293,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778123859733.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778123921680_3611fff1-8080-4d8f-87ee-22134fd2fde6_1778123922247.json\",\"validatedFinalAmount\":5.28275,\"frontendFinalAmount\":5.28,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002749999999999808}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198995464305,"sku":null,"price":15.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/die-cut-super-stickers-extra-thick-and-durable-stickers-dtf-prints-dtf-transfers-custom-dtf-prints-822202_64ed49d8-31c7-4ce2-b69a-da799d066064.jpg?v=1778123929"},{"product_id":"dtf-ez-uploader-373","title":"DTF EZ Uploader","description":"[{\"id\":\"f4cc457a-ca4c-4a1b-ab42-dc487f9e6c85\",\"imageName\":\"processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png\",\"originalFileName\":\"processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":6,\"dimensions\":{\"width\":9,\"height\":6.1},\"formattedWidth\":\"9.000in (22.860cm)\",\"formattedHeight\":\"6.100in (15.494cm)\",\"finalAmount\":7.58,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728105\u0026amp;Signature=yjzqb0H6rvPXPaze6Vpu3Eyz3VY%3D\",\"fileName\":\"processed_1778123305848_eb676c8b-27ac-4fc2-8ccf-d8f89461510c.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":7.576199999999999,\"frontendFinalAmount\":7.58,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0038000000000009138},{\"id\":\"77c35a8d-264f-4c9b-8599-34783ac923fd\",\"imageName\":\"processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png\",\"originalFileName\":\"processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":4,\"dimensions\":{\"width\":11,\"height\":7.45},\"formattedWidth\":\"11.000in (27.940cm)\",\"formattedHeight\":\"7.450in (18.923cm)\",\"finalAmount\":7.54,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728137\u0026amp;Signature=D6juUX%2F7hDhVR%2F0fYVwj7e2%2FhQY%3D\",\"fileName\":\"processed_1778123337603_66f5d771-a2de-4441-bf52-9c7c8b81dadc.png\",\"dpi\":300,\"imageTag\":\"\",\"printingType\":6873423741041,\"printingTypeTitle\":\"DTF EZ Uploader\",\"isSticker\":false,\"preferredOutput\":\"\",\"validatedFinalAmount\":7.5394000000000005,\"frontendFinalAmount\":7.54,\"pricePerUnitUsed\":0.023,\"priceValidationPassed\":true,\"priceDifference\":0.0005999999999994898}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198995595377,"sku":null,"price":15.12,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/main_photo_ez_1e04640f-5bc7-4e32-9026-0a4b9a540575.png?v=1778124146"},{"product_id":"superdtf-die-cut-stickers-2","title":"SuperDTF Die-Cut Stickers","description":"[{\"id\":\"c537a926-9f81-43bf-b490-de810c119a0c\",\"imageName\":\"BassBabeFront_9in.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.813},\"finalAmount\":5.24,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123789619-1d0497df-623e-45a6-851d-f3fb4daf4f3c.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728590\u0026amp;Signature=TDOcYYovO77wopWlwyPX4R6UhXw%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":400,\"imageTag\":\"\",\"validatedFinalAmount\":5.2428750000000015,\"frontendFinalAmount\":5.24,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002875000000001293},{\"id\":\"58f89b9f-d5fc-4cdd-aa8e-48e86815ae36\",\"imageName\":\"BassBabeFront_9in.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.842},\"finalAmount\":5.28,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123829356-aaef21fe-4242-4941-b6ac-9c6c05f0a720.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728630\u0026amp;Signature=%2B7uIJGIm1ZDounwB%2B9IUncDuPpU%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":293,\"imageTag\":\"\",\"validatedFinalAmount\":5.28275,\"frontendFinalAmount\":5.28,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002749999999999808},{\"id\":\"4778e8df-e509-4ed8-bf8d-1001979e2fdf\",\"imageName\":\"BassBabeFront_9in.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.842},\"finalAmount\":5.28,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123860413-6a983efe-f10c-4ff8-80a9-97a38f85280b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728661\u0026amp;Signature=%2BzmFSDCnTUnp7IYm9dE5lkjnFBI%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":293,\"imageTag\":\"\",\"validatedFinalAmount\":5.28275,\"frontendFinalAmount\":5.28,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002749999999999808},{\"id\":\"722ec325-a46f-425c-9988-2a8d1a57e135\",\"imageName\":\"BassBabeFront_9in.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.813},\"finalAmount\":5.24,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123789619-1d0497df-623e-45a6-851d-f3fb4daf4f3c.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728590\u0026amp;Signature=TDOcYYovO77wopWlwyPX4R6UhXw%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":400,\"imageTag\":\"\",\"validatedFinalAmount\":5.2428750000000015,\"frontendFinalAmount\":5.24,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002875000000001293},{\"id\":\"a4fb2195-dbc4-49cc-9e0b-63156d701c7b\",\"imageName\":\"BassBabeFront_9in.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.842},\"finalAmount\":5.28,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123829356-aaef21fe-4242-4941-b6ac-9c6c05f0a720.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728630\u0026amp;Signature=%2B7uIJGIm1ZDounwB%2B9IUncDuPpU%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":293,\"imageTag\":\"\",\"validatedFinalAmount\":5.28275,\"frontendFinalAmount\":5.28,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002749999999999808},{\"id\":\"3611fff1-8080-4d8f-87ee-22134fd2fde6\",\"imageName\":\"BassBabeFront_9in.png\",\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.842},\"finalAmount\":5.28,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778123860413-6a983efe-f10c-4ff8-80a9-97a38f85280b.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778728661\u0026amp;Signature=%2BzmFSDCnTUnp7IYm9dE5lkjnFBI%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":293,\"imageTag\":\"\",\"validatedFinalAmount\":5.28275,\"frontendFinalAmount\":5.28,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.002749999999999808}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43198995824753,"sku":null,"price":31.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/die-cut-super-stickers-extra-thick-and-durable-stickers-dtf-prints-dtf-transfers-custom-dtf-prints-822202_5af38b83-68b7-4d9e-b7ae-403d3d8cbf65.jpg?v=1778124274"},{"product_id":"glossy-superdtf-die-cut-stickers-17","title":"Glossy - SuperDTF Die-Cut Stickers","description":"[{\"id\":\"87fba236-fd3c-487d-a9fb-d7282ab3f325\",\"imageName\":\"BassBabeFront_9in.png\",\"originalFileName\":\"BassBabeFront_9in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.805},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.805in (9.665cm)\",\"finalAmount\":5.23,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778124440797-33017fac-839e-480a-9ea8-636344cedba2.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778729241\u0026amp;Signature=pQdc0A8PhERoAiofvOOGP%2FFXVeM%3D\",\"fileName\":\"BassBabeFront_9in.png\",\"dpi\":400,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778124439713.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778124709214_87fba236-fd3c-487d-a9fb-d7282ab3f325_1778124709215.json\",\"validatedFinalAmount\":5.231875000000001,\"frontendFinalAmount\":5.23,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.0018750000000009592},{\"id\":\"5339fdc6-ca3e-40ed-957f-ce342497b2f1\",\"imageName\":\"BassBabeFront_11in.png\",\"originalFileName\":\"BassBabeFront_11in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.832},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.832in (9.733cm)\",\"finalAmount\":5.27,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778124562437-116c0169-6bdb-43a7-a4ea-596d48571432.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778729363\u0026amp;Signature=Y5V%2BjQwNYEN%2F9ZrHYipOjA7hLao%3D\",\"fileName\":\"BassBabeFront_11in.png\",\"dpi\":299,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778124561521.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778124709214_5339fdc6-ca3e-40ed-957f-ce342497b2f1_1778124709484.json\",\"validatedFinalAmount\":5.269,\"frontendFinalAmount\":5.27,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.0009999999999994458},{\"id\":\"ef48d9e4-661f-49ae-b7cb-5e6720d332fe\",\"imageName\":\"BassBabeFront_11in.png\",\"originalFileName\":\"BassBabeFront_11in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":5,\"dimensions\":{\"width\":5.5,\"height\":3.892},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.892in (9.886cm)\",\"finalAmount\":5.35,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778124654219-c30cb277-d2b9-4897-949a-681ab8127d85.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778729455\u0026amp;Signature=1VUynuIPs9phyRFVT5fQ4ZfKfO8%3D\",\"fileName\":\"BassBabeFront_11in.png\",\"dpi\":396,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778124653127.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#000000\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778124709214_ef48d9e4-661f-49ae-b7cb-5e6720d332fe_1778124709741.json\",\"validatedFinalAmount\":5.351500000000001,\"frontendFinalAmount\":5.35,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.001500000000000945}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43199000903793,"sku":null,"price":15.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/die-cut-super-stickers-extra-thick-and-durable-stickers-dtf-prints-dtf-transfers-custom-dtf-prints-822202_2108b1f6-e8cc-43c1-ab83-06ca7d646450.jpg?v=1778124716"},{"product_id":"glossy-superdtf-die-cut-stickers-18","title":"Glossy - SuperDTF Die-Cut Stickers","description":"[{\"id\":\"058d0871-33a3-4b9d-963b-d2dabe7d4482\",\"imageName\":\"BassBabeFront_11in.png\",\"originalFileName\":\"BassBabeFront_11in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":15,\"dimensions\":{\"width\":5.5,\"height\":3.805},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.805in (9.665cm)\",\"finalAmount\":15.7,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778126545073-aa1db9dc-57f5-4954-8fd7-399eec1f5bf2.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778731345\u0026amp;Signature=ecP%2BvCuk%2Buy%2FoumnIXtPWOcXW6M%3D\",\"fileName\":\"BassBabeFront_11in.png\",\"dpi\":400,\"imageTag\":\"\",\"printingType\":6804350664817,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778126544019.png\",\"stickerBleedMM\":2,\"materialType\":\"glossy\",\"materialName\":\"Glossy\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"glossy\",\"materialName\":\"Glossy\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778126576842_058d0871-33a3-4b9d-963b-d2dabe7d4482_1778126576842.json\",\"validatedFinalAmount\":15.695625000000001,\"frontendFinalAmount\":15.7,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.004374999999997797}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43199014633585,"sku":null,"price":15.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/die-cut-super-stickers-extra-thick-and-durable-stickers-dtf-prints-dtf-transfers-custom-dtf-prints-822202_077a96b1-d92d-4fba-9762-eebffe256a2e.jpg?v=1778126583"},{"product_id":"matte-superdtf-die-cut-stickers-1","title":"Matte - SuperDTF Die-Cut Stickers","description":"[{\"id\":\"d60dc837-78f5-4674-b30f-e4753be50516\",\"imageName\":\"BassBabeFront_11in.png\",\"originalFileName\":\"BassBabeFront_11in.png\",\"fileType\":\"image\/png\",\"isFromSavedImages\":false,\"quantity\":15,\"dimensions\":{\"width\":5.5,\"height\":3.805},\"formattedWidth\":\"5.500in (13.970cm)\",\"formattedHeight\":\"3.805in (9.665cm)\",\"finalAmount\":15.7,\"imageUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/sticker-1778126624078-4d02b0c5-c8ec-4fa6-95ad-ff12ced71dbd.png?AWSAccessKeyId=AKIAUOWLLWSGZLIRHTE2\u0026amp;Expires=1778731425\u0026amp;Signature=n8Ko0A2fg2KbUC6zZJ0HDeGdn2w%3D\",\"fileName\":\"BassBabeFront_11in.png\",\"dpi\":400,\"imageTag\":\"\",\"printingType\":7596134563953,\"printingTypeTitle\":\"\",\"isSticker\":true,\"preferredOutput\":\"PDF\",\"stickerCutlineSvg\":\"https:\/\/tally-shopify.s3.amazonaws.com\/uploads\/superdtf.myshopify.com\/cutline_1778126623146.png\",\"stickerBleedMM\":3,\"materialType\":\"matte\",\"materialName\":\"Matte\",\"stickerEditorSettings\":{\"outlineType\":\"balanced\",\"outlineValue\":50,\"strokeColor\":\"#FFFFFF\",\"strokeWidth\":13,\"smoothness\":5,\"strokeColorType\":\"solid\",\"gradientStroke\":{\"type\":\"gradient\",\"colors\":[\"#BF953F\",\"#FCF6BA\",\"#B38728\"],\"angle\":45,\"scale\":0.5},\"shapeType\":\"trace\",\"cornerType\":\"rounded\",\"cornerRadius\":10,\"traceEdgeType\":\"rounded\",\"materialType\":\"matte\",\"materialName\":\"Matte\"},\"stickerMetadataUrl\":\"https:\/\/tally-shopify.s3.amazonaws.com\/sticker-metadata\/metadata_sticker_5988379983985_1778126651637_d60dc837-78f5-4674-b30f-e4753be50516_1778126651637.json\",\"validatedFinalAmount\":15.695625000000001,\"frontendFinalAmount\":15.7,\"pricePerUnitUsed\":0.05,\"priceValidationPassed\":true,\"priceDifference\":0.004374999999997797}]","brand":"SUPERDTF","offers":[{"title":"Default Title","offer_id":43199014666353,"sku":null,"price":15.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0553\/5934\/0657\/files\/4real_52720beb-8970-4f0e-bc99-165360d4664a.png?v=1778126658"}],"url":"https:\/\/superdtf.com\/collections\/all.oembed?page=10","provider":"SUPERDTF","version":"1.0","type":"link"}