پرش به محتوا

تست برای چاپ - فراغیب

از فراغیب
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۳۵: خط ۳۵:


<header >
<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:#111;
    --secondary:#666;
    --border:#ececec;
    --bg:#fff;
    --hover:#fafafa;
    --radius:22px;
    --shadow:0 8px 20px rgba(0,0,0,.06);
    --shadow-hover:0 18px 40px rgba(0,0,0,.12);
    --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:#fff;
    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:#fff;
    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:#111;
    font-size:28px;
    font-weight:700;
    line-height:1.4;
}
.deniz-heading::after{
    display:block;
    width:60px;
    height:2px;
    margin:8px auto 0;
    background:#d9d9d9;
    content:"";
}
/*==================================================
  INTRO
==================================================*/
.deniz-intro{
    max-width:1000px;
    margin:0 auto 45px;
    padding-inline:5px;
    color:#555;
    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:#111;
}
/*==================================================
  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:#f7f7f7;
    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:#111;
    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:#555;
    font-size:14px;
    font-weight:700;
}
.deniz-card .read-more::after{
    content:"←";
    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:#f6f6f6;
    color:#555;
    font-size:11px;
}
/*==================================================
  BADGE
==================================================*/
.deniz-card .product-badge{
    position:absolute;
    top:12px;
    right:12px;
    z-index:2;
    padding:5px 10px;
    border-radius:30px;
    background:#111;
    color:#fff;
    font-size:11px;
    font-weight:700;
    line-height:1.5;
}
.deniz-card .product-badge.new{
    background:#2ecc71;
}
.deniz-card .product-badge.sale{
    background:#e74c3c;
}
.deniz-card .product-badge.best{
    background:#f39c12;
}
/*==================================================
  ICON
==================================================*/
.deniz-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:45px;
    height:45px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#f4f4f4;
    color:#222;
    font-size:20px;
}
/*==================================================
  TRUST BOX
==================================================*/
.deniz-trust-box{
    display:grid;
    grid-template-columns:1fr;
    gap:15px;
    margin-top:45px;
    padding:25px 15px;
    border-radius:25px;
    background:#fafafa;
    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:#111;
    color:#fff;
    font-size:22px;
}
.deniz-trust-box h4{
    margin-bottom:8px;
    color:#111;
    font-size:15px;
}
.deniz-trust-box p{
    color:#666;
    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:#111;
    font-size:24px;
    font-weight:700;
    line-height:1.5;
}
.deniz-product-description{
    margin-bottom:30px;
    color:#555;
    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:#fff;
}
.deniz-specs tr:nth-child(even){
    background:#fafafa;
}
.deniz-specs td{
    padding:12px;
    border-bottom:1px solid #eee;
    font-size:13px;
}
.deniz-specs td:first-child{
    width:40%;
    color:#111;
    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-radius:22px;
    background:#fff;
    box-shadow:var(--shadow);
    text-align:center;
}
.deniz-advantage-item .icon{
    margin-bottom:12px;
    color:#111;
    font-size:32px;
}
.deniz-advantage-item h4{
    margin-bottom:8px;
    color:#111;
    font-size:17px;
}
.deniz-advantage-item p{
    color:#666;
    font-size:14px;
    line-height:2;
}
/*==================================================
  REVIEWS
==================================================*/
.deniz-reviews{
    margin-top:55px;
}
.deniz-review-item{
    margin-bottom:20px;
    padding:20px;
    border-radius:20px;
    background:#fff;
    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:#111;
    font-size:15px;
    font-weight:700;
}
.deniz-stars{
    color:#555;
    font-size:16px;
    letter-spacing:2px;
}
.deniz-review-text{
    color:#666;
    font-size:14px;
    line-height:2;
}
/*==================================================
  RELATED PRODUCTS
==================================================*/
.deniz-related{
    margin-top:60px;
}
.deniz-related-title{
    margin-bottom:30px;
    color:#111;
    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-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);
}
.deniz-related-item img{
    width:100%;
    aspect-ratio:1;
    object-fit:cover;
}
.deniz-related-item h5{
    padding:14px;
    color:#111;
    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:#111;
    font-size:24px;
    font-weight:700;
    line-height:1.6;
    text-align:center;
}
.deniz-faq-item{
    margin-bottom:12px;
    overflow:hidden;
    border:1px solid #ececec;
    border-radius:18px;
    background:#fff;
    transition:var(--transition);
}
.deniz-faq-item summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:16px;
    cursor:pointer;
    color:#111;
    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:"+";
    font-size:22px;
}
.deniz-faq-item[open] summary::after{
    content:"−";
}
.deniz-faq-content{
    padding:0 16px 18px;
    color:#666;
    font-size:13px;
    line-height:2.2;
}
/*==================================================
  CTA
==================================================*/
.deniz-cta,
.deniz-final-contact{
    max-width:1200px;
    margin:60px auto;
    padding:30px 20px;
    border-radius:25px;
    background:#111;
    color:#fff;
    text-align:center;
}
.deniz-cta h3,
.deniz-final-contact h2{
    margin-bottom:15px;
    font-size:22px;
    line-height:1.6;
}
.deniz-cta p,
.deniz-final-contact p{
    margin-bottom:25px;
    color:#ddd;
    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:#fff;
    color:#111;
    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-radius:50%;
    background:#f5f5f5;
    color:#222;
    font-size:17px;
}
/*==================================================
  BREADCRUMB
==================================================*/
.deniz-breadcrumb{
    width:100%;
    max-width:1320px;
    margin:0 auto 30px;
    padding:10px 14px;
    border-radius:15px;
    background:#00401A;
    color:#FFF8C9;
    font-size:12px;
}
.deniz-breadcrumb a{
    color:#FFF8C9;
}
/*==================================================
  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:#111;
    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:#555;
    font-size:12px;
}
.deniz-trust-item i{
    color:#222;
    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 #ddd;
    border-radius:30px;
    background:#fff;
    color:#111;
    font-family:inherit;
    font-size:12px;
    cursor:pointer;
}
/*==================================================
  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:#111;
    color:#fff;
}
.deniz-call-btn{
    padding:11px 22px;
    border:1px solid #ddd;
    background:#f5f5f5;
    color:#111;
}
.deniz-card .product-btn{
    margin-top:20px;
    padding:10px 25px;
    background:#111;
    color:#fff;
}
/*==================================================
  PREMIUM / FEATURED
==================================================*/
.deniz-card.featured > a{
    background:#fafafa;
    box-shadow:var(--shadow);
}
.deniz-card.premium > a{
    border:1px solid #ededed;
    background:#fff;
}
/*==================================================
  BRAND
==================================================*/
.deniz-brand{
    position:relative;
}
.deniz-brand::after{
    position:absolute;
    right:0;
    bottom:-5px;
    width:100%;
    height:2px;
    background:#111;
    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:#111;
    font-size:16px;
}
.deniz-footer-links a{
    display:block;
    margin-bottom:7px;
    color:#666;
    font-size:14px;
}
/*==================================================
  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 #777;
    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
  فقط دستگاه‌هایی که واقعاً hover دارند
==================================================*/
@media (hover:hover) and (pointer:fine){
    .deniz-card:hover{
        transform:translateY(-8px);
    }
    .deniz-card:hover > a{
        background:var(--hover);
        box-shadow:var(--shadow-hover);
    }
    .deniz-card:hover .image-box img{
        transform:scale(1.05);
    }
    .deniz-card:hover h3{
        color:#444;
    }
    .deniz-card:hover .read-more{
        color:#111;
    }
    .deniz-card:hover .read-more::after{
        transform:translateX(-5px);
    }
    .deniz-advantage-item:hover{
        transform:translateY(-6px);
        box-shadow:var(--shadow-hover);
    }
    .deniz-related-item:hover{
        transform:translateY(-6px);
    }
    .deniz-card .product-btn:hover,
    .deniz-view-btn:hover{
        background:#333;
        transform:translateY(-2px);
    }
    .deniz-call-btn:hover{
        border-color:#111;
        background:#111;
        color:#fff;
    }
    .deniz-final-contact a:hover,
    .deniz-cta a:hover{
        transform:translateY(-3px);
    }
    .deniz-share a:hover{
        background:#111;
        color:#fff;
        transform:translateY(-4px);
    }
    .deniz-filter button:hover,
    .deniz-filter button.active{
        border-color:#111;
        background:#111;
        color:#fff;
    }
    .deniz-footer-links a:hover{
        padding-right:5px;
        color:#111;
    }
}
/*==================================================
  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:#000;
    }
    .deniz-card p,
    .deniz-trust-box p,
    .deniz-advantage-item p{
        color:#222;
    }
    .deniz-card > a{
        border:1px solid #333;
    }
}
/*==================================================
  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>
<h1>

نسخهٔ ‏۱۷ اوت ۲۰۲۶، ساعت ۱۲:۳۶

کابینت ام دی اف یاشیل
کابینت MDF سفارشی | طراحی، ساخت و اجرای کابینت مدرن و کلاسیک **یاشیل**

خرید کابینت MDF سفارشی از یاشیل


کادر معرفی

تماس با ما

برند یاشیل تولیدکننده و مجری انواع کابینت MDF سفارشی با طراحی مدرن، ساخت اختصاصی، استفاده از MDF درجه یک، یراق‌آلات باکیفیت و اجرای دقیق برای آشپزخانه‌های مدرن، کلاسیک و نئوکلاسیک است. برای دریافت مشاوره رایگان و استعلام قیمت با 09120713319 تماس بگیرید.

کیفیت ساخت ممتاز

استفاده از MDF مرغوب، یراق‌آلات استاندارد و اجرای دقیق برای افزایش دوام و زیبایی کابینت

🏆

طراحی کاملاً سفارشی

طراحی متناسب با فضای آشپزخانه، سلیقه مشتری و بهترین بهره‌وری از فضای موجود

اجرای حرفه‌ای

اندازه‌گیری دقیق، تولید استاندارد و نصب اصولی توسط تیم متخصص یاشیل

مشاوره رایگان

برای دریافت مشاوره، طراحی اولیه و استعلام قیمت با 09120713319 تماس بگیرید.

کابینت MDF سفارشی یاشیل

کابینت‌های MDF یاشیل با بهره‌گیری از صفحات MDF باکیفیت، یراق‌آلات استاندارد، طراحی اختصاصی و اجرای دقیق تولید می‌شوند. این کابینت‌ها علاوه بر زیبایی ظاهری، فضای آشپزخانه را به بهترین شکل سازمان‌دهی کرده و دوام بالایی در استفاده روزمره دارند. برای دریافت مشاوره و ثبت سفارش با شماره 09120713319 تماس بگیرید.

جنس بدنه MDF درجه یک با روکش ملامینه یا PVC
یراق‌آلات ریل و لولا آرام‌بند با کیفیت بالا
نوع طراحی مدرن، کلاسیک و نئوکلاسیک
کاربرد آشپزخانه، جزیره، کمد دیواری و دکوراسیون داخلی
خدمات طراحی، ساخت، حمل و نصب تخصصی

 


طراحی و اجرای کابینت

کابینت یاشیل

طراحی مدرن، ساخت کابینت آشپزخانه و اجرای تخصصی با متریال باکیفیت

🏠

طراحی اختصاصی

طراحی کابینت کاملاً متناسب با ابعاد آشپزخانه، نیاز خانواده و سبک دکوراسیون داخلی.

🛠

متریال درجه یک

استفاده از MDF مرغوب، یراق‌آلات استاندارد و تجهیزات باکیفیت برای افزایش دوام و طول عمر کابینت.

اجرای حرفه‌ای

اندازه‌گیری، طراحی، تولید و نصب دقیق توسط تیم متخصص یاشیل با تضمین کیفیت اجرا.

مشتری یاشیل ★★★★★

کیفیت ساخت کابینت بسیار عالی بود، طراحی دقیق انجام شد و نصب کاملاً تمیز و حرفه‌ای انجام گرفت.

صاحب منزل ★★★★★

از طراحی سه‌بعدی تا اجرای نهایی همه چیز دقیق انجام شد و نتیجه دقیقاً مطابق انتظار ما بود.

سوالات متداول درباره کابینت MDF یاشیل

چرا کابینت MDF یاشیل انتخاب مناسبی است؟
کابینت‌های MDF یاشیل با استفاده از متریال درجه یک، یراق‌آلات باکیفیت، طراحی اختصاصی و اجرای حرفه‌ای تولید می‌شوند و علاوه بر زیبایی، دوام و کارایی بالایی دارند.
آیا امکان طراحی کابینت به صورت سفارشی وجود دارد؟
بله، تمامی کابینت‌ها متناسب با ابعاد آشپزخانه، سبک دکوراسیون و سلیقه مشتری طراحی و تولید می‌شوند.
برای دریافت قیمت کابینت MDF چه کاری باید انجام دهم؟
کافی است برای دریافت مشاوره رایگان، ثبت درخواست بازدید و استعلام قیمت با شماره 09120713319 تماس بگیرید.

سفارش کابینت MDF سفارشی از یاشیل

اگر به دنبال کابینتی زیبا، باکیفیت و کاملاً سفارشی هستید، کارشناسان یاشیل آماده ارائه مشاوره رایگان، طراحی سه‌بعدی و اعلام قیمت هستند. برای ارتباط مستقیم با شماره 09120713319 تماس بگیرید.

تماس با کارشناسان