Personalised Name Tee
/* ======================================== ALLCUSTOM PRODUCT DESCRIPTION PREMIUM DESIGN SYSTEM - SCOPED STYLES (same system as the other product pages) =========================== ============= */ .allcustom-product-description, .allcustom-product-description * { box-sizing: border-box; } .allcustom-product-description { width: 100%; max-width: 900px; margin: 0 auto; padding: 0; overflow-x: hidden; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; color: #925957; line-height: 1.8; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .allcustom-pd-hero { background: linear-gradient(135deg, #fdfaf7 0%, #f8f5ed 100%); border-radius: 10px; padding: 30px 28px; margin-bottom: 20px; border: 1px solid rgba(146, 89, 87, 0.12); box-shadow: 0 4px 16px rgba(109, 36, 36, 0.06); } .allcustom-pd-hero h2 { font-size: 24px; font-weight: 600; color: #6d2424; line-height: 1.3; letter-spacing: -0.01em; margin: 0 0 16px 0; border-bottom: 1px solid rgba(146, 89, 87, 0.15); padding-bottom: 12px; } .allcustom-pd-hero p { font-size: 16px; color: #925957; line-height: 1.75; margin: 0 0 16px 0; } .allcustom-pd-hero p:last-child { margin-bottom: 0; } .allcustom-pd-hero strong { color: #6d2424; font-weight: 600; } .allcustom-pd-hero em { color: #6d2424; font-style: italic; } .allcustom-pd-section { background: #ffffff; border-radius: 8px; padding: 24px 26px; margin-bottom: 16px; border: 1px solid rgba(146, 89, 87, 0.12); box-shadow: 0 2px 8px rgba(109, 36, 36, 0.04); transition: all 0.25s ease; } .allcustom-pd-section:hover { box-shadow: 0 4px 12px rgba(109, 36, 36, 0.08); border-color: rgba(146, 89, 87, 0.18); } .allcustom-pd-section h3 { font-size: 18px; font-weight: 600; color: #6d2424; line-height: 1.3; margin: 0 0 14px 0; display: flex; align-items: center; gap: 10px; } .allcustom-pd-icon { width: 20px; height: 20px; flex-shrink: 0; transform: translateZ(0); } .allcustom-pd-icon svg { width: 100%; height: 100%; display: block; } .allcustom-pd-section p { font-size: 15px; color: #925957; line-height: 1.75; margin: 0; } .allcustom-pd-section ul { margin: 0; padding-left: 22px; list-style: none; } .allcustom-pd-section ul li { font-size: 15px; color: #925957; line-height: 1.75; margin-bottom: 10px; padding-left: 8px; position: relative; } .allcustom-pd-section ul li:last-child { margin-bottom: 0; } .allcustom-pd-section ul li::before { content: '•'; position: absolute; left: -14px; color: #6d2424; font-weight: 700; font-size: 18px; } .allcustom-pd-section strong { color: #6d2424; font-weight: 600; } .allcustom-pd-guarantee { background: linear-gradient(135deg, #f8f5ed 0%, #fdfaf7 100%); border-radius: 8px; padding: 22px 26px; margin-bottom: 16px; border: 2px solid rgba(109, 36, 36, 0.15); box-shadow: 0 3px 12px rgba(109, 36, 36, 0.08); text-align: center; } .allcustom-pd-guarantee p { font-size: 16px; font-weight: 600; color: #6d2424; line-height: 1.6; margin: 0; } .allcustom-pd-cta { background: linear-gradient(135deg, #6d2424 0%, #7d3030 100%); border-radius: 10px; padding: 28px 26px; text-align: center; border: 2px solid #6d2424; box-shadow: 0 6px 20px rgba(109, 36, 36, 0.15); } .allcustom-pd-cta h3 { font-size: 18px; font-weight: 600; font-style: italic; color: #ffffff !important; line-height: 1.5; margin: 0; } @media (max-width: 989px) { .allcustom-pd-hero { padding: 28px 24px; } .allcustom-pd-hero h2 { font-size: 22px; } .allcustom-pd-section { padding: 22px 24px; } .allcustom-pd-section h3 { font-size: 17px; } .allcustom-pd-guarantee, .allcustom-pd-cta { padding: 20px 24px; } } @media (max-width: 749px) { .allcustom-pd-hero { padding: 24px 20px; margin-bottom: 16px; } .allcustom-pd-hero h2 { font-size: 20px; margin-bottom: 14px; } .allcustom-pd-hero p { font-size: 15px; } .allcustom-pd-section { padding: 20px 20px; margin-bottom: 14px; } .allcustom-pd-section h3 { font-size: 16px; gap: 8px; } .allcustom-pd-icon { width: 18px; height: 18px; } .allcustom-pd-section p, .allcustom-pd-section ul li { font-size: 14px; } .allcustom-pd-guarantee { padding: 18px 20px; } .allcustom-pd-guarantee p { font-size: 15px; } .allcustom-pd-cta { padding: 24px 20px; } .allcustom-pd-cta h3 { font-size: 16px; } } @media (max-width: 480px) { .allcustom-pd-hero { padding: 22px 16px; } .allcustom-pd-hero h2 { font-size: 19px; } .allcustom-pd-hero p { font-size: 14px; } .allcustom-pd-section { padding: 18px 16px; } .allcustom-pd-section h3 { font-size: 15px; } .allcustom-pd-icon { width: 17px; height: 17px; } .allcustom-pd-section p, .allcustom-pd-section ul li { font-size: 13px; } .allcustom-pd-guarantee { padding: 16px 16px; } .allcustom-pd-guarantee p { font-size: 14px; } .allcustom-pd-cta { padding: 22px 16px; } .allcustom-pd-cta h3 { font-size: 15px; } } @media (max-width: 400px) { .allcustom-pd-hero h2 { font-size: 18px; } .allcustom-pd-section h3 { font-size: 14px; } .allcustom-pd-cta h3 { font-size: 14px; } } @media (prefers-reduced-motion: reduce) { .allcustom-pd-section { transition: none; } .allcustom-pd-icon { transform: none; } } @media (prefers-contrast: high) { .allcustom-pd-hero, .allcustom-pd-section, .allcustom-pd-guarantee, .allcustom-pd-cta { border-width: 2px; } } Your name, worn in colour. Your first name in a playful mix of colours, with your name again in a delicate script beneath — a bright, personal design printed front and centre on a tee you'll reach for again and again. Printed to order in our Auckland workshop on an AS Colour Box Tee in your choice of ecru or white: a relaxed, boxy cut with dropped shoulders, in men's and women's fits. How it's personalised Write your first name — printed large in a bright, multi-colour lettering Add your name in script — a delicate signature-style line beneath Choose your fit — men's or women's Choose your colour — ecru or white Pick your size — relaxed fit, so take one size down if you prefer a regular fit The tee Heavyweight 240gsm combed cotton in ecru or white — a soft, structured feel that holds its shape wear after wear Relaxed fit with dropped shoulders, hip length — the cut everyone's wearing this year Your name printed front and centre — bright colour lettering with a script finish Men's and women's fits — see the fit & size guide above the button A name made to wear A lovely gift for birthdays, Mother's Day, a new name to celebrate — or a little treat for yourself. Bright, personal, and made to be worn everywhere from coffee runs to weekends away. Made in Auckland Designed, printed and pressed by us in our Auckland workshop. Dispatched in 2–5 working days with free tracked shipping across New Zealand. Love it, or we'll reprint — no questions asked. Create your name tee — see it come to life in seconds.
More you might like
Related
Personalised Reindeer Name Tee
Related
Personalised Easter Name Tee - Mauve
Related
Personalised Easter Name Tee - Sage
Related