Just Drop

New Release

The gifts everyone keeps coming back for.

/* Reset và CSS Wrapper */ .aloprints-title-section { display: flex; justify-content: space-between; align-items: flex-end; padding: 16px 0; margin-bottom: 24px; width: 100%; } .aloprints-title-section .title-content-left { display: flex; flex-direction: column; gap: 4px; } .aloprints-title-section .title-badge { color: #FF6B6B; /* Màu đỏ coral của thương hiệu */ font-family: “Montserrat”, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; line-height: 1.2; } .aloprints-title-section .title-heading { font-family: “Montserrat”, sans-serif; font-size: 32px; font-weight: 700; color: #1e293b; /* Màu tối navy slate */ margin: 4px 0 2px 0; line-height: 1.2; } .aloprints-title-section .title-subhead { font-family: “Open Sans”, sans-serif; color: #64748b; font-size: 14px; margin: 0; } .aloprints-title-section .title-content-right { margin-bottom: 4px; /* Căn lề nhẹ ngang hàng với dòng phụ đề */ } .aloprints-title-section .view-all-link { color: #FF6B6B; font-family: “Montserrat”, sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: color 0.2s ease; } .aloprints-title-section .view-all-link:hover { color: #e55353; } .aloprints-title-section .view-all-link:hover .arrow { transform: translateX(4px); } .aloprints-title-section .arrow { display: inline-block; transition: transform 0.2s ease; } /* Responsive cho thiết bị di động */ @media (max-width: 768px) { .aloprints-title-section { flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 0; } .aloprints-title-section .title-heading { font-size: 26px; } .aloprints-title-section .title-content-right { margin-bottom: 0; width: 100%; } }
Loved by 10,000+ customers

Best sellers

The gifts everyone keeps coming back for.

/* Reset và CSS Wrapper */ .aloprints-title-section { display: flex; justify-content: space-between; align-items: flex-end; padding: 16px 0; margin-bottom: 24px; width: 100%; } .aloprints-title-section .title-content-left { display: flex; flex-direction: column; gap: 4px; } .aloprints-title-section .title-badge { color: #FF6B6B; /* Màu đỏ coral của thương hiệu */ font-family: “Montserrat”, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; line-height: 1.2; } .aloprints-title-section .title-heading { font-family: “Montserrat”, sans-serif; font-size: 32px; font-weight: 700; color: #1e293b; /* Màu tối navy slate */ margin: 4px 0 2px 0; line-height: 1.2; } .aloprints-title-section .title-subhead { font-family: “Open Sans”, sans-serif; color: #64748b; font-size: 14px; margin: 0; } .aloprints-title-section .title-content-right { margin-bottom: 4px; /* Căn lề nhẹ ngang hàng với dòng phụ đề */ } .aloprints-title-section .view-all-link { color: #FF6B6B; font-family: “Montserrat”, sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: color 0.2s ease; } .aloprints-title-section .view-all-link:hover { color: #e55353; } .aloprints-title-section .view-all-link:hover .arrow { transform: translateX(4px); } .aloprints-title-section .arrow { display: inline-block; transition: transform 0.2s ease; } /* Responsive cho thiết bị di động */ @media (max-width: 768px) { .aloprints-title-section { flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 0; } .aloprints-title-section .title-heading { font-size: 26px; } .aloprints-title-section .title-content-right { margin-bottom: 0; width: 100%; } }
hero Dn2 FnWl
Our mission

Make every gift feel made for them

Aloprints was born from a simple idea: the best gifts tell a story. We help you turn names, memories and inside jokes into beautifully printed keepsakes — produced on demand with care, so nothing ends up in landfill.

From our small studio to doorsteps across the US and EU, every order is a chance to make someone smile a little wider.

Read our story
.aloprints-category-section { width: 100%; padding: 10px 0 35px; } .aloprints-title-section { display: flex; justify-content: space-between; align-items: flex-end; padding: 15px 0 22px; width: 100%; } .aloprints-title-section .title-content-left { display: flex; flex-direction: column; gap: 5px; } .aloprints-title-section .title-heading { font-family: “Montserrat”, sans-serif; font-size: 34px; font-weight: 800; color: #1e293b; margin: 0; line-height: 1.15; } .aloprints-title-section .title-subhead { font-family: “Open Sans”, sans-serif; color: #64748b; font-size: 15px; margin: 0; } .aloprints-title-section .view-all-link { color: #ff6b6b; font-family: “Montserrat”, sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: color 0.25s ease; } .aloprints-title-section .view-all-link:hover { color: #e55353; } .aloprints-title-section .arrow { display: inline-block; transition: transform 0.25s ease; } .aloprints-title-section .view-all-link:hover .arrow { transform: translateX(4px); } .aloprints-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; width: 100%; } .category-card { position: relative; display: block; height: 360px; border-radius: 20px; overflow: hidden; text-decoration: none; background: #f5f1ea; box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .category-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.45s ease; } .category-overlay { position: absolute; inset: 0; background: linear-gradient( to top, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.28) 45%, rgba(15, 23, 42, 0.04) 100% ); z-index: 1; } .category-content { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; text-align: center; } .category-content h3 { font-family: “Montserrat”, sans-serif; font-size: 22px; font-weight: 800; color: #ffffff; margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.4px; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35); } .category-content span { display: inline-flex; align-items: center; justify-content: center; min-width: 125px; height: 40px; padding: 0 18px; border-radius: 999px; background: #ff6b6b; color: #ffffff; font-family: “Montserrat”, sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.4px; transition: background 0.25s ease, transform 0.25s ease; } .category-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16); } .category-card:hover img { transform: scale(1.06); } .category-card:hover .category-content span { background: #1e293b; transform: translateY(-2px); } @media (max-width: 1024px) { .aloprints-category-grid { grid-template-columns: repeat(2, 1fr); } .category-card { height: 330px; } } @media (max-width: 768px) { .aloprints-title-section { flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 0 18px; } .aloprints-title-section .title-heading { font-size: 28px; } .aloprints-title-section .title-content-right { width: 100%; } .aloprints-category-grid { grid-template-columns: 1fr; gap: 18px; } .category-card { height: 300px; border-radius: 16px; } .category-content h3 { font-size: 20px; } }
Why Aloprints

Gifts as thoughtful as you are

We obsess over the details so your gift feels exactly right – every single time.

Truly personal

Add names, dates, photos or artwork – every order is unique to you.

Premium quality

Soft fabrics, vivid prints and hand-checked before they ship.

Made to order

Print-on-demand means less waste and zero overstock – better for the planet.

Fast US & EU shipping

Tracked delivery in 3-5 business days with a happiness guarantee.

/* Reset cục bộ để tránh xung đột với CSS của Theme WordPress */ .aloprints-why-us-section, .aloprints-why-us-section * { box-sizing: border-box; } /* Section Wrapper */ .aloprints-why-us-section { background-color: #F8F4F0; /* Màu kem nhạt của thương hiệu */ padding: 40px 24px; width: 100%; } .why-us-container { max-width: 1200px; margin: 0 auto; } /* Phần tiêu đề phía trên */ .why-us-header { text-align: center; margin-bottom: 48px; } .why-us-badge { color: #FF6B6B; /* Màu đỏ coral của Aloprints */ font-family: “Montserrat”, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; display: block; margin-bottom: 12px; } .why-us-heading { font-family: “Montserrat”, sans-serif; font-size: 38px; font-weight: 700; color: #2b303a; margin: 0 auto 16px auto; max-width: 800px; line-height: 1.25; } .why-us-subhead { font-family: “Open Sans”, sans-serif; color: #556270; font-size: 16px; margin: 0 auto; max-width: 680px; line-height: 1.6; } /* Lưới lưới Grid 4 cột */ .why-us-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; width: 100%; } /* Card tính năng */ .why-us-card { background-color: #ffffff; border: 1px solid #ededed; border-radius: 20px; padding: 35px 24px 30px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 16px rgba(0,0,0,0.015); transition: transform 0.3s ease, box-shadow 0.3s ease; } .why-us-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,0.05); } /* Box tròn bao quanh Icon */ .why-us-icon-wrapper { width: 56px; height: 56px; border-radius: 16px; background-color: #E6F7F5; /* Nền xanh ngọc nhạt */ display: flex; align-items: center; justify-content: center; margin-bottom: 24px; color: #2b303a; } /* Tiêu đề trong Card */ .why-us-card-title { font-family: “Montserrat”, sans-serif; font-size: 18px; font-weight: 700; color: #2b303a; margin: 0 0 12px 0; line-height: 1.3; } /* Mô tả trong Card */ .why-us-card-desc { font-family: “Open Sans”, sans-serif; font-size: 13.5px; color: #64748b; margin: 0; line-height: 1.55; } /* — Tối ưu hóa Responsive — */ /* Màn hình máy tính bảng (Tablet) */ @media (max-width: 991px) { .aloprints-why-us-section { padding: 40px 20px; } .why-us-heading { font-size: 32px; } .why-us-grid { grid-template-columns: repeat(2, 1fr); /* 2 Cột */ gap: 20px; } } /* Màn hình điện thoại di động (Mobile) */ @media (max-width: 575px) { .aloprints-why-us-section { padding: 40px 15px; } .why-us-heading { font-size: 26px; margin-bottom: 12px; } .why-us-subhead { font-size: 14px; } .why-us-grid { grid-template-columns: 1fr; /* 1 Cột dọc */ gap: 20px; } .why-us-card { padding: 30px 20px 25px 20px; } }

Custom College Merch, Personalized for Every School

Aloprints makes custom college merch for students, alumni, and superfans who want to show real school spirit. Every piece is personalized with your school name, team mascot, and colors, then printed on demand just for you. Whether you are gearing up for game day, heading back to campus, repping greek life, or shopping for the perfect grad gift, we help you turn any college into wearable pride.

Shop custom college apparel and gifts

Our college collection spans the essentials students and fans actually wear. Pull on a custom college football jersey or personalized baseball jersey for game day, layer up in a school-spirit hoodie, or keep it classic with a custom college t-shirt. Off the field, sip in style with a personalized game day mug or grab something from our full custom drinkware range. Browse all custom college clothing to build your kit.

Why fans choose Aloprints

Every design is made to order, so your mascot graphic, monogram, and team colors come out exactly the way you want. We print on premium blanks built for comfort and durability, and we ship fast across the US and EU. No minimums, no licensing hassle, just personalized college gear designed around your school. Custom college merch that looks as proud as you feel.

/* Reset & Local Wrapper */ .aloprints-newsletter-banner, .aloprints-newsletter-banner * { box-sizing: border-box; } /* Banner Container */ .aloprints-newsletter-banner { background-color: #d6f2ee; /* Màu xanh mint nhạt đặc trưng */ border-radius: 24px; padding: 60px 40px; text-align: center; max-width: 1200px; margin: 40px auto; box-shadow: 0 4px 20px rgba(0,0,0,0.01); } /* Tiêu đề biểu mẫu */ .aloprints-newsletter-banner .newsletter-title { font-family: “Montserrat”, sans-serif; font-size: 32px; font-weight: 700; color: #1e293b; /* Màu tối navy slate */ margin: 0 0 10px 0; line-height: 1.25; } /* Dòng phụ đề */ .aloprints-newsletter-banner .newsletter-subhead { font-family: “Open Sans”, sans-serif; color: #475569; font-size: 15px; margin: 0 0 30px 0; line-height: 1.5; } /* Khung Form Inline */ .aloprints-newsletter-banner .newsletter-form-inline { display: flex; justify-content: center; align-items: center; gap: 12px; max-width: 520px; margin: 0 auto; } /* Trường nhập Email (Pill Shape) */ .aloprints-newsletter-banner .newsletter-form-inline input[type=”email”] { width: 100%; max-width: 320px; height: 48px; padding: 0 24px; border-radius: 24px; border: 1px solid #FF6B6B; /* Đường viền đỏ coral mỏng */ background-color: #ffffff; font-family: “Open Sans”, sans-serif; font-size: 14px; color: #1e293b; outline: none; transition: box-shadow 0.2s ease; } .aloprints-newsletter-banner .newsletter-form-inline input[type=”email”]:focus { box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.15); } .aloprints-newsletter-banner .newsletter-form-inline input[type=”email”]::placeholder { color: #94a3b8; } /* Nút Submit (Pill Shape) */ .aloprints-newsletter-banner .newsletter-form-inline button { background-color: #FF5E62; /* Màu đỏ cam hồng nổi bật */ color: #ffffff; font-family: “Montserrat”, sans-serif; font-size: 14px; font-weight: 700; height: 48px; padding: 0 32px; border-radius: 24px; border: none; cursor: pointer; white-space: nowrap; box-shadow: 0 4px 12px rgba(255, 94, 98, 0.2); transition: background-color 0.2s ease, transform 0.2s ease; } .aloprints-newsletter-banner .newsletter-form-inline button:hover { background-color: #e55357; transform: translateY(-1px); } /* — Tối ưu hóa Responsive — */ @media (max-width: 768px) { .aloprints-newsletter-banner { padding: 40px 20px; margin: 20px 15px; border-radius: 16px; } .aloprints-newsletter-banner .newsletter-title { font-size: 24px; } .aloprints-newsletter-banner .newsletter-subhead { font-size: 13px; margin-bottom: 20px; } /* Chuyển sang dạng dọc trên điện thoại */ .aloprints-newsletter-banner .newsletter-form-inline { flex-direction: column; width: 100%; gap: 12px; } .aloprints-newsletter-banner .newsletter-form-inline input[type=”email”] { max-width: 100%; } .aloprints-newsletter-banner .newsletter-form-inline button { width: 100%; } }