بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۴ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱۲: خط ۱۲:
<img src="https://dl.faraghaib.ir/m/260015-01/baner-01.png" alt="کابینت ام دی اف یاشیل">
<img src="https://dl.faraghaib.ir/m/260015-01/baner-01.png" alt="کابینت ام دی اف یاشیل">
</div>
</div>
</html>
{{کادرهای متحرک/کابینت یاشیل}}
{{باکس شناور/کابینت یاشیل}}
{{منوی پایین صفحه/کابینت یاشیل}}


<html lang="fa" dir="rtl">
<head>
<head>


خط ۴۰: خط ۳۳:


</head>
</head>
<header >
<style>
@charset "UTF-8";
/*==================================================
  IRANSans
==================================================*/
@font-face{
    font-family:"IRANSans";
    src:url("/fonts/IRANSans.woff2") format("woff2"),
        url("/fonts/IRANSans.woff") format("woff");
    font-display:swap;
    font-weight:400;
}
@font-face{
    font-family:"IRANSans";
    src:url("/fonts/IRANSans-Bold.woff2") format("woff2"),
        url("/fonts/IRANSans-Bold.woff") format("woff");
    font-display:swap;
    font-weight:700;
}
/*==================================================
  VARIABLES
  تم رنگی کابینت یاشیل
==================================================*/
:root{
    --primary:#102B1B;
    --secondary:#5E665C;
    --border:#E4D8C5;
    --bg:#FFFDF8;
    --hover:#F6F0E5;
    --green-dark:#00201C;
    --green-deep:#102B1B;
    --green:#2F4934;
    --gold:#D19E50;
    --gold-light:#F0CB83;
    --cream:#F0E9DC;
    --white:#FFFDF8;
    --radius:22px;
    --shadow:0 8px 20px rgba(16,43,27,.09);
    --shadow-hover:0 18px 40px rgba(16,43,27,.18);
    --transition:.3s ease;
}
/*==================================================
  RESET
==================================================*/
*,
*::before,
*::after{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
html{
    font-size:16px;
    scroll-behavior:smooth;
}
body{
    direction:rtl;
    margin:0;
    background:var(--white);
    color:var(--primary);
    font-family:"IRANSans",Tahoma,sans-serif;
    line-height:2;
    overflow-x:hidden;
    text-rendering:optimizeLegibility;
}
img{
    display:block;
    max-width:100%;
    height:auto;
}
a{
    color:inherit;
    text-decoration:none;
}
ul{
    list-style:none;
}
button,
input,
textarea,
select{
    font:inherit;
}
/*==================================================
  PRODUCTS
==================================================*/
.deniz-products{
    position:relative;
    padding:45px 15px;
    background:
        linear-gradient(
            180deg,
            #FFFDF8 0%,
            #F9F4EA 100%
        );
    content-visibility:auto;
}
.deniz-products .container{
    width:100%;
    max-width:1320px;
    margin-inline:auto;
}
/*==================================================
  HEADING
==================================================*/
.deniz-heading{
    margin-bottom:35px;
    text-align:center;
}
.deniz-heading h2{
    color:var(--green-dark);
    font-size:28px;
    font-weight:700;
    line-height:1.4;
}
.deniz-heading::after{
    display:block;
    width:75px;
    height:3px;
    margin:8px auto 0;
    border-radius:10px;
    background:
        linear-gradient(
            90deg,
            var(--gold),
            var(--gold-light),
            var(--gold)
        );
    content:"";
}
/*==================================================
  INTRO
==================================================*/
.deniz-intro{
    max-width:1000px;
    margin:0 auto 15px;
    padding-inline:1px;
    color:#596258;
    font-size:14px;
    line-height:2.2;
    text-align:center;
}
.deniz-intro strong,
.deniz-brand,
.deniz-keyword{
    font-weight:700;
}
.deniz-brand,
.deniz-keyword{
    color:var(--green-dark);
}
/*==================================================
  PRODUCT GRID
==================================================*/
.deniz-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:28px;
    align-items:start;
}
/*==================================================
  CARD
==================================================*/
.deniz-card{
    position:relative;
    min-width:0;
    text-align:center;
}
.deniz-card > a{
    position:relative;
    display:block;
    height:100%;
    padding:8px;
    border-radius:var(--radius);
    transition:var(--transition);
}
.deniz-card .image-box{
    position:relative;
    width:100%;
    aspect-ratio:1;
    margin-bottom:18px;
    overflow:hidden;
    border-radius:18px;
    background:
        linear-gradient(
            145deg,
            #F4EBD9,
            #E8DDC9
        );
    contain:layout paint;
}
.deniz-card .image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:var(--transition);
}
.deniz-card h3{
    margin-bottom:10px;
    color:var(--green-dark);
    font-size:18px;
    font-weight:700;
    line-height:1.8;
}
.deniz-card p{
    max-width:280px;
    margin-inline:auto;
    color:var(--secondary);
    font-size:14px;
    line-height:2;
}
.deniz-card .read-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:15px;
    color:var(--green);
    font-size:14px;
    font-weight:700;
}
.deniz-card .read-more::after{
    content:"←";
    color:var(--gold);
    font-size:18px;
    transition:var(--transition);
}
/*==================================================
  FEATURES
==================================================*/
.deniz-features{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:7px;
    margin-top:16px;
}
.deniz-features span{
    padding:4px 9px;
    border-radius:20px;
    background:
        linear-gradient(
            135deg,
            #F3E9D7,
            #E9D7B9
        );
    color:var(--green-dark);
    font-size:11px;
}
/*==================================================
  BADGE
==================================================*/
.deniz-card .product-badge{
    position:absolute;
    top:12px;
    right:12px;
    z-index:2;
    padding:5px 10px;
    border-radius:30px;
    background:var(--green-dark);
    color:var(--gold-light);
    font-size:11px;
    font-weight:700;
    line-height:1.5;
}
.deniz-card .product-badge.new{
    background:#3F6548;
    color:#FFFDF8;
}
.deniz-card .product-badge.sale{
    background:#9B4B35;
    color:#FFFDF8;
}
.deniz-card .product-badge.best{
    background:
        linear-gradient(
            135deg,
            var(--gold),
            var(--gold-light)
        );
    color:var(--green-dark);
}
/*==================================================
  ICON
==================================================*/
.deniz-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:45px;
    height:45px;
    margin:0 auto 15px;
    border:1px solid #D9B875;
    border-radius:50%;
    background:
        linear-gradient(
            145deg,
            #F5E7C9,
            #E4C17D
        );
    color:var(--green-dark);
    font-size:20px;
}
/*==================================================
  TRUST BOX
==================================================*/
.deniz-trust-box{
    display:grid;
    grid-template-columns:1fr;
    gap:15px;
    margin-top:45px;
    padding:25px 15px;
    border:1px solid #E2D3B9;
    border-radius:25px;
    background:
        linear-gradient(
            135deg,
            #F5EFE4 0%,
            #EDE2CE 100%
        );
    text-align:center;
}
.deniz-trust-box .item{
    padding:15px;
}
.deniz-trust-box .icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:55px;
    height:55px;
    margin:0 auto 15px;
    border-radius:50%;
    background:
        linear-gradient(
            145deg,
            var(--green),
            var(--green-dark)
        );
    color:var(--gold-light);
    font-size:22px;
}
.deniz-trust-box h4{
    margin-bottom:8px;
    color:var(--green-dark);
    font-size:15px;
}
.deniz-trust-box p{
    color:#62685F;
    font-size:13px;
    line-height:1.9;
}
/*==================================================
  PRODUCT DETAIL
==================================================*/
.deniz-product-detail{
    max-width:1200px;
    margin:50px auto;
    padding-inline:0;
}
.deniz-product-title{
    margin-bottom:20px;
    color:var(--green-dark);
    font-size:24px;
    font-weight:700;
    line-height:1.5;
}
.deniz-product-description{
    margin-bottom:30px;
    color:#596258;
    font-size:14px;
    line-height:2.3;
}
/*==================================================
  SPECIFICATIONS
==================================================*/
.deniz-specs{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    border-radius:18px;
    box-shadow:var(--shadow);
}
.deniz-specs tr{
    background:#FFFDF8;
}
.deniz-specs tr:nth-child(even){
    background:#F7F1E6;
}
.deniz-specs td{
    padding:12px;
    border-bottom:1px solid #E8DDCC;
    font-size:13px;
}
.deniz-specs td:first-child{
    width:40%;
    color:var(--green-dark);
    font-weight:700;
}
.deniz-specs tr:last-child td{
    border-bottom:0;
}
/*==================================================
  ADVANTAGES
==================================================*/
.deniz-advantages{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
    margin-top:40px;
}
.deniz-advantage-item{
    padding:25px 18px;
    border:1px solid #E6DAC7;
    border-radius:22px;
    background:
        linear-gradient(
            145deg,
            #FFFDF8,
            #F6EFE3
        );
    box-shadow:var(--shadow);
    text-align:center;
    transition:var(--transition);
}
.deniz-advantage-item .icon{
    margin-bottom:12px;
    color:var(--gold);
    font-size:32px;
}
.deniz-advantage-item h4{
    margin-bottom:8px;
    color:var(--green-dark);
    font-size:17px;
}
.deniz-advantage-item p{
    color:#62685F;
    font-size:14px;
    line-height:2;
}
/*==================================================
  REVIEWS
==================================================*/
.deniz-reviews{
    margin-top:55px;
}
.deniz-review-item{
    margin-bottom:20px;
    padding:20px;
    border:1px solid #E6DAC7;
    border-radius:20px;
    background:#FFFDF8;
    box-shadow:var(--shadow);
}
.deniz-review-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:12px;
}
.deniz-review-name{
    color:var(--green-dark);
    font-size:15px;
    font-weight:700;
}
.deniz-stars{
    color:var(--gold);
    font-size:16px;
    letter-spacing:2px;
}
.deniz-review-text{
    color:#62685F;
    font-size:14px;
    line-height:2;
}
/*==================================================
  RELATED PRODUCTS
==================================================*/
.deniz-related{
    margin-top:60px;
}
.deniz-related-title{
    margin-bottom:30px;
    color:var(--green-dark);
    font-size:24px;
    font-weight:700;
    text-align:center;
}
.deniz-related-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
}
.deniz-related-item{
    overflow:hidden;
    border:1px solid #E4D8C5;
    border-radius:20px;
    background:#FFFDF8;
    box-shadow:var(--shadow);
    transition:var(--transition);
}
.deniz-related-item img{
    width:100%;
    aspect-ratio:1;
    object-fit:cover;
}
.deniz-related-item h5{
    padding:14px;
    color:var(--green-dark);
    font-size:15px;
    text-align:center;
}
/*==================================================
  FAQ
==================================================*/
.deniz-faq{
    max-width:1000px;
    margin:60px auto 0;
}
.deniz-faq-wrapper{
    max-width:1100px;
    margin:60px auto;
    padding-inline:0;
}
.deniz-faq-title{
    margin-bottom:30px;
    color:var(--green-dark);
    font-size:24px;
    font-weight:700;
    line-height:1.6;
    text-align:center;
}
.deniz-faq-item{
    margin-bottom:12px;
    overflow:hidden;
    border:1px solid #E2D5C1;
    border-radius:18px;
    background:#FFFDF8;
    transition:var(--transition);
}
.deniz-faq-item summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:16px;
    cursor:pointer;
    color:var(--green-dark);
    font-size:14px;
    font-weight:700;
    line-height:1.8;
    list-style:none;
}
.deniz-faq-item summary::-webkit-details-marker{
    display:none;
}
.deniz-faq-item summary::after{
    flex:none;
    content:"+";
    color:var(--gold);
    font-size:22px;
}
.deniz-faq-item[open] summary::after{
    content:"−";
}
.deniz-faq-content{
    padding:0 16px 18px;
    color:#62685F;
    font-size:13px;
    line-height:2.2;
}
/*==================================================
  CTA
==================================================*/
.deniz-cta,
.deniz-final-contact{
    max-width:1200px;
    margin:60px auto;
    padding:30px 20px;
    border:1px solid #A98245;
    border-radius:25px;
    background:
        linear-gradient(
            135deg,
            #00201C 0%,
            #102B1B 55%,
            #2F4934 100%
        );
    color:#FFFDF8;
    text-align:center;
    box-shadow:
        0 15px 35px rgba(0,32,28,.18);
}
.deniz-cta h3,
.deniz-final-contact h2{
    margin-bottom:15px;
    color:var(--gold-light);
    font-size:22px;
    line-height:1.6;
}
.deniz-cta p,
.deniz-final-contact p{
    margin-bottom:25px;
    color:#E9E3D8;
    font-size:14px;
    line-height:2;
}
.deniz-cta a,
.deniz-final-contact a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 30px;
    border-radius:35px;
    background:
        linear-gradient(
            135deg,
            var(--gold-light),
            var(--gold)
        );
    color:var(--green-dark);
    font-weight:700;
}
/*==================================================
  SHARE
==================================================*/
.deniz-share{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:40px auto;
}
.deniz-share a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border:1px solid #DDCBAE;
    border-radius:50%;
    background:#F5EFE4;
    color:var(--green-dark);
    font-size:17px;
    transition:var(--transition);
}
/*==================================================
  BREADCRUMB
==================================================*/
.deniz-breadcrumb{
    width:100%;
    max-width:1320px;
    margin:0 auto 30px;
    padding:10px 14px;
    border:1px solid #9D7842;
    border-radius:15px;
    background:
        linear-gradient(
            135deg,
            #00201C,
            #102B1B
        );
    color:var(--gold-light);
    font-size:12px;
}
.deniz-breadcrumb a{
    color:var(--gold-light);
}
/*==================================================
  PRICE
==================================================*/
.deniz-price{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:15px;
}
.deniz-price .old-price{
    color:#999;
    font-size:14px;
    text-decoration:line-through;
}
.deniz-price .new-price{
    color:var(--green-dark);
    font-size:18px;
    font-weight:700;
}
/*==================================================
  TRUST
==================================================*/
.deniz-trust{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin-top:25px;
}
.deniz-trust-item{
    display:flex;
    align-items:center;
    gap:8px;
    color:#596258;
    font-size:12px;
}
.deniz-trust-item i{
    color:var(--gold);
    font-size:18px;
}
/*==================================================
  FILTER
==================================================*/
.deniz-filter{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-bottom:30px;
}
.deniz-filter button{
    padding:8px 16px;
    border:1px solid #DCC9A8;
    border-radius:30px;
    background:#FFFDF8;
    color:var(--green-dark);
    font-family:inherit;
    font-size:12px;
    cursor:pointer;
    transition:var(--transition);
}
/*==================================================
  ACTIONS
==================================================*/
.deniz-actions{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-top:20px;
}
.deniz-view-btn,
.deniz-call-btn,
.deniz-card .product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
}
.deniz-view-btn{
    padding:11px 28px;
    background:
        linear-gradient(
            135deg,
            #00201C,
            #2F4934
        );
    color:var(--gold-light);
}
.deniz-call-btn{
    padding:11px 22px;
    border:1px solid #DCC9A8;
    background:#F5EFE4;
    color:var(--green-dark);
}
.deniz-card .product-btn{
    margin-top:20px;
    padding:10px 25px;
    background:
        linear-gradient(
            135deg,
            #00201C,
            #2F4934
        );
    color:var(--gold-light);
}
/*==================================================
  PREMIUM / FEATURED
==================================================*/
.deniz-card.featured > a{
    background:
        linear-gradient(
            145deg,
            #F9F3E8,
            #EEE2CD
        );
    box-shadow:var(--shadow);
}
.deniz-card.premium > a{
    border:1px solid #DCC9A8;
    background:
        linear-gradient(
            145deg,
            #FFFDF8,
            #F5EEE1
        );
}
/*==================================================
  BRAND
==================================================*/
.deniz-brand{
    position:relative;
    color:var(--green-dark);
}
.deniz-brand::after{
    position:absolute;
    right:0;
    bottom:-5px;
    width:100%;
    height:2px;
    background:
        linear-gradient(
            90deg,
            var(--gold),
            var(--gold-light)
        );
    content:"";
}
/*==================================================
  FOOTER LINKS
==================================================*/
.deniz-footer-links{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
    margin-top:50px;
}
.deniz-footer-links h4{
    margin-bottom:12px;
    color:var(--green-dark);
    font-size:16px;
}
.deniz-footer-links a{
    display:block;
    margin-bottom:7px;
    color:#62685F;
    font-size:14px;
    transition:var(--transition);
}
/*==================================================
  FOCUS
==================================================*/
.deniz-card a:focus-visible,
.deniz-share a:focus-visible,
.deniz-final-contact a:focus-visible,
.deniz-filter button:focus-visible{
    outline:3px solid var(--gold);
    outline-offset:4px;
}
/*==================================================
  TABLET
==================================================*/
@media (min-width:600px){
    .deniz-products{
        padding:65px 20px;
    }
    .deniz-heading h2{
        font-size:38px;
    }
    .deniz-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:35px;
    }
    .deniz-card h3{
        font-size:20px;
    }
    .deniz-intro{
        font-size:15px;
    }
    .deniz-trust-box{
        grid-template-columns:repeat(2,1fr);
    }
    .deniz-advantages{
        grid-template-columns:repeat(2,1fr);
    }
    .deniz-related-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .deniz-actions{
        flex-direction:row;
        justify-content:center;
    }
    .deniz-view-btn,
    .deniz-call-btn{
        width:auto;
    }
    .deniz-footer-links{
        grid-template-columns:repeat(2,1fr);
    }
}
/*==================================================
  DESKTOP
==================================================*/
@media (min-width:992px){
    .deniz-products{
        padding:80px 20px;
    }
    .deniz-heading{
        margin-bottom:45px;
    }
    .deniz-heading h2{
        font-size:46px;
    }
    .deniz-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:42px;
    }
    .deniz-card .image-box{
        border-radius:var(--radius);
    }
    .deniz-card h3{
        font-size:22px;
    }
    .deniz-card p{
        font-size:15px;
    }
    .deniz-trust-box{
        grid-template-columns:repeat(4,1fr);
        gap:25px;
    }
    .deniz-product-detail{
        margin:80px auto;
    }
    .deniz-product-title{
        font-size:36px;
    }
    .deniz-product-description{
        font-size:16px;
    }
    .deniz-advantages{
        grid-template-columns:repeat(3,1fr);
        gap:25px;
    }
    .deniz-related-grid{
        grid-template-columns:repeat(4,1fr);
    }
    .deniz-footer-links{
        grid-template-columns:repeat(4,1fr);
    }
    .deniz-final-contact{
        padding:45px 30px;
    }
    .deniz-final-contact h2{
        font-size:32px;
    }
}
/*==================================================
  LARGE DESKTOP
==================================================*/
@media (min-width:1200px){
    .deniz-products .container{
        max-width:1320px;
    }
    .deniz-grid{
        gap:45px;
    }
}
/*==================================================
  HOVER
  تم سبز و طلایی هماهنگ با بنر
==================================================*/
@media (hover:hover) and (pointer:fine){
    .deniz-card:hover{
        transform:translateY(-8px);
    }
    .deniz-card:hover > a{
        background:
            linear-gradient(
                145deg,
                #F9F4EA,
                #EFE3CD
            );
        box-shadow:var(--shadow-hover);
    }
    .deniz-card:hover .image-box img{
        transform:scale(1.05);
    }
    .deniz-card:hover h3{
        color:var(--green);
    }
    .deniz-card:hover .read-more{
        color:var(--green-dark);
    }
    .deniz-card:hover .read-more::after{
        transform:translateX(-5px);
        color:var(--gold);
    }
    .deniz-advantage-item:hover{
        transform:translateY(-6px);
        border-color:#D3AE69;
        box-shadow:
            0 18px 40px rgba(16,43,27,.18);
    }
    .deniz-related-item:hover{
        transform:translateY(-6px);
        border-color:#D3AE69;
    }
    .deniz-card .product-btn:hover,
    .deniz-view-btn:hover{
        background:
            linear-gradient(
                135deg,
                #2F4934,
                #00201C
            );
        color:var(--gold-light);
        transform:translateY(-2px);
    }
    .deniz-call-btn:hover{
        border-color:var(--green);
        background:var(--green-dark);
        color:var(--gold-light);
    }
    .deniz-final-contact a:hover,
    .deniz-cta a:hover{
        transform:translateY(-3px);
        box-shadow:0 8px 20px rgba(209,158,80,.25);
    }
    .deniz-share a:hover{
        background:var(--green-dark);
        color:var(--gold-light);
        border-color:var(--gold);
        transform:translateY(-4px);
    }
    .deniz-filter button:hover,
    .deniz-filter button.active{
        border-color:var(--green-dark);
        background:
            linear-gradient(
                135deg,
                #00201C,
                #2F4934
            );
        color:var(--gold-light);
    }
    .deniz-footer-links a:hover{
        padding-right:5px;
        color:var(--green-dark);
    }
}
/*==================================================
  ACCESSIBILITY
==================================================*/
@media (prefers-reduced-motion:reduce){
    *,
    *::before,
    *::after{
        scroll-behavior:auto!important;
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        transition-duration:.01ms!important;
    }
}
/*==================================================
  HIGH CONTRAST
==================================================*/
@media (prefers-contrast:high){
    .deniz-card h3,
    .deniz-trust-box h4,
    .deniz-advantage-item h4{
        color:#00201C;
    }
    .deniz-card p,
    .deniz-trust-box p,
    .deniz-advantage-item p{
        color:#222;
    }
    .deniz-card > a{
        border:1px solid #2F4934;
    }
}
/*==================================================
  PRINT
==================================================*/
@media print{
    .deniz-products{
        padding:20px;
    }
    .deniz-card:hover,
    .deniz-advantage-item:hover,
    .deniz-related-item:hover{
        transform:none;
    }
    .deniz-card > a{
        box-shadow:none!important;
        background:none!important;
    }
    .deniz-share,
    .deniz-card .read-more{
        display:none;
    }
}
</style>
<h1>
خرید کابینت MDF سفارشی از <strong>یاشیل</strong>
</h1>
</header>
</html>
{{کادرهای متحرک/کابینت یاشیل}}
{{باکس شناور/کابینت یاشیل}}
{{منوی پایین صفحه/کابینت یاشیل}}
<html lang="fa" dir="rtl">


<body>
<body>
خط ۵۴: خط ۱٬۴۴۷:
<!-- Heading -->
<!-- Heading -->


<header class="deniz-heading">


<h2  style="">
خرید کابینت MDF سفارشی از <strong>یاشیل</strong>
</h2>
</header>


<!-- SEO Intro -->
<!-- SEO Intro -->
خط ۱۰۳: خط ۱٬۴۹۰:


<img
<img
src="https://dl.faraghaib.ir/m/260015-01/260015-01-13.jpg"
src="https://dl.faraghaib.ir/m/260015-01/260015-01-11.jpg"
alt="کابینت MDF مدرن یاشیل"
alt="کابینت MDF مدرن یاشیل"
loading="lazy">
loading="lazy">
خط ۱۵۵: خط ۱٬۵۴۲:


<img
<img
src="https://dl.faraghaib.ir/m/260015-01/260015-01-14.jpg"
src="https://dl.faraghaib.ir/m/260015-01/260015-01-35.jpg"
alt="کابینت MDF کلاسیک یاشیل"
alt="کابینت MDF کلاسیک یاشیل"
loading="lazy">
loading="lazy">
خط ۲۰۲: خط ۱٬۵۸۹:


<img
<img
src="https://dl.faraghaib.ir/m/260015-01/260015-01-15.jpg"
src="https://dl.faraghaib.ir/m/260015-01/260015-01-36.jpg"
alt="کابینت MDF نئوکلاسیک یاشیل"
alt="کابینت MDF نئوکلاسیک یاشیل"
loading="lazy">
loading="lazy">
خط ۳۸۹: خط ۱٬۷۷۶:


</html>
</html>
  {{کانتینر اسلایدر و پس زمینه/کابینت یاشیل}}
 
{{کانتینر اسلایدر و پس زمینه/کابینت یاشیل}}
 
 
<html>
<html>