{"product_id":"tuxedo-yves-saint-laurent","title":"Tuxedo Yves Saint Laurent - טוקסידו איב סאן לורן | מיניאטור (מוקטן)","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eYSL טוקסידו | מיניאטור 7.5 מ\"ל | בושם נישה יוניסקס | FRALORA\u003c\/title\u003e\n  \u003cmeta name=\"description\" content='Tuxedo מבית Yves Saint Laurent — EDP יוניסקס מיניאטור 7.5 מ\"ל. עלה סיגלית, קוריאנדר, ורד, פלפל שחור, פטשולי, וניל בורבון ואמברגריס. ניחוח אנדרוגיני-אלגנטי מ-La Collection Privée.'\u003e\n  \u003cmeta name=\"keywords\" content=\"YSL טוקסידו, ysl tuxedo perfume, yves saint laurent tuxedo, tuxedo la collection privee, בושם מיניאטור YSL, בושם יוניסקס אנדרוגיני, בושם ורד פלפל, בושם נישה YSL, ysl collection privee israel\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Cinzel:wght@400;600\u0026amp;family=Heebo:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    :root {\n      --gold:       #c9a84c;\n      --gold-light: #e8d08a;\n      --gold-pale:  #f5ead2;\n      --black:      #0a0a0a;\n      --charcoal:   #1a1814;\n      --deep:       #0e0d0b;\n      --warm-white: #f8f4ee;\n      --beige:      #e8ddd0;\n      --text-main:  #2a2420;\n      --text-muted: #7a6e64;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background-color: var(--warm-white);\n      color: var(--text-main);\n      font-family: 'Heebo', sans-serif;\n      font-weight: 300;\n      line-height: 1.8;\n      direction: rtl;\n      overflow-x: hidden;\n    }\n\n    \/* ── HERO ─────────────────────────────────────────── *\/\n    .hero {\n      position: relative;\n      background: var(--deep);\n      min-height: 65vh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      padding: 60px 24px;\n    }\n\n    \/* YSL — black\/gold dramatic glow *\/\n    .hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 65% 55% at 50% 40%, rgba(201,168,76,0.13) 0%, transparent 62%),\n        radial-gradient(ellipse 35% 45% at 88% 72%, rgba(201,168,76,0.07) 0%, transparent 55%),\n        radial-gradient(ellipse 28% 28% at 8% 15%,  rgba(201,168,76,0.05) 0%, transparent 50%);\n    }\n\n    \/* Sharp tuxedo stripes — subtle diagonal *\/\n    .hero::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background-image:\n        repeating-linear-gradient(\n          170deg,\n          transparent,\n          transparent 92px,\n          rgba(201,168,76,0.012) 92px,\n          rgba(201,168,76,0.012) 93px\n        );\n      pointer-events: none;\n    }\n\n    .hero \u003e * { position: relative; z-index: 1; }\n\n    \/* Miniature badge — prominent *\/\n    .hero-mini-badge {\n      font-family: 'Cinzel', serif;\n      font-size: 10px;\n      letter-spacing: 0.35em;\n      color: var(--black);\n      background: var(--gold);\n      padding: 6px 18px;\n      text-transform: uppercase;\n      margin-bottom: 22px;\n      opacity: 0;\n      animation: fadeUp 1s 0.1s forwards;\n    }\n\n    .hero-ornament {\n      font-family: 'Cinzel', serif;\n      font-size: clamp(10px, 1.4vw, 12px);\n      letter-spacing: 0.4em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      opacity: 0;\n      animation: fadeUp 1s 0.3s forwards;\n    }\n\n    .hero-brand {\n      font-family: 'Cinzel', serif;\n      font-size: clamp(10px, 1.5vw, 13px);\n      letter-spacing: 0.6em;\n      color: rgba(201,168,76,0.6);\n      text-transform: uppercase;\n      margin-bottom: 18px;\n      opacity: 0;\n      animation: fadeUp 1s 0.45s forwards;\n    }\n\n    .hero-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(56px, 11vw, 116px);\n      font-weight: 300;\n      color: var(--warm-white);\n      line-height: 0.93;\n      text-align: center;\n      letter-spacing: 0.05em;\n      opacity: 0;\n      animation: fadeUp 1s 0.6s forwards;\n    }\n\n    .hero-title em {\n      font-style: italic;\n      color: var(--gold-light);\n      display: block;\n      font-size: 0.48em;\n      letter-spacing: 0.32em;\n      margin-top: 12px;\n    }\n\n    .hero-sub {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(15px, 2vw, 20px);\n      font-style: italic;\n      color: rgba(248,244,238,0.42);\n      margin-top: 20px;\n      letter-spacing: 0.07em;\n      opacity: 0;\n      animation: fadeUp 1s 0.8s forwards;\n    }\n\n    .hero-divider {\n      width: 60px;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n      margin: 34px auto;\n      opacity: 0;\n      animation: fadeUp 1s 1s forwards;\n    }\n\n    .hero-tags {\n      display: flex;\n      gap: 10px;\n      flex-wrap: wrap;\n      justify-content: center;\n      opacity: 0;\n      animation: fadeUp 1s 1.2s forwards;\n    }\n\n    .hero-tag {\n      border: 1px solid rgba(201,168,76,0.3);\n      color: var(--gold-light);\n      font-family: 'Cinzel', serif;\n      font-size: 9px;\n      letter-spacing: 0.25em;\n      padding: 8px 16px;\n      text-transform: uppercase;\n    }\n\n    \/* ── SECTION WRAPPER ──────────────────────────────── *\/\n    .section {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 80px 28px;\n    }\n\n    .section-label {\n      font-family: 'Cinzel', serif;\n      font-size: 10px;\n      letter-spacing: 0.4em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .section-label::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(90deg, var(--gold), transparent);\n      opacity: 0.4;\n    }\n\n    h2.section-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(30px, 5vw, 46px);\n      font-weight: 400;\n      color: var(--charcoal);\n      line-height: 1.2;\n      margin-bottom: 28px;\n    }\n\n    h2.section-title em { font-style: italic; color: var(--gold); }\n\n    h3.sub-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(20px, 3vw, 28px);\n      font-weight: 400;\n      color: var(--charcoal);\n      margin: 48px 0 16px;\n    }\n\n    p {\n      font-size: clamp(15px, 1.8vw, 17px);\n      color: var(--text-main);\n      margin-bottom: 18px;\n      font-weight: 300;\n      line-height: 1.9;\n    }\n\n    \/* ── DARK BAND ────────────────────────────────────── *\/\n    .dark-band {\n      background: var(--charcoal);\n      padding: 80px 28px;\n    }\n\n    .dark-band .section { padding: 0; }\n    .dark-band .section-label { color: var(--gold); }\n    .dark-band .section-label::after { background: linear-gradient(90deg, var(--gold), transparent); }\n    .dark-band h2.section-title { color: var(--warm-white); }\n    .dark-band h2.section-title em { color: var(--gold-light); }\n    .dark-band p { color: rgba(248,244,238,0.75); }\n\n    \/* ── QUOTE BLOCK ──────────────────────────────────── *\/\n    .quote-block {\n      border-right: 3px solid var(--gold);\n      padding: 22px 30px;\n      margin: 44px 0;\n      background: rgba(201,168,76,0.04);\n    }\n\n    .quote-block p {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(18px, 2.8vw, 26px);\n      font-style: italic;\n      font-weight: 300;\n      color: var(--text-main);\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .quote-block cite {\n      display: block;\n      margin-top: 10px;\n      font-family: 'Cinzel', serif;\n      font-size: 9px;\n      letter-spacing: 0.3em;\n      color: var(--gold);\n      font-style: normal;\n    }\n\n    \/* ── BRAND SECTION ────────────────────────────────── *\/\n    .brand-section {\n      background: var(--deep);\n      padding: 80px 28px;\n    }\n\n    .brand-section .section { padding: 0; }\n    .brand-section .section-label { color: var(--gold); }\n    .brand-section h2.section-title { color: var(--warm-white); }\n    .brand-section h2.section-title em { color: var(--gold-light); }\n    .brand-section p { color: rgba(248,244,238,0.75); }\n\n    .brand-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      border: 1px solid rgba(201,168,76,0.35);\n      padding: 10px 20px;\n      margin-top: 28px;\n    }\n\n    .brand-badge::before {\n      content: '◆';\n      color: var(--gold);\n      font-size: 7px;\n    }\n\n    .brand-badge span {\n      font-family: 'Cinzel', serif;\n      font-size: 9px;\n      letter-spacing: 0.3em;\n      color: var(--gold);\n      text-transform: uppercase;\n    }\n\n    \/* ── NOTES PYRAMID ────────────────────────────────── *\/\n    .notes-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 2px;\n      margin-top: 48px;\n    }\n\n    .note-col {\n      background: rgba(201,168,76,0.05);\n      border: 1px solid rgba(201,168,76,0.18);\n      padding: 36px 18px;\n      text-align: center;\n      transition: background 0.3s;\n    }\n\n    .note-col:hover { background: rgba(201,168,76,0.12); }\n\n    .note-icon { display: block; margin: 0 auto 18px; opacity: 0.9; }\n\n    .note-col-label {\n      font-family: 'Cinzel', serif;\n      font-size: 9px;\n      letter-spacing: 0.35em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 14px;\n      display: block;\n    }\n\n    .note-col-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 20px;\n      font-style: italic;\n      color: var(--warm-white);\n      margin-bottom: 16px;\n      font-weight: 300;\n    }\n\n    .note-item {\n      font-size: 13px;\n      color: rgba(248,244,238,0.62);\n      line-height: 2.1;\n      font-weight: 300;\n    }\n\n    .note-item strong {\n      color: rgba(248,244,238,0.9);\n      font-weight: 400;\n      display: block;\n    }\n\n    \/* ── MINIATURE INFO BLOCK ─────────────────────────── *\/\n    .mini-block {\n      background: rgba(201,168,76,0.07);\n      border: 1px solid rgba(201,168,76,0.3);\n      padding: 36px 32px;\n      margin-top: 44px;\n      display: grid;\n      grid-template-columns: auto 1fr;\n      gap: 28px;\n      align-items: center;\n    }\n\n    .mini-block-icon {\n      flex-shrink: 0;\n    }\n\n    .mini-block-text h3 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(20px, 3vw, 26px);\n      font-weight: 400;\n      color: var(--warm-white);\n      margin-bottom: 10px;\n    }\n\n    .mini-block-text p {\n      font-size: 15px;\n      color: rgba(248,244,238,0.7);\n      line-height: 1.8;\n      margin: 0;\n    }\n\n    @media (max-width: 560px) {\n      .mini-block { grid-template-columns: 1fr; }\n    }\n\n    \/* ── SPECS TABLE ──────────────────────────────────── *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 36px;\n      font-size: 14px;\n    }\n\n    .specs-table tr { border-bottom: 1px solid rgba(201,168,76,0.13); }\n    .specs-table td { padding: 15px 8px; vertical-align: top; }\n\n    .specs-table td:first-child {\n      font-family: 'Cinzel', serif;\n      font-size: 10px;\n      letter-spacing: 0.22em;\n      color: var(--gold);\n      text-transform: uppercase;\n      width: 36%;\n    }\n\n    .specs-table td:last-child { color: var(--text-main); font-weight: 400; }\n\n    \/* ── FEATURES ─────────────────────────────────────── *\/\n    .features { list-style: none; margin-top: 28px; }\n\n    .features li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      padding: 15px 0;\n      border-bottom: 1px solid rgba(201,168,76,0.12);\n      font-size: 15px;\n      color: var(--text-main);\n    }\n\n    .features li::before {\n      content: '◆';\n      color: var(--gold);\n      font-size: 8px;\n      margin-top: 7px;\n      flex-shrink: 0;\n    }\n\n    \/* ── VIBE SECTION ─────────────────────────────────── *\/\n    .vibe-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));\n      gap: 14px;\n      margin-top: 38px;\n    }\n\n    .vibe-card {\n      border: 1px solid rgba(201,168,76,0.22);\n      padding: 26px 18px;\n      transition: border-color 0.3s, background 0.3s;\n    }\n\n    .vibe-card:hover {\n      border-color: var(--gold);\n      background: rgba(201,168,76,0.04);\n    }\n\n    .vibe-icon { display: block; margin-bottom: 13px; }\n\n    .vibe-card-title {\n      font-family: 'Cinzel', serif;\n      font-size: 10px;\n      letter-spacing: 0.28em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 7px;\n      display: block;\n    }\n\n    .vibe-card-text {\n      font-size: 14px;\n      color: rgba(248,244,238,0.62);\n      line-height: 1.7;\n      margin: 0;\n    }\n\n    .vibe-verdict {\n      margin-top: 38px;\n      border-right: 3px solid var(--gold);\n      padding: 20px 24px;\n      background: rgba(201,168,76,0.06);\n    }\n\n    .vibe-verdict p {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(17px, 2.2vw, 23px);\n      font-style: italic;\n      color: rgba(248,244,238,0.92);\n      margin: 0;\n      line-height: 1.6;\n    }\n\n    \/* ── FAQ ──────────────────────────────────────────── *\/\n    .faq-list { margin-top: 40px; list-style: none; }\n    .faq-item { border-bottom: 1px solid rgba(201,168,76,0.15); }\n\n    .faq-question {\n      width: 100%;\n      background: none;\n      border: none;\n      text-align: right;\n      padding: 22px 0;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .faq-question-text {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(16px, 2.2vw, 21px);\n      font-weight: 400;\n      color: var(--warm-white);\n      text-align: right;\n    }\n\n    .faq-icon {\n      flex-shrink: 0;\n      width: 22px;\n      height: 22px;\n      border: 1px solid var(--gold);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: transform 0.3s, background 0.3s;\n      color: var(--gold);\n      font-size: 14px;\n    }\n\n    .faq-item.open .faq-icon {\n      transform: rotate(45deg);\n      background: var(--gold);\n      color: var(--black);\n    }\n\n    .faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease, padding 0.3s;\n    }\n\n    .faq-item.open .faq-answer {\n      max-height: 320px;\n      padding-bottom: 20px;\n    }\n\n    .faq-answer p {\n      font-size: 15px;\n      color: rgba(248,244,238,0.62);\n      line-height: 1.85;\n      margin: 0;\n    }\n\n    \/* ── CTA ──────────────────────────────────────────── *\/\n    .cta-section {\n      background: var(--black);\n      text-align: center;\n      padding: 90px 28px;\n    }\n\n    .cta-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(28px, 5vw, 48px);\n      font-weight: 300;\n      color: var(--warm-white);\n      margin-bottom: 12px;\n    }\n\n    .cta-sub {\n      font-size: 13px;\n      color: rgba(248,244,238,0.4);\n      letter-spacing: 0.12em;\n      margin-bottom: 44px;\n    }\n\n    .cta-btn {\n      display: inline-block;\n      background: var(--gold);\n      color: var(--black);\n      font-family: 'Cinzel', serif;\n      font-size: 11px;\n      letter-spacing: 0.4em;\n      text-transform: uppercase;\n      padding: 20px 56px;\n      border: none;\n      cursor: pointer;\n      transition: background 0.3s;\n    }\n\n    .cta-btn:hover { background: var(--gold-light); }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(22px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    @media (max-width: 640px) {\n      .notes-grid { grid-template-columns: 1fr; }\n      .hero { min-height: 70vh; }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- ══════════════════════════════════════════\n       HERO\n  ══════════════════════════════════════════ --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-mini-badge\"\u003eMiniature · 7.5 ML\u003c\/div\u003e\n    \u003cp class=\"hero-ornament\"\u003eFralora — Niche Perfumery\u003c\/p\u003e\n    \u003cp class=\"hero-brand\"\u003eYves Saint Laurent\u003c\/p\u003e\n    \u003ch1 class=\"hero-title\"\u003e\n      Tuxedo\n      \u003cem\u003eYSL · La Collection Privée\u003c\/em\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eאנדרוגיני-אלגנטי · EDP יוניסקס · מיניאטור 7.5 מ\"ל\u003c\/p\u003e\n    \u003cdiv class=\"hero-divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eEDP\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eיוניסקס\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003e7.5 מ\"ל\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eLa Collection Privée\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eמיניאטור מקורי\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════════\n       THE STORY\n  ══════════════════════════════════════════ --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eהסיפור\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eלבוש שחור,\u003cbr\u003e\u003cem\u003eריח שנשאר\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003cdiv class=\"quote-block\"\u003e\n      \u003cp\u003e״Tuxedo הוא בושם שמתאר לא בגד — אלא מצב נפשי. הנוכחות הבלתי מתנצלת של מי שנכנס לחדר ויודע שכולם הבחינו.״\u003c\/p\u003e\n      \u003ccite\u003eYves Saint Laurent — La Collection Privée\u003c\/cite\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Tuxedo שייך ל-La Collection Privée של YSL — קו הנישה הפנימי\n      של הבית, שנוצר עבור אלה שמחפשים משהו מעבר לקולקציות\n      הראשיות. שמו מגיע מהחליפה האיקונית שיב סאן לורן עצמו\n      עיצב ב-1966 ושחרר את האישה מהמחוכים של ההוט-קוטור —\n      Le Smoking, החליפת טוקסידו הנשית הראשונה.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      הניחוח עצמו הוא תרגום לשפת הבושם: עלה סיגלית וקוריאנדר\n      בפתיחה — ירוק, חד, מעט בוטני. הורד, הפלפל השחור ופרח\n      הגיא בלב — אלגנטיים, מלכותיים, עם ניצוץ שמפתיע.\n      הפטשולי, וניל הבורבון והאמברגריס בבסיס — עמוקים,\n      חושניים, ומשאירים טרייל שאף אחד לא יכול להתעלם ממנו.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════════\n       BRAND SECTION — YSL\n  ══════════════════════════════════════════ --\u003e\n  \u003cdiv class=\"brand-section\"\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003cp class=\"section-label\" style=\"color:var(--gold);\"\u003eאודות הבית\u003c\/p\u003e\n      \u003ch2 class=\"section-title\" style=\"color:var(--warm-white);\"\u003e\n        Yves Saint Laurent\u003cbr\u003e\u003cem\u003eLa Collection Privée\u003c\/em\u003e\n      \u003c\/h2\u003e\n      \u003cp\u003e\n        Yves Saint Laurent הוא אחד מבתי האופנה הגדולים בהיסטוריה —\n        אדם שהגדיר מחדש את האופנה, השחרר את הנשיות מהמחוכים של\n        ההוט-קוטור, ויצר שפה אסתטית שמשפיעה עד היום.\n        La Collection Privée היא קו הבשמים הנישה של הבית —\n        ניחוחות שנוצרו ללא פשרות, עם חומרי גלם ממדרגה ראשונה,\n        ופחות חשיפה ציבורית מהקולקציה הראשית.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Tuxedo הוא אחד מהיצירות המוצלחות ביותר בקו — בושם שמגלם\n        את הדואליות שאהב לורן: כוח ועדינות, גבריות ונשיות,\n        חד ורך, כל אלה בבקבוק אחד.\n      \u003c\/p\u003e\n      \u003cdiv class=\"brand-badge\"\u003e\n        \u003cspan\u003eYves Saint Laurent · La Collection Privée · Paris\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ══════════════════════════════════════════\n       NOTES — DARK BAND\n  ══════════════════════════════════════════ --\u003e\n  \u003cdiv class=\"dark-band\"\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003cp class=\"section-label\"\u003eפירמידת הניחוח\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eשלוש שכבות,\u003cbr\u003e\u003cem\u003eאנדרוגיניות אחת\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eמהפתיחה הבוטנית-ירוקה — ועד לפטשולי, וניל ואמברגריס שנשאר על העור שעות.\u003c\/p\u003e\n\n      \u003cdiv class=\"notes-grid\"\u003e\n\n        \u003c!-- TOP --\u003e\n        \u003cdiv class=\"note-col\"\u003e\n          \u003cspan class=\"note-col-label\"\u003eראש\u003c\/span\u003e\n          \u003c!-- Violet leaf \/ coriander \/ bergamot — green botanical --\u003e\n          \u003csvg class=\"note-icon\" width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\"\u003e\n            \u003c!-- Leaf shape --\u003e\n            \u003cpath d=\"M22 8 C18 12 10 18 10 26 C10 32 15 36 22 36 C29 36 34 32 34 26 C34 18 26 12 22 8Z\" stroke=\"#c9a84c\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"22\" y1=\"8\" x2=\"22\" y2=\"36\" stroke=\"#c9a84c\" stroke-width=\"0.9\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M22 16 C18 18 14 22 13 26\" stroke=\"#c9a84c\" stroke-width=\"0.8\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M22 20 C26 22 30 24 31 28\" stroke=\"#c9a84c\" stroke-width=\"0.8\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n            \u003c!-- Bergamot spark --\u003e\n            \u003ccircle cx=\"36\" cy=\"12\" r=\"2.5\" stroke=\"#c9a84c\" stroke-width=\"0.9\" fill=\"rgba(201,168,76,0.2)\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"36\" y1=\"7\" x2=\"36\" y2=\"9.5\" stroke=\"#c9a84c\" stroke-width=\"0.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"36\" y1=\"14.5\" x2=\"36\" y2=\"17\" stroke=\"#c9a84c\" stroke-width=\"0.8\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n          \u003cp class=\"note-col-title\"\u003eTop Notes\u003c\/p\u003e\n          \u003cp class=\"note-item\"\u003e\n            \u003cstrong\u003eViolet Leaf · עלה סיגלית\u003c\/strong\u003e\n            \u003cstrong\u003eCoriander · קוריאנדר\u003c\/strong\u003e\n            \u003cstrong\u003eBergamot · ברגמוט\u003c\/strong\u003e\n            ——\u003cbr\u003e\n            פתיחה ירוקה-בוטנית עם חדות — מעט קולח ובלתי שגרתי, בדיוק כמו YSL עצמו.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- HEART --\u003e\n        \u003cdiv class=\"note-col\"\u003e\n          \u003cspan class=\"note-col-label\"\u003eלב\u003c\/span\u003e\n          \u003c!-- Rose \/ black pepper — elegant spiced floral --\u003e\n          \u003csvg class=\"note-icon\" width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\"\u003e\n            \u003c!-- Rose --\u003e\n            \u003cellipse cx=\"22\" cy=\"14\" rx=\"4.5\" ry=\"8\" stroke=\"#c9a84c\" stroke-width=\"1.1\" fill=\"none\" transform=\"rotate(0 22 22)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"22\" cy=\"14\" rx=\"4.5\" ry=\"8\" stroke=\"#c9a84c\" stroke-width=\"1.1\" fill=\"none\" transform=\"rotate(72 22 22)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"22\" cy=\"14\" rx=\"4.5\" ry=\"8\" stroke=\"#c9a84c\" stroke-width=\"1.1\" fill=\"none\" transform=\"rotate(144 22 22)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"22\" cy=\"14\" rx=\"4.5\" ry=\"8\" stroke=\"#c9a84c\" stroke-width=\"1.1\" fill=\"none\" transform=\"rotate(216 22 22)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"22\" cy=\"14\" rx=\"4.5\" ry=\"8\" stroke=\"#c9a84c\" stroke-width=\"1.1\" fill=\"none\" transform=\"rotate(288 22 22)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"22\" cy=\"22\" r=\"3.5\" stroke=\"#c9a84c\" stroke-width=\"1\" fill=\"rgba(201,168,76,0.2)\"\u003e\u003c\/circle\u003e\n            \u003c!-- Black pepper spark --\u003e\n            \u003ccircle cx=\"35\" cy=\"11\" r=\"1.8\" fill=\"rgba(201,168,76,0.35)\" stroke=\"#c9a84c\" stroke-width=\"0.8\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"38\" cy=\"15\" r=\"1.2\" fill=\"rgba(201,168,76,0.25)\" stroke=\"#c9a84c\" stroke-width=\"0.7\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cp class=\"note-col-title\"\u003eHeart Notes\u003c\/p\u003e\n          \u003cp class=\"note-item\"\u003e\n            \u003cstrong\u003eRose · ורד\u003c\/strong\u003e\n            \u003cstrong\u003eBlack Pepper · פלפל שחור\u003c\/strong\u003e\n            \u003cstrong\u003eLily-of-the-Valley · פרח הגיא\u003c\/strong\u003e\n            ——\u003cbr\u003e\n            הלב האלגנטי-מחויט — ורד מושחז עם פלפל שמוסיף ניצוץ בלתי צפוי.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- BASE --\u003e\n        \u003cdiv class=\"note-col\"\u003e\n          \u003cspan class=\"note-col-label\"\u003eבסיס\u003c\/span\u003e\n          \u003c!-- Patchouli \/ vanilla \/ ambergris — deep sensual --\u003e\n          \u003csvg class=\"note-icon\" width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\"\u003e\n            \u003cpath d=\"M22 6 L38 18 L32 38 L12 38 L6 18 Z\" stroke=\"#c9a84c\" stroke-width=\"1.2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M22 6 L38 18 L22 16 Z\" fill=\"rgba(201,168,76,0.12)\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M22 6 L6 18 L22 16 Z\" fill=\"rgba(201,168,76,0.08)\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 18 L12 38 L22 26 Z\" fill=\"rgba(201,168,76,0.06)\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M38 18 L32 38 L22 26 Z\" fill=\"rgba(201,168,76,0.09)\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"22\" cy=\"22\" r=\"4\" stroke=\"#c9a84c\" stroke-width=\"1\" fill=\"none\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"22\" cy=\"22\" r=\"1.8\" fill=\"rgba(201,168,76,0.4)\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cp class=\"note-col-title\"\u003eBase Notes\u003c\/p\u003e\n          \u003cp class=\"note-item\"\u003e\n            \u003cstrong\u003ePatchouli · פטשולי\u003c\/strong\u003e\n            \u003cstrong\u003eBourbon Vanilla · וניל בורבון\u003c\/strong\u003e\n            \u003cstrong\u003eAmbergris · אמברגריס\u003c\/strong\u003e\n            ——\u003cbr\u003e\n            הבסיס החושני שמגדיר את Tuxedo — עמוק, נדיר, ומשאיר טרייל שנזכרים בו.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- Miniature info block inside dark band --\u003e\n      \u003cdiv class=\"mini-block\"\u003e\n        \u003cdiv class=\"mini-block-icon\"\u003e\n          \u003csvg width=\"52\" height=\"52\" viewbox=\"0 0 52 52\" fill=\"none\"\u003e\n            \u003c!-- Small bottle shape --\u003e\n            \u003crect x=\"18\" y=\"14\" width=\"16\" height=\"30\" rx=\"3\" stroke=\"#c9a84c\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"21\" y=\"10\" width=\"10\" height=\"6\" rx=\"1\" stroke=\"#c9a84c\" stroke-width=\"1.1\" fill=\"none\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"23\" y=\"7\" width=\"6\" height=\"4\" rx=\"1\" stroke=\"#c9a84c\" stroke-width=\"1\" fill=\"rgba(201,168,76,0.2)\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M18 22 L34 22\" stroke=\"#c9a84c\" stroke-width=\"0.8\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n            \u003c!-- 7.5 text hint --\u003e\n            \u003ctext x=\"26\" y=\"35\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"7\" fill=\"#c9a84c\" opacity=\"0.8\"\u003e7.5\u003c\/text\u003e\n            \u003ctext x=\"26\" y=\"41\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"5\" fill=\"rgba(201,168,76,0.6)\"\u003eml\u003c\/text\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mini-block-text\"\u003e\n          \u003ch3\u003eמיניאטור מקורי — 7.5 מ\"ל\u003c\/h3\u003e\n          \u003cp\u003e\n            זהו בקבוק מיניאטורה מקורי של Yves Saint Laurent — לא דיקנט, לא העתק.\n            7.5 מ\"ל של הבושם האמיתי, באריזה האייקונית של La Collection Privée.\n            מושלם להתנסות ראשונה, לנסיעה, או כמתנה יוקרתית בפורמט ייחודי.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ══════════════════════════════════════════\n       SPECS\n  ══════════════════════════════════════════ --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eפרטים טכניים\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eהמפרט\u003cbr\u003e\u003cem\u003eהמלא\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eבית הבשמים\u003c\/td\u003e\n        \u003ctd\u003eYves Saint Laurent — Paris\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eקו\u003c\/td\u003e\n        \u003ctd\u003eLa Collection Privée YSL\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eשם הבושם\u003c\/td\u003e\n        \u003ctd\u003eTuxedo\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eריכוז\u003c\/td\u003e\n        \u003ctd\u003eEau de Parfum — EDP\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eנפח\u003c\/td\u003e\n        \u003ctd\u003e7.5 מ\"ל — מיניאטור מקורי\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eמגדר\u003c\/td\u003e\n        \u003ctd\u003eיוניסקס\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eמשפחה ריחנית\u003c\/td\u003e\n        \u003ctd\u003eפרחוני-עצי-אנדרוגיני\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eעונה מומלצת\u003c\/td\u003e\n        \u003ctd\u003eסתיו · חורף · ערבים\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eעוצמה\u003c\/td\u003e\n        \u003ctd\u003e⬛⬛⬛⬛⬜ — אינטנסיבי\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eעמידות\u003c\/td\u003e\n        \u003ctd\u003e⬛⬛⬛⬛⬜ — 8–12 שעות על העור\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTrail (Sillage)\u003c\/td\u003e\n        \u003ctd\u003e⬛⬛⬛⬛⬜ — רחב ומלכותי\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n\n    \u003ch3 class=\"sub-title\"\u003eלמה Tuxedo שווה את תשומת לבך?\u003c\/h3\u003e\n    \u003cul class=\"features\"\u003e\n      \u003cli\u003eLa Collection Privée YSL הוא קו שנוצר ללא לחץ שיווקי — בשמים שנוצרים כשיצירה בפני עצמה, לא כמוצר לשוק ההמוני\u003c\/li\u003e\n      \u003cli\u003eאמברגריס אמיתי בבסיס — חומר גלם נדיר שמוסיף עומק ים-ימי-חושני שאי אפשר לשכפל, ומגביר עמידות\u003c\/li\u003e\n      \u003cli\u003eהפלפל השחור בלב הבושם הוא הבחירה שמבדילה — מחדד את הורד ומונע ממנו להיות \"פרחוני שגרתי\"\u003c\/li\u003e\n      \u003cli\u003eיוניסקס אמיתי שנשען על מורשת Le Smoking של לורן — הפרדוקס בין גבריות ונשיות שמגדיר את ה-DNA של הבית\u003c\/li\u003e\n      \u003cli\u003e7.5 מ\"ל מקורי — מספיק ל-20–30 ריסוסים. מושלם לגלות את הבושם לפני השקעה בבקבוק הגדול\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ══════════════════════════════════════════\n       VIBE — DARK BAND\n  ══════════════════════════════════════════ --\u003e\n  \u003cdiv class=\"dark-band\"\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003cp class=\"section-label\"\u003eהחתימה שלך\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eלאיזה רגע\u003cbr\u003e\u003cem\u003eמיועד הבושם הזה?\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eTuxedo הוא בושם שמתאים לאנשים שיודעים שהבגד הטוב ביותר הוא הריח שאתה עוטה.\u003c\/p\u003e\n\n      \u003cdiv class=\"vibe-grid\"\u003e\n\n        \u003cdiv class=\"vibe-card\"\u003e\n          \u003csvg class=\"vibe-icon\" width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\"\u003e\n            \u003cpath d=\"M7 22 L15 6 L23 22 Z\" stroke=\"#c9a84c\" stroke-width=\"1.2\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"9\" y1=\"18\" x2=\"21\" y2=\"18\" stroke=\"#c9a84c\" stroke-width=\"0.9\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"15\" y1=\"22\" x2=\"15\" y2=\"27\" stroke=\"#c9a84c\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"11\" y1=\"27\" x2=\"19\" y2=\"27\" stroke=\"#c9a84c\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n          \u003cspan class=\"vibe-card-title\"\u003eאירועים רשמיים\u003c\/span\u003e\n          \u003cp class=\"vibe-card-text\"\u003eגאלה, תיאטרון, ארוחות ערב — Tuxedo הוא הבושם שמגיע עם תלבושת הערב שלך.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vibe-card\"\u003e\n          \u003csvg class=\"vibe-icon\" width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\"\u003e\n            \u003cpath d=\"M15 26 C15 26 4 19 4 12 C4 7.5 8 5 15 7 C22 5 26 7.5 26 12 C26 19 15 26 15 26Z\" stroke=\"#c9a84c\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"15\" cy=\"15\" r=\"4\" stroke=\"#c9a84c\" stroke-width=\"1\" fill=\"rgba(201,168,76,0.15)\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cspan class=\"vibe-card-title\"\u003eערבי חורף\u003c\/span\u003e\n          \u003cp class=\"vibe-card-text\"\u003eהפטשולי, הוניל והאמברגריס מגיעים לשיאם בקור — חושני, חמים, בלתי נשכח.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vibe-card\"\u003e\n          \u003csvg class=\"vibe-icon\" width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\"\u003e\n            \u003ccircle cx=\"15\" cy=\"10\" r=\"5\" stroke=\"#c9a84c\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M9 22 C9 18 21 18 21 22 L22 27 L8 27 Z\" stroke=\"#c9a84c\" stroke-width=\"1.1\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cspan class=\"vibe-card-title\"\u003eיוניסקס אנדרוגיני\u003c\/span\u003e\n          \u003cp class=\"vibe-card-text\"\u003eעל עור גברי — חד ועמוק. על עור נשי — רומנטי ומסתורי. שני עולמות, בקבוק אחד.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vibe-card\"\u003e\n          \u003csvg class=\"vibe-icon\" width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\"\u003e\n            \u003crect x=\"5\" y=\"12\" width=\"20\" height=\"14\" rx=\"1\" stroke=\"#c9a84c\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M5 17 L25 17\" stroke=\"#c9a84c\" stroke-width=\"0.9\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"15\" y1=\"12\" x2=\"15\" y2=\"26\" stroke=\"#c9a84c\" stroke-width=\"0.9\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M15 12 C15 12 11 12 9 9 C8 7 9 5 11 5 C13 5 15 8 15 12Z\" stroke=\"#c9a84c\" stroke-width=\"1\" fill=\"none\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15 12 C15 12 19 12 21 9 C22 7 21 5 19 5 C17 5 15 8 15 12Z\" stroke=\"#c9a84c\" stroke-width=\"1\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cspan class=\"vibe-card-title\"\u003eמתנת מיניאטורה\u003c\/span\u003e\n          \u003cp class=\"vibe-card-text\"\u003eבקבוק 7.5 מ\"ל של YSL הוא מתנה יוקרתית בפורמט מפתיע — קטן, יוקרתי, ובלתי נשכח.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vibe-verdict\"\u003e\n        \u003cp\u003e״Tuxedo הוא לאנשים שמבינים שהאלגנטיות האמיתית לא זועקת — היא נוכחת.״\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ══════════════════════════════════════════\n       FAQ\n  ══════════════════════════════════════════ --\u003e\n  \u003cdiv class=\"dark-band\" style=\"background:var(--deep);\"\u003e\n    \u003cdiv class=\"section\"\u003e\n      \u003cp class=\"section-label\"\u003eשאלות נפוצות\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eכל מה שרצית\u003cbr\u003e\u003cem\u003eלדעת\u003c\/em\u003e\n\u003c\/h2\u003e\n\n      \u003cul class=\"faq-list\"\u003e\n\n        \u003cli class=\"faq-item\"\u003e\n          \u003cbutton class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cspan class=\"faq-question-text\"\u003eמה ההבדל בין Tuxedo לבשמי YSL הרגילים?\u003c\/span\u003e\n            \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"faq-answer\"\u003e\n            \u003cp\u003eTuxedo שייך ל-La Collection Privée — קו שנוצר ללא לחץ שיווקי ומחוץ לזרקור הרגיל. הבשמים בקו הזה משתמשים בחומרי גלם ממדרגה גבוהה יותר, ומיוצרים בכמויות מוגבלות. הם פחות מוכרים לציבור הרחב — ודווקא משום כך, יוקרתיים וייחודיים יותר.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"faq-item\"\u003e\n          \u003cbutton class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cspan class=\"faq-question-text\"\u003eכמה ריסוסים יש ב-7.5 מ\"ל?\u003c\/span\u003e\n            \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"faq-answer\"\u003e\n            \u003cp\u003eבממוצע, בקבוק של 7.5 מ\"ל מכיל כ-75–90 ריסוסים — תלוי בגודל הרסס. בשימוש יומי של 2–3 ריסוסים, הבקבוק יחזיק 25–40 שימושים. מושלם לגלות את הבושם לפני ההשקעה בבקבוק הגדול, או כחלק מרוטציה של כמה בשמים.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"faq-item\"\u003e\n          \u003cbutton class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cspan class=\"faq-question-text\"\u003eהאם Tuxedo מתאים לשימוש יומיומי?\u003c\/span\u003e\n            \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"faq-answer\"\u003e\n            \u003cp\u003eTuxedo הוא בושם בעל נוכחות חזקה — לסביבת עבודה, ריסוס יחיד מספיק. הבושם מגיע לשיאו בערבים ובמזג אוויר קריר. לשימוש יומיומי, ניתן לרסס על הבגד (לא על העור ישירות) כדי לעדן את הפרויקציה.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"faq-item\"\u003e\n          \u003cbutton class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cspan class=\"faq-question-text\"\u003eמה הקשר בין Tuxedo ל-Le Smoking של YSL?\u003c\/span\u003e\n            \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"faq-answer\"\u003e\n            \u003cp\u003eLe Smoking הוא חליפת הטוקסידו הנשית שיב סאן לורן עיצב ב-1966 — מהפכה שחרתה את הגבולות בין אופנת גבר לאישה ויצרה את האנדרוגיניות האייקונית של הבית. Tuxedo הבושם הוא המשך ישיר לרוח הזו: בושם שמסרב להיות \"גברי\" או \"נשי\" ומחבק את שתיהן בשוויון.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"faq-item\"\u003e\n          \u003cbutton class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cspan class=\"faq-question-text\"\u003eהאם המיניאטורה היא בושם זהה לבקבוק הגדול?\u003c\/span\u003e\n            \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"faq-answer\"\u003e\n            \u003cp\u003eכן — זהו בקבוק מיניאטורה מקורי של YSL, מאותה פורמולה בדיוק. לא דיקנט, לא חיקוי. ההבדל היחיד הוא הגודל. YSL מייצרים מיניאטורות של La Collection Privée עבור חנויות מובחרות ואיסוף — אותה איכות, בפורמט שנוח לנשיאה ולמתנה.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ══════════════════════════════════════════\n       CTA\n  ══════════════════════════════════════════ --\u003e\n  \u003cdiv class=\"cta-section\"\u003e\n    \u003ch2 class=\"cta-title\"\u003eמוכן ללבוש\u003cbr\u003eאת הטוקסידו?\u003c\/h2\u003e\n    \u003cp class=\"cta-sub\"\u003eמיניאטור מקורי · 7.5 מ\"ל EDP · FRALORA\u003c\/p\u003e\n    \u003cbutton class=\"cta-btn\" type=\"button\" onclick=\"window.scrollTo({top:0,behavior:'smooth'})\"\u003eהוסף לסל\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- SEO KEYWORD SUMMARY\n  PRIMARY:\n  • \"ysl tuxedo\" \/ \"YSL טוקסידו\" → title, meta, H1\n  • \"yves saint laurent tuxedo\" → meta keywords\n  • \"tuxedo la collection privee\" → meta keywords, brand section\n\n  SECONDARY:\n  • \"בושם מיניאטור YSL\" → meta keywords, title, hero badge\n  • \"בושם יוניסקס אנדרוגיני\" → meta keywords, story, vibe\n  • \"ysl collection privee israel\" → meta keywords\n  • \"בושם ורד פלפל\" → meta keywords, notes\n  ══════════════════════════════════════════ --\u003e\n\n  \u003cscript\u003e\n    function toggleFaq(btn) {\n      var item = btn.closest('.faq-item');\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(el) {\n        el.classList.remove('open');\n      });\n      if (!isOpen) item.classList.add('open');\n    }\n  \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Yves Saint Laurent","offers":[{"title":"Default Title","offer_id":47695332868354,"sku":null,"price":115.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/2554\/7778\/files\/TUXEDO33123.png?v=1777139935","url":"https:\/\/fralora.com\/products\/tuxedo-yves-saint-laurent","provider":"Fralora","version":"1.0","type":"link"}