فروشگاه
<style>
.custom-about-us {
font-family: Tahoma, Arial, sans-serif;
max-width: 700px;
margin: 20px auto;
padding: 30px 25px;
background-color: #ffffff;
border-radius: 20px;
box-shadow: 0 5px 25px rgba(0,0,0,0.08);
text-align: center;
direction: rtl;
border: 1px solid #e0e0e0;
}
.custom-about-us h2 {
font-size: 28px;
color: #0b3b3c;
margin-bottom: 20px;
font-weight: bold;
border-bottom: 3px solid #2c7a7b;
display: inline-block;
padding-bottom: 10px;
}
.custom-about-us .description {
color: #555;
font-size: 15px;
line-height: 30px;
margin-bottom: 25px;
}
.custom-about-us .info-box {
background-color: #f8faf9;
border-radius: 15px;
padding: 20px;
margin: 20px 0;
text-align: right;
}
.custom-about-us .info-row {
display: flex;
align-items: flex-start;
gap: 15px;
margin-bottom: 20px;
font-size: 15px;
color: #333;
}
.custom-about-us .info-row:last-child {
margin-bottom: 0;
}
.custom-about-us .icon {
font-size: 24px;
min-width: 40px;
text-align: center;
padding-top: 3px;
}
.custom-about-us .label {
font-weight: bold;
color: #0b3b3c;
margin-bottom: 5px;
font-size: 13px;
}
.custom-about-us .value {
color: #1a4a4b;
font-weight: bold;
font-size: 17px;
direction: ltr;
display: inline-block;
background: #e8f0ef;
padding: 5px 15px;
border-radius: 25px;
}
.custom-about-us .address-value {
color: #1a4a4b;
font-size: 15px;
line-height: 28px;
font-weight: 500;
}
.custom-about-us .footer-text {
color: #666;
font-size: 13px;
margin-top: 15px;
background: #f5f7f6;
padding: 10px 20px;
border-radius: 25px;
display: inline-block;
}
.divider-line {
border-top: 1px dashed #c0d5d4;
margin: 15px 0;
}
</style>
<div class="custom-about-us">
<h2>درباره ما</h2>
<p class="description">
ما با افتخار در قلب طبیعت سرسبز مازندران، آماده خدمترسانی به شما عزیزان هستیم.
</p>
<div class="info-box">
<div class="info-row">
<div class="icon">📍</div>
<div>
<div class="label">آدرس:</div>
<div class="address-value">
مازندران، بابل، جاده شهید صالحی<br>
بندپی شرقی، روستای امامزاده
</div>
</div>
</div>
<div class="divider-line"></div>
<div class="info-row">
<div class="icon">📞</div>
<div>
<div class="label">شماره تماس:</div>
<div class="value">۰۹۱۱۱۱۹۶۹۰۶</div>
</div>
</div>
</div>
<div class="footer-text">
🌿 پاسخگویی همهروزه - همراه شما هستیم
</div>
</div>
اولین نفر نظر خود را درباره این محصول بنویسید.