'); background-size: cover; color: white; padding: 160px 0 100px; text-align: center; } .hero h2 { font-size: 3.5rem; margin-bottom: 20px; font-weight: 800; } .hero p { font-size: 1.4rem; max-width: 700px; margin: 0 auto 40px; opacity: 0.9; } .btn { display: inline-block; background-color: var(--secondary); color: white; padding: 14px 32px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: var(--transition); border: 2px solid var(--secondary); text-transform: uppercase; letter-spacing: 1px; } .btn:hover { background-color: transparent; color: white; } .btn-outline { background-color: transparent; border-color: white; margin-left: 15px; } .btn-outline:hover { background-color: white; color: var(--primary); } /* Section Common Styles */ section { padding: 100px 0; } .section-header { text-align: center; margin-bottom: 70px; } .section-header h2 { font-size: 2.5rem; color: var(--dark); margin-bottom: 20px; position: relative; display: inline-block; } .section-header h2::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background-color: var(--secondary); } .section-header p { max-width: 700px; margin: 40px auto 0; color: var(--gray); font-size: 1.1rem; } /* About Section */ .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-text h3 { font-size: 1.8rem; color: var(--primary); margin-bottom: 25px; } .about-text p { margin-bottom: 20px; font-size: 1.1rem; } .about-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; } .feature { display: flex; align-items: flex-start; gap: 15px; } .feature-icon { background-color: rgba(74, 108, 250, 0.1); color: var(--primary); width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.3rem; } .feature-text h4 { margin-bottom: 8px; font-size: 1.2rem; } .about-image { flex: 1; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .about-image-placeholder { width: 100%; height: 400px; background-color: #eef2ff; border: 2px dashed #4a6cfa; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-weight: 600; } /* Products Section */ .products { background-color: var(--light); } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .product-card { background-color: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: var(--transition); } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); } .product-image { height: 250px; background-color: #f0f4ff; display: flex; align-items: center; justify-content: center; position: relative; } .product-image::before { content: 'Sticker Image'; color: var(--primary); font-weight: 600; } .product-info { padding: 25px; } .product-info h3 { font-size: 1.4rem; margin-bottom: 15px; color: var(--dark); } .product-info p { color: var(--gray); margin-bottom: 20px; } .product-features { margin-top: 15px; } .product-features li { margin-bottom: 8px; display: flex; align-items: center; gap: 10px; } .product-features li::before { content: '✓'; color: var(--secondary); font-weight: bold; } /* Capabilities Section */ .capabilities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .capability { text-align: center; padding: 40px 30px; background-color: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: var(--transition); } .capability:hover { transform: translateY(-5px); } .capability-icon { width: 80px; height: 80px; background-color: rgba(74, 108, 250, 0.1); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; font-size: 2rem; } .capability h3 { margin-bottom: 15px; font-size: 1.4rem; } /* Process Section */ .process { background-color: var(--light); } .process-steps { display: flex; justify-content: space-between; position: relative; margin-top: 50px; } .process-steps::before { content: ''; position: absolute; top: 40px; left: 0; width: 100%; height: 3px; background-color: var(--primary); z-index: 1; } .step { text-align: center; position: relative; z-index: 2; width: 20%; } .step-number { width: 80px; height: 80px; background-color: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.8rem; font-weight: bold; } .step h3 { margin-bottom: 15px; font-size: 1.3rem; } /* Testimonials */ .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .testimonial { background-color: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); position: relative; } .testimonial::before { content: '''; position: absolute; top: 15px; left: 20px; font-size: 5rem; color: rgba(74, 108, 250, 0.1); font-family: Georgia, serif; line-height: 1; } .testimonial p { margin-bottom: 25px; font-style: italic; color: var(--gray); position: relative; z-index: 2; } .client { display: flex; align-items: center; gap: 15px; } .client-avatar { width: 50px; height: 50px; background-color: #eef2ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); font-weight: bold; } .client-info h4 { margin-bottom: 5px; } /* Contact Section */ .contact { background: linear-gradient(135deg, rgba(74, 108, 250, 0.95) 0%, rgba(58, 90, 240, 0.95) 100%), url('data:image/svg+xml;utf8,'); background-size: cover; color: white; } .contact .section-header h2, .contact .section-header p { color: white; } .contact-container { display: flex; gap: 50px; } .contact-info { flex: 1; } .contact-item { display: flex; gap: 20px; margin-bottom: 30px; align-items: flex-start; } .contact-icon { width: 50px; height: 50px; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; } .contact-text h3 { margin-bottom: 8px; font-size: 1.3rem; } .contact-form { flex: 1; background-color: white; padding: 40px; border-radius: 10px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); } .contact-form h3 { color: var(--dark); margin-bottom: 30px; font-size: 1.8rem; } .form-group { margin-bottom: 20px; } .form-control { width: 100%; padding: 14px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; transition: var(--transition); } .form-control:focus { border-color: var(--primary); outline: none; box-shadow: 0 0 0 3px rgba(74, 108, 250, 0.2); } textarea.form-control { min-height: 150px; resize: vertical; } .btn-dark { background-color: var(--primary); border-color: var(--primary); width: 100%; padding: 16px; font-size: 1.1rem; } .btn-dark:hover { background-color: var(--primary-dark); } /* Footer */ footer { background-color: var(--dark); color: white; padding: 70px 0 30px; } .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 50px; } .footer-col h3 { font-size: 1.4rem; margin-bottom: 25px; position: relative; } .footer-col h3::after { content: ''; position: absolute; bottom: -10px; left: 0; width: 40px; height: 3px; background-color: var(--secondary); } .footer-links { list-style: none; } .footer-links li { margin-bottom: 15px; } .footer-links a { color: #b0b0b0; text-decoration: none; transition: var(--transition); display: inline-block; } .footer-links a:hover { color: white; transform: translateX(5px); } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #b0b0b0; font-size: 0.9rem; } /* Responsive Styles */ @media (max-width: 992px) { .about-content { flex-direction: column; } .contact-container { flex-direction: column; } .hero h2 { font-size: 2.8rem; } } @media (max-width: 768px) { .header-container { flex-direction: column; padding: 15px 0; } nav ul { margin-top: 20px; flex-wrap: wrap; justify-content: center; } nav li { margin: 0 10px 10px; } .hero { padding: 180px 0 80px; } .hero h2 { font-size: 2.3rem; } .hero p { font-size: 1.1rem; } .btn { display: block; margin: 10px auto; max-width: 250px; } .process-steps { flex-direction: column; gap: 40px; } .step { width: 100%; } .process-steps::before { display: none; } .step-number { margin-bottom: 15px; } }
High-quality printing solutions for branding, packaging, and promotional needs. Made to last with vibrant colors and durable materials.
Explore Products Request a QuoteYour trusted partner for premium sticker solutions since 2010
Temisticker is a leading manufacturer of custom stickers, labels, and decals. With over a decade of experience, we've perfected the art of creating high-quality adhesive products that help businesses stand out.
Our state-of-the-art facility houses the latest printing technologies and a team of skilled professionals dedicated to delivering exceptional results for every project.
Rigorous quality control at every production stage
Environmentally conscious materials and processes
Express production options available
Shipping to over 50 countries worldwide
Customizable solutions for every branding and packaging need
Durable, weather-resistant stickers perfect for outdoor use. Ideal for bumper stickers, outdoor equipment, and promotional items.
Professional labels for branding, packaging, and product information. Enhance your product presentation with premium labels.
Discreet yet impactful stickers that blend seamlessly with any background. Perfect for retail packaging and product branding.
State-of-the-art technology and extensive production capacity
Digital, offset, and flexographic printing options for every need and budget. CMYK + spot color capabilities.
Laser and die-cutting for complex shapes with perfect precision. Kiss-cutting for label sheets.
Vinyl, polyester, paper, clear, metallic, and specialty materials. Eco-friendly options available.
Lamination, varnishing, embossing, foil stamping, and more for premium finishes.
Simple steps from concept to finished product
Discuss your requirements and goals with our experts
We create a digital proof for your approval
Your stickers are manufactured to exact specifications
Every batch undergoes rigorous quality control
Carefully packaged and shipped to your location
What our customers say about our products and services
"Temisticker delivered exceptional quality stickers for our product line. The colors were vibrant and the adhesive held perfectly even in humid conditions. Their team was responsive and met our tight deadline."
Marketing Director, Beverage Company
"We've been ordering custom labels from Temisticker for three years. Consistent quality, competitive pricing, and excellent customer service. They've become an essential part of our supply chain."
Owner, Organic Skincare Brand
"The custom die-cut stickers we ordered for our trade show exceeded expectations. The precision cutting and vibrant printing helped our booth stand out. We received numerous compliments!"
Event Manager, Tech Startup
Get in touch for quotes, samples, or any questions
123 Printing Street, Industrial ZoneShenzhen, Guangdong, China 518000
+86 755 1234 [email protected]
Monday - Friday: 8:00 AM - 6:00 PMSaturday: 9:00 AM - 1:00 PMSunday: Closed