UV DTF Sheet Studio
.uvs*{box-sizing:border-box;margin:0;padding:0} .uvs{ font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif; color:#F1ECE3; width:100%; -webkit-font-smoothing:an tialiased; } /* ── HERO ── */ .uvs-hero{ text-align:center; padding:8px 0 28px; } .uvs-hero-tag{ display:inline-flex; align-items:center; gap:6px; background:rgba(229,193,110,0.1); border:1px solid rgba(229,193,110,0.28); border-radius:50px; padding:5px 14px; font-size:10px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:#E5C16E; margin-bottom:18px; } .uvs-hero-tag-dot{ width:6px;height:6px; border-radius:50%; background:#E5C16E; animation:uvs-pulse 2s ease-in-out infinite; } @keyframes uvs-pulse{ 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.7)} } .uvs-h1{ font-size:clamp(24px,5vw,34px); font-weight:700; line-height:1.2; letter-spacing:-0.02em; color:#F1ECE3; margin-bottom:12px; } .uvs-h1 em{ font-style:normal; color:#E5C16E; } .uvs-hero-sub{ font-size:13px; font-weight:300; color:#b8b2aa; line-height:1.75; max-width:420px; margin:0 auto; } /* ── WORKFLOW STRIP ── */ .uvs-flow{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:0; margin:28px 0; background:rgba(229,193,110,0.06); border:1px solid rgba(229,193,110,0.15); border-radius:12px; padding:16px 12px; } .uvs-flow-step{ display:flex; flex-direction:column; align-items:center; gap:5px; padding:0 14px; flex:1; min-width:80px; } .uvs-flow-icon{ width:36px;height:36px; border-radius:9px; background:rgba(229,193,110,0.12); display:flex;align-items:center;justify-content:center; flex-shrink:0; } .uvs-flow-icon svg{width:16px;height:16px;stroke:#E5C16E;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .uvs-flow-label{font-size:11px;font-weight:600;color:#F1ECE3;text-align:center} .uvs-flow-sub{font-size:10px;font-weight:300;color:#9e9891;text-align:center;line-height:1.4} .uvs-flow-arrow{ color:rgba(229,193,110,0.4); font-size:14px; flex-shrink:0; padding:0 2px; } @media(max-width:420px){ .uvs-flow{flex-direction:column;gap:12px} .uvs-flow-arrow{transform:rotate(90deg)} .uvs-flow-step{padding:0} } /* ── HR ── */ .uvs-hr{ border:none; border-top:1px solid rgba(241,236,227,0.1); margin:0 0 24px; } /* ── SECTION LABEL ── */ .uvs-lbl{ font-size:10px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:#E5C16E; margin-bottom:14px; display:block; } /* ── FEATURE GRID (2x3) ── */ .uvs-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-bottom:24px; } @media(max-width:380px){.uvs-grid{grid-template-columns:1fr}} .uvs-feat{ background:rgba(229,193,110,0.07); border:1px solid rgba(229,193,110,0.18); border-radius:12px; padding:16px; display:flex; flex-direction:column; gap:6px; transition:background 0.2s,border-color 0.2s; } .uvs-feat-top{ display:flex; align-items:center; gap:10px; } .uvs-feat-icon{ width:32px;height:32px; border-radius:8px; background:rgba(229,193,110,0.12); display:flex;align-items:center;justify-content:center; flex-shrink:0; } .uvs-feat-icon svg{width:14px;height:14px;stroke:#E5C16E;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .uvs-feat-title{font-size:12px;font-weight:700;color:#E5C16E;letter-spacing:0.02em} .uvs-feat-text{font-size:12px;font-weight:300;color:#b8b2aa;line-height:1.55} /* ── HIGHLIGHT CARD (full width) ── */ .uvs-highlight{ background:rgba(229,193,110,0.07); border:1px solid rgba(229,193,110,0.22); border-radius:12px; padding:20px 18px; margin-bottom:24px; display:flex; gap:16px; align-items:flex-start; } .uvs-highlight-icon{ width:44px;height:44px; border-radius:11px; background:#E5C16E; display:flex;align-items:center;justify-content:center; flex-shrink:0; } .uvs-highlight-icon svg{width:20px;height:20px;stroke:#2E2A39;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .uvs-highlight-body{} .uvs-highlight-title{font-size:14px;font-weight:700;color:#F1ECE3;margin-bottom:4px} .uvs-highlight-text{font-size:12px;font-weight:300;color:#b8b2aa;line-height:1.6} .uvs-highlight-text strong{color:#F1ECE3;font-weight:500} /* ── DURABILITY BADGES ── */ .uvs-badges{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:24px; } .uvs-badge{ display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,0.05); border:1px solid rgba(241,236,227,0.14); border-radius:50px; padding:7px 14px; font-size:11px; font-weight:600; color:#E5C16E; letter-spacing:0.04em; text-transform:uppercase; white-space:nowrap; } .uvs-badge svg{width:12px;height:12px;stroke:#E5C16E;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} /* ── WARNING ── */ .uvs-warning{ background:rgba(255,255,255,0.04); border:1px solid rgba(241,236,227,0.1); border-left:3px solid #E5C16E; border-radius:0 10px 10px 0; padding:14px 16px; margin-bottom:24px; } .uvs-warning-title{ font-size:10px;font-weight:700; letter-spacing:0.1em;text-transform:uppercase; color:#E5C16E;margin-bottom:5px;display:block; } .uvs-warning-text{ font-size:12px;font-weight:300; color:#b8b2aa;line-height:1.6; } /* ── CTA ── */ .uvs-cta{ background:rgba(96,54,86,0.5); border:1px solid rgba(229,193,110,0.2); border-radius:12px; padding:18px; display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; margin-bottom:24px; } .uvs-cta-text{ font-size:13px;color:rgba(241,236,227,0.7); line-height:1.5;flex:1;min-width:160px; } .uvs-cta-text strong{color:#F1ECE3;font-weight:600} .uvs-cta-btn{ display:inline-flex;align-items:center;gap:6px; background:#E5C16E;color:#2E2A39; font-size:11px;font-weight:700; letter-spacing:0.05em;text-transform:uppercase; text-decoration:none; padding:10px 18px;border-radius:50px; white-space:nowrap;flex-shrink:0; } .uvs-cta-btn svg{width:11px;height:11px;stroke:#2E2A39;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round} /* ── TIP ── */ .uvs-tip{ background:rgba(255,255,255,0.04); border:1px solid rgba(241,236,227,0.1); border-radius:10px; padding:14px 16px; display:flex;gap:12px;align-items:flex-start; } .uvs-tip-icon{ width:28px;height:28px;border-radius:8px; background:#E5C16E; display:flex;align-items:center;justify-content:center;flex-shrink:0; } .uvs-tip-icon svg{width:14px;height:14px;fill:#2E2A39} .uvs-tip-title{ font-size:10px;font-weight:700;letter-spacing:0.1em; text-transform:uppercase;color:#E5C16E;margin-bottom:5px;display:block; } .uvs-tip-text{font-size:12px;font-weight:300;color:#b8b2aa;line-height:1.6} .uvs-tip-text strong{color:#F1ECE3;font-weight:500} PressCraft's Most Powerful Tool Design. Arrange. Shine.All in one place. UV Sheet Studio is your browser-based playground for premium UV sticker creation. Built for makers, loved by makers — zero software required. Upload Your artwork › Arrange Drag, drop, scale › Enhance Smart auto-tools › Print We ship in 1–3 days Studio Features Drag, Drop & Duplicate Live preview, snap-alignment, and instant layout control. Fill every inch of your sheet with zero waste. Precision Sizing Scale designs to the millimeter. Resize, repeat, and rearrange without any restrictions. 300 DPI Auto-Optimize Every sheet is automatically optimized for production-grade sharpness — no manual prep needed. Browser-Based No app installs, no plugins. Works on desktop, tablet, and mobile — right in your browser. Color Fine-Tuning Adjust hues, saturation, and contrast before you print — what you see is what you get. No Minimums One sheet or fifty — we treat every order with the same care, speed, and studio-grade quality. Smart Enhancement Background Remover — Built Right In Upload any image and remove the background instantly with one click. No Photoshop, no third-party tools, no extra cost. Your stickers will print exactly as they appear in the live preview — clean edges, perfect cutouts, every time. UV DTF Quality Ships in 1–3 Days Waterproof High-Gloss Raised Finish Indoor & Outdoor Ready Scratch-Resistant Before You Submit Preview your sheet carefully before checkout — check spacing, sizes, and background removal. Once production starts, changes cannot be made. Your live preview is your proof. Already have your file ready? Skip the builder and drop your UV gang sheet directly — fastest path to print. Drop Your File Pro Tip Use the built-in background remover right after upload for the cleanest result. Then duplicate your design across the sheet to maximize value — more stickers per sheet means a lower cost per piece.
More you might like
Related
We the People Torn pages UV DTF Decal sheets - UV DTF Decal
Related
Create UV DTF Gang Sheet- Custom UV DTF
Related
️🔥 UV DTF Sticker Transfers | Custom Gang Sheets | UV DTF G
Related