Donata Embroidered Blouse

Donata Embroidered Blouse

Category: Blouse Available
Purchasable on official site
For more information, visit our official website at islee.com.my

Description

<section class="candice-section">
<section class="faq-section">
<h2><strong><span style="font-size:20px">Product Information</span></strong></h2>
<!-- === SKU Tab === -->

<div class="faq-item"><button class="faq-toggle">SKU<span class="faq-arrow"></span></button>

<div class="faq-content">
<p>629607</p>
</div>
</div>
<!-- === Features Tab === -->

<div class="faq-item"><button class="faq-toggle">Features<span class="faq-arrow"></span></button>

<div class="faq-content">
<ul style="list-style:disc; margin-bottom:0; margin-left:0; margin-right:0; margin-top:0; padding-left:20px">
                <li>Soft chiffon fabric adorned with red botanical patterns, adding a highlight to the gentle base color.</li>
                <li> Round neck button-down design, pleated details at the chest, slightly puffed short sleeves, and a relaxed fit.</li>
              <li> - The entire top exudes a light, sweet, gentle, and elegant feel.</li>
                <li>Model B is 170cm tall, wears size S.</li>
                <li>Please allow 20&ndash;30% colour discrepancy due to lighting and monitor resolution. This variance is not considered a defect.</li>
                <li>Kindly note that all measurements are subjected to a 1-inch allowance.</li>
</ul>
</div>
</div>
<!-- === Care Instructions Tab === -->

<div class="faq-item"><button class="faq-toggle">Care Instructions<span class="faq-arrow"></span></button>

<div class="faq-content">
<ul style="list-style:disc; margin-bottom:0; margin-left:0; margin-right:0; margin-top:0; padding-left:20px">
                <li>Hand wash gently in cold water using mild detergent.</li>
                <li>Do not bleach or tumble dry.</li>
                <li>Line dry in shade to maintain the fabric&rsquo;s sheen and color.</li>
                <li>Iron on low heat if needed.</li>
                <li>Store in a cool, dry place away from direct sunlight.</li>
</ul>
</div>
</div>
<!-- === Size Chart Tab === -->

<div class="faq-item"><button class="faq-toggle">Size Chart<span class="faq-arrow"></span></button>

<div class="faq-content">
<div class="table-responsive">
<table class="custom-table">
                <thead>
                                <tr>
                                                <th>Size / Measurements</th>
                                              <th>Burst (Inches)</th>
                                           <th>Length (Inches)</th>
                                                <th>Hem Width (Inches)</th>
                                          <th>Sleeve Length(Inches)</th>
                                           <th>Cuff (Inches)</th>
                </tr>
                </thead>
                <tbody>
                                <tr>
                                                <td>S</td>
                                                <td>36</td>
                                                <td>22</td>
                                                <td>39</td>
                                           <td>8.5</td>
                                            <td>10.5</td>

                                </tr>
                                <tr>
                                                <td>M</td>
                                                <td>38</td>
                                                <td>22</td>
                                                <td>41</td>
                                           <td>8.5</td>
                                            <td>11</td>

                                </tr>
                                <tr>
                                                <td>L</td>
                                                <td>40</td>
                                                <td>23</td>
                                                <td>43</td>
                                           <td>9</td>
                                            <td>12</td>

                                </tr>
                                <tr>
                                                <td>XL</td>
                                                <td>43</td>
                                                <td>24</td>
                                                <td>46</td>
                                           <td>9</td>
                                           <td>13</td>

                </tr>
                </tbody>
</table>
</div>
</div>
</div>

<div class="faq-item"><button class="faq-toggle">Return / Exchange Policy<span class="faq-arrow"></span></button>

<div class="faq-content">
<p>You have (15 working days) to return items from the date you received it.</p>

<p>ISLEE provide returns for all items (except Sale Items / Discounted Items / or any other purchases by using promo codes). Returns can only be made one time per purchases.</p>

<p>To be eligible for a return, your item must be unused and in the original condition that you received it. Your item must be in the original packing (with tags, unworn, unwashed and unaltered). Exchanges / Refunds will be declined for those products which do not meet all the mentioned conditions. Items that has changed color as it&rsquo;s already been soaked are strictly non-refundable or exchange.</p>

<p>Your returned item needs to have the receipt or proof of purchase. You may reprint it under your Account if you do not keep a copy or lost.</p>
</div>
</div>
</section>
<style type="text/css">/* === Shared FAQ Style (Candice version) === */
    .candice-section {
      max-width: 1200px;
margin: 0 auto;
      font-family: "Helvetica Neue", Arial, sans-serif;
    }
    .candice-section .faq-section { font-family: "Helvetica Neue", Arial, sans-serif; }
    .candice-section .faq-item { border-bottom: 1px solid #eaeaea; }

    .candice-section .faq-toggle {
      width: 100%;
      padding: 18px 0;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      background: transparent;
      border: none;
      color: #111;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: color 0.2s ease;
    }
    .candice-section .faq-toggle:hover { color: #6dc067; }
    .candice-section .faq-toggle:focus,
    .candice-section .faq-toggle:active {
      outline: none;
      border: none;
      box-shadow: none;
    }

    .candice-section .faq-arrow {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-right: 2px solid #555;
      border-bottom: 2px solid #555;
      transform: rotate(45deg);
      transition: transform 0.3s ease, border-color 0.3s ease;
    }
    .candice-section .faq-toggle.active .faq-arrow {
      transform: rotate(-135deg);
      border-color: #6dc067;
    }

    .candice-section .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s ease;
      color: #555;
      font-size: 15px;
      line-height: 1.6;
      opacity: 0;
      border: none !important;
    }
    .candice-section .faq-content.open {
      max-height: 500px;
      opacity: 1;
      padding-bottom: 16px;
      border: none !important;
    }

    /* === Table Styling === */
    .candice-section .custom-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 12px;
      overflow: hidden;
      margin: 20px 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      font-size: 13px;
      table-layout: auto;
      font-family: Arial, sans-serif;
    }
    .candice-section .custom-table th,
    .candice-section .custom-table td {
      padding: 10px 12px;
      text-align: center;
      vertical-align: middle;
      word-wrap: break-word;
      white-space: normal;
    }
    .candice-section .custom-table th {
      background: linear-gradient(135deg, #b3b3b3, #e6e6e6);
      color: #333;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
    }
    .candice-section .custom-table td {
      color: #333;
      background-color: #fafafa;
    }
    .candice-section .custom-table tr:nth-child(even) td { background-color: #f2f2f2; }
    .candice-section .custom-table tr:hover td {
      background-color: #e6e6e6;
      transition: 0.3s ease;
    }
    .candice-section .table-responsive { width: 100%; overflow-x: auto; }

    /* === Responsive Adjustments === */
    @media (max-width: 992px) {
      .candice-section { padding: 0 15px; }
      .candice-section .custom-table th,
      .candice-section .custom-table td {
        font-size: 13px;
        padding: 8px 10px;
      }
    }
</style>
<script>
    document.querySelectorAll('.candice-section .faq-toggle').forEach(button => {
      button.addEventListener('click', () => {
        const content = button.nextElementSibling;
        const isActive = button.classList.contains('active');
        const parent = button.closest('.candice-section');

        parent.querySelectorAll('.faq-toggle').forEach(btn => btn.classList.remove('active'));
        parent.querySelectorAll('.faq-content').forEach(c => {
          c.classList.remove('open');
          c.style.maxHeight = null;
        });

        if (!isActive) {
          button.classList.add('active');
          content.classList.add('open');
          content.style.maxHeight = content.scrollHeight + 'px';
        }
      });
    });
  </script></section>


More detail about Sislee Fashion Sdn Bhd
Sislee Fashion Sdn Bhd
Sislee Fashion Sdn Bhd ISLEE | Women’s Online Fashion Store Malaysia – Trendy Dresses, Pants, Skirts & Tops
Contact Us flagMalaysia