שאלות נפוצות

<!-- הטמעת גופן -->
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">

<style>
  details {
    background: #000000;
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 12px;
    border-radius: 10px;
    direction: rtl;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
  }

  summary {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #FFD700; /* צהוב */
  }

  summary::marker {
    content: "➤ ";
  }

  p {
    margin: 8px 0 0;
  }

  h2.faq-title {
    text-align: center;
    color: #FFD700; /* צהוב */
    font-size: 26px;
    margin-bottom: 25px;
    font-family: 'Varela Round', sans-serif;
  }
</style>

<h2 class="faq-title">שאלות נפוצות</h2>

<details>
  <summary>🚚 זמני משלוח?</summary>
  <p>זמן המשלוח הוא בין 9–16 ימי עסקים.</p>
</details>

<details>
  <summary>📏 איך אני יודע מה המידה שלי?</summary>
  <p>מתחת לכל חולצה נמצאת טבלת מידות - ילדים / מבוגרים.<br>
  במידה ויש התלבטות בין מידות – מומלץ לקחת מידה אחת יותר.</p>
</details>

<details>
  <summary>💳 איזה אמצעי תשלום יש?</summary>
  <p>כל סוגי האשראי דרך פייפאל.</p>
</details>

<details>
  <summary>👕 החולצות מקוריות?</summary>
  <p>לא, כל החולצות הן רפליקה 1:1 למקורי – ללא שום הבדל!</p>
</details>