Your cart is current empty.
1.0 INFORMATION WE COLLECT
Solutions World Parts SL collects specific professional data to facilitate cross-border trade of automotive components. This includes:
Account Data: Name, professional email, and phone number for order management.
Shipping Data: Physical address and delivery coordinates for logistics fulfillment.
Technical Data: IP addresses and browser fingerprints used solely for fraud prevention and system security.
2.0 THIRD-PARTY DATA DISCLOSURE
We do not sell user data. Professional information is shared strictly with the following service providers to ensure operational continuity:
Logistics Partners Carrier services (DHL, FedEx) for international delivery.
Payment Gateways Secure transaction processing (PCI-DSS compliant).
Tax Authorities Spanish Tax Agency (Agencia Tributaria) for VAT compliance.
3.0 DATA STORAGE & RETENTION
All data is stored on secure European servers. We retain transaction-related data for a minimum of 5 years as required by Spanish commercial law for tax and audit purposes. Non-transactional account data is deleted upon user request.
4.0 COOKIE POLICY
We use cookies to optimize the spare parts search engine and shopping cart persistent state:
Type Purpose
Essential Shopping cart and session authentication.
Analytical Improving catalog navigation efficiency.
Security Mitigating automated brute-force attacks.
5.0 RIGHTS UNDER GDPR
Under EU Regulation 2016/679, you have the right to access, rectify, or erase your personal data. For all data-related inquiries or to exercise your “Right to be Forgotten,” please contact our Data Protection Officer at:
[email protected]
Solutions World Parts
The standard in European truck parts distribution. We provide precision engineering solutions for
heavy-duty logistics from our Alicante strategic center.
ESTABLISHED 2026 | ALICANTE, SPAIN
CATALOG
Brake Systems
Engine Filters
Suspension
Compatibility Guide
LEGAL & POLICY
Legal Notice
Terms of Service
Privacy & Cookies
Returns & Cancellations
ALICANTE HEADQUARTERS
Solutions World Parts SL
Calle del Transport, 45
Polígono Industrial Las Atalayas
03006 Alicante, Spain
+34 965 123 456
© 2026 Solutions World Parts SL. Built for the Heavy-Duty Industry.
UnionPay
/* 核心页脚样式 */
.swp-elite-footer {
background: #0F1113;
color: #888;
padding-top: 60px;
font-family: ‘Inter’, -apple-system, sans-serif;
user-select: none;
-webkit-user-select: none;
overflow-x: hidden;
/* 防止横向溢出 */
}
.swp-elite-footer * {
cursor: default;
}
.swp-elite-footer a {
cursor: pointer;
text-decoration: none;
}
.swp-container {
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
/* 减小默认内边距 */
box-sizing: border-box;
}
.footer-main {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
gap: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #1e2124;
width: 100%;
}
/* 品牌同行布局 */
.brand-identity-flex {
display: flex;
align-items: center;
gap: 15px;
flex-wrap: wrap;
}
.footer-logo {
height: 40px;
filter: brightness(0) invert(1);
}
.footer-site-name {
color: #fff;
font-size: 20px;
font-weight: 900;
margin: 0;
}
.mission-text {
line-height: 1.8;
font-size: 14px;
color: #aaa;
margin-bottom: 25px;
}
.corporate-badge {
font-size: 10px;
letter-spacing: 2px;
color: #444;
font-weight: 800;
border: 1px solid #222;
padding: 5px 10px;
display: inline-block;
}
.f-title {
color: #fff;
font-size: 13px;
font-weight: 800;
letter-spacing: 2px;
margin-bottom: 25px;
text-transform: uppercase;
}
.f-list {
list-style: none;
padding: 0;
margin: 0;
}
.f-list li {
margin-bottom: 12px;
}
.f-list a {
color: #888;
font-size: 14px;
transition: 0.3s;
}
.f-list a:hover {
color: #0062FF;
padding-left: 5px;
}
.address-box p {
margin: 0 0 10px 0;
font-size: 14px;
color: #ccc;
}
.phone-link {
color: #fff;
font-weight: 700;
margin-top: 15px;
display: block;
font-size: 16px;
}
/* 底部签名与支付图标 */
.footer-signature {
padding: 30px 0;
background: #000;
color: #555;
font-size: 12px;
}
.sig-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
/* 关键修复:允许换行 */
gap: 20px;
}
.payment-methods {
display: flex;
gap: 8px;
align-items: center;
flex-wrap: wrap;
/* 关键修复:图标多时自动换行 */
justify-content: center;
}
.pay-item {
background: #fff;
width: 48px;
height: 30px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
flex-shrink: 0;
/* 防止图标被压缩变形 */
}
/* 银联模拟样式 */
.unionpay-tag {
font-size: 9px;
font-weight: 900;
font-style: italic;
font-family: sans-serif;
}
.up-red {
color: #ff0000;
}
.up-blue {
color: #003399;
}
/* 移动端适配优化 */
@media (max-width: 992px) {
.footer-main {
grid-template-columns: 1fr 1fr;
gap: 30px;
}
}
@media (max-width: 600px) {
.footer-main {
grid-template-columns: 1fr;
/* 窄屏显示为一列 */
text-align: center;
}
.brand-identity-flex {
justify-content: center;
}
.sig-wrapper {
justify-content: center;
text-align: center;
}
.corporate-badge {
margin: 0 auto;
}
}