/* iQuick Technical Parts Template Styling */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.iquick-container {
max-width: 1200px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif;
line-height: 1.6;
color: #333;
}
.iquick-brand {
background: linear-gradient(135deg, #1F3A93 0%, #0079DF 100%);
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
display: inline-block;
margin-bottom: 15px;
}
.product-header {
text-align: center;
padding: 20px 0;
border-bottom: 2px solid #f0f0f0;
margin-bottom: 30px;
}
.product-title {
font-size: clamp(24px, 4vw, 32px);
font-weight: 700;
color: #1F3A93;
margin-bottom: 10px;
}
.price-container {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin: 15px 0;
}
.current-price {
font-size: 28px;
font-weight: 700;
color: #e74c3c;
}
.sku-info {
background: #f8f9fa;
padding: 10px 15px;
border-radius: 8px;
font-size: 14px;
color: #666;
margin: 10px 0;
}
.availability {
background: linear-gradient(135deg, #27ae60, #2ecc71);
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
display: inline-block;
margin: 10px 0;
}
.professional-grade {
background: linear-gradient(135deg, #8e44ad, #9b59b6);
color: white;
padding: 10px 20px;
border-radius: 25px;
text-align: center;
margin: 20px 0;
font-weight: 600;
}
.features-section {
background: linear-gradient(135deg, #e74c3c, #c0392b);
color: white;
padding: 30px 20px;
margin: 30px 0;
border-radius: 12px;
}
.features-title {
font-size: 24px;
font-weight: 700;
text-align: center;
margin-bottom: 25px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
max-width: 1000px;
margin: 0 auto;
}
.feature-item {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 8px;
padding: 20px;
text-align: center;
transition: all 0.3s ease;
}
.feature-item:hover {
background: rgba(255, 255, 255, 0.15);
transform: translateY(-2px);
}
.feature-icon {
font-size: 32px;
margin-bottom: 12px;
display: block;
}
.feature-item h3 {
font-size: 16px;
font-weight: 600;
margin-bottom: 8px;
}
.feature-item p {
font-size: 14px;
opacity: 0.9;
line-height: 1.4;
}
.professional-installation-section {
background: #f8f9fa;
padding: 40px 20px;
margin: 30px 0;
border-radius: 12px;
text-align: center;
}
.section-title {
font-size: 22px;
color: #1F3A93;
margin-bottom: 15px;
font-weight: 700;
}
.section-subtitle {
font-size: 16px;
color: #666;
margin-bottom: 25px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.service-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 25px;
}
.service-card {
background: white;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
text-align: center;
transition: all 0.3s ease;
}
.service-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
transform: translateY(-2px);
}
.service-card h3 {
color: #1F3A93;
font-size: 18px;
margin-bottom: 10px;
font-weight: 600;
}
.service-card p {
color: #666;
font-size: 14px;
margin-bottom: 15px;
line-height: 1.4;
}
.cta-button {
background: linear-gradient(135deg, #1F3A93, #0079DF);
color: white;
padding: 10px 20px;
border: none;
border-radius: 6px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
}
.cta-button:hover {
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(31, 58, 147, 0.3);
color: white;
text-decoration: none;
}
.specifications-section {
background: white;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 25px;
margin: 25px 0;
}
.spec-title {
font-size: 20px;
color: #1F3A93;
margin-bottom: 20px;
font-weight: 700;
}
.spec-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}
.spec-item {
display: flex;
justify-content: space-between;
padding: 8px 0;
border-bottom: 1px solid #f0f0f0;
}
.spec-label {
font-weight: 600;
color: #333;
}
.spec-value {
color: #666;
}
.guarantee-section {
background: linear-gradient(135deg, #27ae60, #2ecc71);
color: white;
padding: 25px;
border-radius: 8px;
margin: 25px 0;
text-align: center;
}
.guarantee-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}
.guarantee-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 15px;
margin-top: 20px;
}
.guarantee-item {
text-align: center;
}
.guarantee-icon {
font-size: 24px;
margin-bottom: 8px;
display: block;
}
.guarantee-text {
font-size: 14px;
font-weight: 600;
}
/* Responsive Design */
@media (max-width: 768px) {
.iquick-container {
padding: 0 15px;
}
.features-grid,
.service-cards,
.spec-grid,
.guarantee-features {
grid-template-columns: 1fr;
}
.price-container {
flex-direction: column;
gap: 10px;
}
}
HDMI Port Connector For Xbox One (PULL-A)
Professional-grade Xbox One HDMI port replacement component – A-Grade tested quality
Why Choose Our Xbox One HDMI Port Connector?
PULL-A Tested Quality
Every connector tested before shipping from functional Xbox One consoles. Guaranteed working condition.
Instant Video Fix
Solves Xbox One black screen, no video output, and HDMI connection problems instantly.
A-Grade Materials
Premium construction using original Xbox One specifications. Superior to cheap aftermarket parts.
Perfect Compatibility
Direct fit for Xbox One (2013-2017). No modifications required – exact OEM specifications.
Fast Australia Shipping
Express delivery nationwide. No waiting weeks for overseas imports.
12-Month Warranty
Comprehensive warranty coverage with professional repair support included.
Need Professional Xbox One HDMI Port Installation?
Our certified technicians provide expert SMT soldering and motherboard repair services for Xbox One consoles with specialized gaming equipment.
🔧 Expert HDMI Port Replacement
Professional SMT soldering service for Xbox One HDMI port installation with specialized gaming console repair equipment.
Book HDMI Repair →
⚡ Same-Day Diagnosis
Complete Xbox One video output diagnosis including HDMI testing and motherboard inspection with transparent pricing.
Free Diagnosis →
🏆 Complete Console Service
Full Xbox One restoration including HDMI repair, cooling system cleaning, and performance optimization.
Full Service →
Technical Specifications
Complete Your Xbox One Repair Project
Essential components and tools for professional Xbox One repairs and restoration projects.
🎮 Xbox One Professional Repairs
Complete Xbox One restoration service including HDMI port replacement, cooling system repair, and performance optimization by certified gaming technicians.
Book Xbox Repair →
🛠️ Xbox One Repair Parts Collection
Professional-grade Xbox One repair components including power supplies, cooling fans, controllers parts, and motherboard components for all Xbox models.
View Xbox Parts →
🔧 Professional Repair Tools
Essential repair tools and equipment for gaming console repairs including precision screwdrivers, soldering equipment, and diagnostic tools.
View Repair Tools →
🏆 JPC Mobile Quality Guarantee
Professional gaming console repair specialists with 15+ years experience










Reviews
There are no reviews yet.