لوازم یدکی سهیل پارت

/* =========================
SOHEIL PART RED HEADER
========================= */
.soheil-header {
width: 100%;
font-family: Tahoma, Arial, sans-serif;
direction: rtl;
position: relative;
z-index: 999;
}
/* ===== TOP BAR ===== */
.soheil-topbar {
background: #111111;
color: #fff;
min-height: 42px;
display: flex;
align-items: center;
justify-content: center;
padding: 7px 25px;
box-sizing: border-box;
}
.soheil-topbar-inner {
width: 100%;
max-width: 1250px;
display: flex;
align-items: center;
justify-content: space-between;
}
.soheil-top-info {
display: flex;
align-items: center;
gap: 25px;
flex-wrap: wrap;
}
.soheil-top-item {
font-size: 13px;
color: #eeeeee;
}
.soheil-top-item span {
color: #e30613;
font-weight: bold;
}
/* ===== MAIN HEADER ===== */
.soheil-main-header {
background: #ffffff;
min-height: 105px;
padding: 15px 25px;
box-sizing: border-box;
border-bottom: 1px solid #eeeeee;
box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}
.soheil-main-inner {
max-width: 1250px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
/* ===== LOGO ===== */
.soheil-logo-area {
display: flex;
align-items: center;
justify-content: center;
min-width: 150px;
}
.soheil-logo {
width: 140px;
max-width: 100%;
height: auto;
max-height: 75px;
object-fit: contain;
display: block;
transition: 0.3s ease;
}
.soheil-logo:hover {
transform: scale(1.04);
}
/* ===== BRAND ===== */
.soheil-brand {
flex: 1;
text-align: right;
}
.soheil-brand-title {
margin: 0;
font-size: 28px;
font-weight: 900;
color: #c90012;
}
.soheil-brand-subtitle {
margin-top: 7px;
color: #666;
font-size: 13px;
}
/* ===== CONTACT ===== */
.soheil-contact-area {
display: flex;
align-items: center;
gap: 10px;
}
.soheil-phone-box {
display: flex;
align-items: center;
gap: 9px;
background: #ffffff;
border: 1px solid #eeeeee;
padding: 9px 12px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0,0,0,0.07);
transition: 0.3s ease;
}
.soheil-phone-box:hover {
transform: translateY(-3px);
border-color: #e30613;
box-shadow: 0 8px 20px rgba(227,6,19,0.18);
}
.soheil-phone-icon {
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 9px;
background: linear-gradient(
135deg,
#e30613,
#a9000d
);
color: #fff;
font-size: 17px;
}
.soheil-phone-text {
display: flex;
flex-direction: column;
gap: 3px;
}
.soheil-phone-label {
color: #888;
font-size: 10px;
}
.soheil-phone-number {
direction: ltr;
color: #222;
font-weight: 800;
font-size: 13px;
text-decoration: none;
white-space: nowrap;
}
.soheil-phone-number:hover {
color: #e30613;
}
/* ===== ADDRESS ===== */
.soheil-address {
max-width: 1250px;
margin: 0 auto;
background: linear-gradient(
90deg,
#a9000d,
#e30613
);
color: #fff;
padding: 11px 20px;
border-radius: 0 0 12px 12px;
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
box-shadow:
0 6px 18px rgba(200,0,20,0.20);
}
.soheil-address-icon {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(9,9,9,0.9);
border-radius: 8px;
font-size: 15px;
}
.soheil-address-text {
line-height: 1.8;
}
.soheil-address-text strong {
color: #fff;
}
/* ===== RED LINE ===== */
.soheil-red-line {
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
#8d000b,
#e30613,
#ff3945,
#e30613,
#8d000b
);
background-size: 300% 100%;
animation: soheilGradient 6s ease infinite;
}
@keyframes soheilGradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* =========================
TABLET
========================= */
@media (max-width: 1000px) {
.soheil-main-inner {
flex-wrap: wrap;
justify-content: center;
}
.soheil-logo-area {
justify-content: center;
min-width: auto;
}
.soheil-logo {
width: 120px;
max-height: 65px;
}
.soheil-brand {
flex: none;
width: 100%;
text-align: center;
}
.soheil-contact-area {
width: 100%;
justify-content: center;
flex-wrap: wrap;
}
}
/* =========================
MOBILE
========================= */
@media (max-width: 650px) {
.soheil-topbar {
padding: 8px 12px;
}
.soheil-top-info {
justify-content: center;
gap: 8px 15px;
}
.soheil-top-item {
font-size: 11px;
}
.soheil-main-header {
padding: 14px 12px;
}
/* لوگوی موبایل */
.soheil-logo-area {
width: 100%;
min-width: 0;
margin-bottom: 5px;
}
.soheil-logo {
width: 105px;
max-width: 105px;
height: auto;
max-height: 60px;
}
.soheil-brand-title {
font-size: 22px;
}
.soheil-brand-subtitle {
font-size: 11px;
}
.soheil-contact-area {
flex-direction: column;
width: 100%;
}
.soheil-phone-box {
width: 100%;
max-width: 310px;
justify-content: flex-start;
}
.soheil-address {
border-radius: 0;
padding: 11px 13px;
font-size: 11px;
align-items: flex-start;
}
}



فروش لوازم یدکی خودرو

فروش تک و عمده

ارسال به سراسر کشور



لوگوی سهیل پارت

سهیل پارت

فروش تخصصی لوازم یدکی خودرو


موبایل

0912 485 9703


تلفن فروش

021 3394 9605


خط ویژه

021 3399 66995


📍
آدرس فروشگاه:
تهران، بازار چراغ برق، خیابان امیرکبیر،
مجتمع تجاری سپهر، طبقه همکف، پلاک G24

/* ================================
FOOTER – SOHEIL PART
BLACK / RED / WHITE
================================ */
.soheil-footer {
direction: rtl;
background: #080808;
color: #ffffff;
font-family: Arial, sans-serif;
border-top: 4px solid #e60012;
overflow: hidden;
}
/* نوار بالایی */
.soheil-footer-top {
height: 5px;
background: linear-gradient(
90deg,
#080808,
#e60012,
#ff2638,
#e60012,
#080808
);
}
/* محتوای اصلی */
.soheil-footer-container {
max-width: 1250px;
margin: auto;
padding: 50px 25px 35px;
display: grid;
grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
gap: 35px;
}
/* عنوان ستون */
.soheil-footer-title {
position: relative;
color: #ffffff;
font-size: 18px;
font-weight: 800;
margin: 0 0 25px;
padding-bottom: 12px;
}
.soheil-footer-title::after {
content: “”;
position: absolute;
right: 0;
bottom: 0;
width: 55px;
height: 3px;
background: #e60012;
border-radius: 10px;
}
/* معرفی */
.soheil-footer-about {
color: #bdbdbd;
font-size: 14px;
line-height: 2.1;
margin: 0;
}
.soheil-footer-about strong {
color: #ffffff;
}
/* لوگو */
.soheil-footer-logo {
display: inline-block;
margin-bottom: 20px;
}
.soheil-footer-logo img {
max-width: 190px;
max-height: 80px;
object-fit: contain;
}
/* لینک‌ها */
.soheil-footer-links {
list-style: none;
margin: 0;
padding: 0;
}
.soheil-footer-links li {
margin-bottom: 12px;
}
.soheil-footer-links a {
color: #cfcfcf;
text-decoration: none;
font-size: 14px;
transition: all 0.25s ease;
}
.soheil-footer-links a::before {
content: “‹”;
color: #e60012;
font-size: 18px;
margin-left: 8px;
transition: margin 0.25s ease;
}
.soheil-footer-links a:hover {
color: #e60012;
}
.soheil-footer-links a:hover::before {
margin-left: 12px;
}
/* ================================
CONTACT BOX
================================ */
.soheil-contact-box {
background: #111111;
border: 1px solid #292929;
border-radius: 14px;
padding: 20px;
}
.soheil-contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #252525;
}
.soheil-contact-item:last-child {
border-bottom: none;
}
.soheil-contact-icon {
width: 35px;
height: 35px;
min-width: 35px;
display: flex;
align-items: center;
justify-content: center;
background: #e60012;
color: #ffffff;
border-radius: 8px;
font-size: 16px;
}
.soheil-contact-text {
color: #cccccc;
font-size: 13px;
line-height: 1.9;
}
.soheil-contact-text strong {
display: block;
color: #ffffff;
margin-bottom: 2px;
}
.soheil-contact-text a {
color: #ffffff;
text-decoration: none;
}
.soheil-contact-text a:hover {
color: #e60012;
}
/* ================================
SPECIAL PHONE
================================ */
.soheil-special-phone {
display: block;
margin-top: 15px;
padding: 13px 15px;
text-align: center;
background: #e60012;
color: #ffffff !important;
border-radius: 8px;
text-decoration: none;
font-weight: 800;
font-size: 15px;
transition: all 0.3s ease;
}
.soheil-special-phone:hover {
background: #ffffff;
color: #080808 !important;
}
/* ================================
TRUST / ENAMAD
================================ */
.soheil-trust {
margin-top: 25px;
padding-top: 20px;
border-top: 1px solid #292929;
text-align: center;
}
.soheil-trust-title {
color: #999999;
font-size: 12px;
margin-bottom: 12px;
}
.soheil-enamad {
display: inline-flex;
align-items: center;
justify-content: center;
background: #ffffff;
border-radius: 10px;
padding: 8px;
}
.soheil-enamad img {
width: 90px;
height: auto;
display: block;
}
/* ================================
BOTTOM BAR
================================ */
.soheil-footer-bottom {
background: #050505;
border-top: 1px solid #252525;
}
.soheil-footer-bottom-inner {
max-width: 1250px;
margin: auto;
padding: 18px 25px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
}
.soheil-footer-copy {
color: #888888;
font-size: 12px;
}
.soheil-footer-copy strong {
color: #e60012;
}
.soheil-footer-badge {
color: #ffffff;
font-size: 12px;
}
.soheil-footer-badge span {
color: #e60012;
font-weight: 800;
}
/* ================================
MOBILE
================================ */
@media (max-width: 900px) {
.soheil-footer-container {
grid-template-columns: 1fr 1fr;
gap: 30px;
}
}
@media (max-width: 600px) {
.soheil-footer-container {
grid-template-columns: 1fr;
padding: 35px 18px 25px;
gap: 30px;
}
.soheil-footer-bottom-inner {
flex-direction: column;
text-align: center;
}
.soheil-footer-title {
font-size: 17px;
}
}


فروشگاه سهیل پارت

سهیل پارت فعالیت خود را از سال ۱۳۹۴
در زمینه واردات و تأمین قطعات تخصصی خودروهای
جیلی، جک و بسترن آغاز کرده است.

تأمین قطعات در تمامی مدل‌ها و ارسال کالا به
سراسر ایران از خدمات این مجموعه است.

برندهای تخصصی

اطلاعات تماس


تلفن فروشگاه

۰۹۱۲۴۸۵۹۷۰۳



۰۲۱۳۳۹۴۹۶۰۵


خط ویژه
۰۲۱-۳۳-۹۹۵-۹۹۶

آدرس فروشگاه
تهران، بازار چراغ برق،
خیابان امیرکبیر،
مجتمع تجاری سپهر،
طبقه همکف، پلاک G24

سهیل پارت

تأمین تخصصی قطعات خودروهای
جیلی، جک و بسترن با امکان
ارسال به تمامی نقاط ایران.

جهت استعلام قیمت و موجودی
کالا با ما تماس بگیرید.


تماس و استعلام قیمت

نماد اعتماد الکترونیکی

نماد اعتماد الکترونیکی


© تمامی حقوق برای
سهیل پارت
محفوظ است.
قطعات تخصصی
جیلی | جک | بسترن

نمایش 1–16 از 2763 نتیجهمرتب‌سازی بر اساس جدیدترین