{"title":"Traditional Instruments","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\u003eTraditional Instruments – Harmony House\u003c\/title\u003e\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700;800;900\u0026display=swap');\n\n    .ti-cat-wrapper * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n      font-family: 'Montserrat', sans-serif;\n    }\n\n    .ti-cat-wrapper {\n      width: 100%;\n      overflow: hidden;\n    }\n\n    \/* ===========================\n       HERO SECTION\n    =========================== *\/\n    .ti-hero {\n      background: linear-gradient(135deg, #005a65 0%, #007481 50%, #005a65 100%);\n      background-size: 200% 200%;\n      animation: tiGradientShift 6s ease infinite;\n      padding: 80px 40px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n      min-height: 420px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    @keyframes tiGradientShift {\n      0%   { background-position: 0% 50%;   }\n      50%  { background-position: 100% 50%; }\n      100% { background-position: 0% 50%;   }\n    }\n\n    \/* ===========================\n       ANIMATED RIPPLE RINGS\n    =========================== *\/\n    .ti-ripple-bg {\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n      overflow: hidden;\n    }\n\n    .ti-ripple {\n      position: absolute;\n      border-radius: 50%;\n      border: 1.5px solid rgba(255,200,68,0.15);\n      transform: translate(-50%, -50%) scale(0);\n      animation: tiRipple 4s ease-out infinite;\n    }\n\n    \/* Left sitar ripple *\/\n    .ti-ripple:nth-child(1)  { width: 60px;  height: 60px;  top: 72%; left: 16%; animation-delay: 0s;   }\n    .ti-ripple:nth-child(2)  { width: 110px; height: 110px; top: 72%; left: 16%; animation-delay: 0.4s; }\n    .ti-ripple:nth-child(3)  { width: 165px; height: 165px; top: 72%; left: 16%; animation-delay: 0.8s; }\n    .ti-ripple:nth-child(4)  { width: 220px; height: 220px; top: 72%; left: 16%; animation-delay: 1.2s; }\n\n    \/* Center tabla ripple *\/\n    .ti-ripple:nth-child(5)  { width: 60px;  height: 60px;  top: 62%; left: 50%; animation-delay: 1.8s; border-color: rgba(255,255,255,0.12); }\n    .ti-ripple:nth-child(6)  { width: 110px; height: 110px; top: 62%; left: 50%; animation-delay: 2.2s; border-color: rgba(255,255,255,0.08); }\n    .ti-ripple:nth-child(7)  { width: 165px; height: 165px; top: 62%; left: 50%; animation-delay: 2.6s; border-color: rgba(255,255,255,0.05); }\n    .ti-ripple:nth-child(8)  { width: 220px; height: 220px; top: 62%; left: 50%; animation-delay: 3.0s; border-color: rgba(255,255,255,0.03); }\n\n    \/* Right flute ripple *\/\n    .ti-ripple:nth-child(9)  { width: 60px;  height: 60px;  top: 72%; left: 84%; animation-delay: 0.9s; border-color: rgba(255,200,68,0.12); }\n    .ti-ripple:nth-child(10) { width: 110px; height: 110px; top: 72%; left: 84%; animation-delay: 1.3s; border-color: rgba(255,200,68,0.08); }\n    .ti-ripple:nth-child(11) { width: 165px; height: 165px; top: 72%; left: 84%; animation-delay: 1.7s; border-color: rgba(255,200,68,0.05); }\n    .ti-ripple:nth-child(12) { width: 220px; height: 220px; top: 72%; left: 84%; animation-delay: 2.1s; border-color: rgba(255,200,68,0.03); }\n\n    @keyframes tiRipple {\n      0%   { transform: translate(-50%,-50%) scale(0);   opacity: 1;  }\n      70%  { opacity: 0.6; }\n      100% { transform: translate(-50%,-50%) scale(1.6); opacity: 0;  }\n    }\n\n    \/* ===========================\n       TRADITIONAL WAVE BARS (bottom)\n    =========================== *\/\n    .ti-wave-bg {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      height: 90px;\n      display: flex;\n      align-items: flex-end;\n      justify-content: center;\n      gap: 5px;\n      padding: 0 20px;\n      overflow: hidden;\n      pointer-events: none;\n    }\n\n    .ti-bar {\n      flex-shrink: 0;\n      border-radius: 3px 3px 0 0;\n      background: rgba(255,255,255,0.07);\n      border: 1px solid rgba(255,255,255,0.04);\n      animation: tiBarPulse 1.8s ease-in-out infinite;\n    }\n\n    .ti-bar:nth-child(1)  { width: 8px;  height: 30px; animation-delay: 0s;    }\n    .ti-bar:nth-child(2)  { width: 8px;  height: 52px; animation-delay: 0.08s; }\n    .ti-bar:nth-child(3)  { width: 8px;  height: 38px; animation-delay: 0.16s; }\n    .ti-bar:nth-child(4)  { width: 14px; height: 76px; animation-delay: 0.24s; background: rgba(255,200,68,0.14); }\n    .ti-bar:nth-child(5)  { width: 8px;  height: 54px; animation-delay: 0.32s; }\n    .ti-bar:nth-child(6)  { width: 8px;  height: 32px; animation-delay: 0.40s; }\n    .ti-bar:nth-child(7)  { width: 8px;  height: 64px; animation-delay: 0.48s; }\n    .ti-bar:nth-child(8)  { width: 14px; height: 84px; animation-delay: 0.56s; background: rgba(255,255,255,0.10); }\n    .ti-bar:nth-child(9)  { width: 8px;  height: 46px; animation-delay: 0.64s; }\n    .ti-bar:nth-child(10) { width: 8px;  height: 28px; animation-delay: 0.72s; }\n    .ti-bar:nth-child(11) { width: 8px;  height: 58px; animation-delay: 0.80s; }\n    .ti-bar:nth-child(12) { width: 14px; height: 79px; animation-delay: 0.88s; background: rgba(255,200,68,0.14); }\n    .ti-bar:nth-child(13) { width: 8px;  height: 40px; animation-delay: 0.96s; }\n    .ti-bar:nth-child(14) { width: 8px;  height: 67px; animation-delay: 1.04s; }\n    .ti-bar:nth-child(15) { width: 8px;  height: 29px; animation-delay: 1.12s; }\n    .ti-bar:nth-child(16) { width: 14px; height: 74px; animation-delay: 1.20s; background: rgba(255,255,255,0.10); }\n    .ti-bar:nth-child(17) { width: 8px;  height: 51px; animation-delay: 1.28s; }\n    .ti-bar:nth-child(18) { width: 8px;  height: 36px; animation-delay: 1.36s; }\n    .ti-bar:nth-child(19) { width: 8px;  height: 69px; animation-delay: 1.44s; }\n    .ti-bar:nth-child(20) { width: 14px; height: 83px; animation-delay: 1.52s; background: rgba(255,200,68,0.14); }\n    .ti-bar:nth-child(21) { width: 8px;  height: 43px; animation-delay: 1.60s; }\n    .ti-bar:nth-child(22) { width: 8px;  height: 57px; animation-delay: 1.68s; }\n    .ti-bar:nth-child(23) { width: 8px;  height: 26px; animation-delay: 1.76s; }\n    .ti-bar:nth-child(24) { width: 14px; height: 71px; animation-delay: 0.04s; background: rgba(255,255,255,0.10); }\n\n    @keyframes tiBarPulse {\n      0%,100% { opacity: 0.07; transform: scaleY(1);    }\n      50%      { opacity: 0.30; transform: scaleY(1.18); }\n    }\n\n    \/* ===========================\n       FLOATING TRADITIONAL SYMBOLS\n    =========================== *\/\n    .ti-notes-float {\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n      overflow: hidden;\n    }\n\n    .tinf-note {\n      position: absolute;\n      opacity: 0;\n      animation: tiFloatNote 8s ease-in-out infinite;\n      color: rgba(255,200,68,0.55);\n    }\n\n    .tinf-note:nth-child(1)  { left: 5%;  animation-delay: 0s;   font-size: 18px; }\n    .tinf-note:nth-child(2)  { left: 15%; animation-delay: 1.2s; font-size: 26px; }\n    .tinf-note:nth-child(3)  { left: 28%; animation-delay: 2.5s; font-size: 16px; }\n    .tinf-note:nth-child(4)  { left: 42%; animation-delay: 0.8s; font-size: 30px; }\n    .tinf-note:nth-child(5)  { left: 58%; animation-delay: 3.1s; font-size: 20px; }\n    .tinf-note:nth-child(6)  { left: 70%; animation-delay: 1.7s; font-size: 24px; }\n    .tinf-note:nth-child(7)  { left: 82%; animation-delay: 4.0s; font-size: 18px; }\n    .tinf-note:nth-child(8)  { left: 92%; animation-delay: 2.2s; font-size: 28px; }\n    .tinf-note:nth-child(9)  { left: 50%; animation-delay: 5.0s; font-size: 15px; }\n    .tinf-note:nth-child(10) { left: 35%; animation-delay: 3.8s; font-size: 22px; }\n\n    @keyframes tiFloatNote {\n      0%   { opacity: 0;   transform: translateY(60px)   rotate(-10deg) scale(0.8); }\n      20%  { opacity: 0.7; }\n      80%  { opacity: 0.4; }\n      100% { opacity: 0;   transform: translateY(-280px) rotate(15deg)  scale(1.1); }\n    }\n\n    \/* ===== GLOWING ORBS ===== *\/\n    .ti-orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(60px);\n      pointer-events: none;\n      animation: tiOrbFloat 7s ease-in-out infinite;\n    }\n\n    .ti-orb-1 {\n      width: 300px;\n      height: 300px;\n      background: rgba(255,200,68,0.1);\n      top: -80px;\n      right: -60px;\n      animation-delay: 0s;\n    }\n\n    .ti-orb-2 {\n      width: 250px;\n      height: 250px;\n      background: rgba(207,230,228,0.1);\n      bottom: -60px;\n      left: -40px;\n      animation-delay: 3.5s;\n    }\n\n    @keyframes tiOrbFloat {\n      0%,100% { transform: translate(0,0) scale(1);          }\n      50%      { transform: translate(20px,-20px) scale(1.1); }\n    }\n\n    \/* ===========================\n       HERO CONTENT\n    =========================== *\/\n    .ti-hero-content {\n      position: relative;\n      z-index: 10;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 18px;\n    }\n\n    .ti-hero-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(255,200,68,0.15);\n      border: 1px solid rgba(255,200,68,0.4);\n      color: #FFC844;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 3.5px;\n      text-transform: uppercase;\n      padding: 7px 20px;\n      border-radius: 50px;\n      animation: tiBadgePop 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.2s both;\n    }\n\n    @keyframes tiBadgePop {\n      from { opacity: 0; transform: scale(0.7); }\n      to   { opacity: 1; transform: scale(1);   }\n    }\n\n    .ti-hero-title {\n      font-size: clamp(32px, 6vw, 68px);\n      font-weight: 900;\n      line-height: 1.1;\n      color: #ffffff;\n      letter-spacing: -1px;\n      animation: tiTitleReveal 0.8s cubic-bezier(0.34,1.56,0.64,1) 0.4s both;\n    }\n\n    .ti-word-highlight {\n      color: #FFC844;\n      position: relative;\n      display: inline-block;\n    }\n\n    .ti-word-highlight::after {\n      content: '';\n      position: absolute;\n      bottom: -4px;\n      left: 0;\n      right: 0;\n      height: 3px;\n      background: linear-gradient(90deg, #FFC844, rgba(255,200,68,0.2));\n      border-radius: 2px;\n      animation: tiUnderlineGrow 1s ease 1s both;\n    }\n\n    @keyframes tiUnderlineGrow {\n      from { transform: scaleX(0); transform-origin: left; }\n      to   { transform: scaleX(1); transform-origin: left; }\n    }\n\n    @keyframes tiTitleReveal {\n      from { opacity: 0; transform: translateY(30px) scale(0.95); }\n      to   { opacity: 1; transform: translateY(0)    scale(1);    }\n    }\n\n    .ti-hero-tagline {\n      font-size: clamp(13px, 1.8vw, 17px);\n      font-weight: 400;\n      color: rgba(207,230,228,0.88);\n      line-height: 1.7;\n      max-width: 560px;\n      animation: tiTaglineReveal 0.8s ease 0.7s both;\n    }\n\n    .ti-hero-tagline em {\n      color: #FFC844;\n      font-style: italic;\n      font-weight: 500;\n    }\n\n    @keyframes tiTaglineReveal {\n      from { opacity: 0; transform: translateY(20px); }\n      to   { opacity: 1; transform: translateY(0);    }\n    }\n\n    \/* ===== SCROLL HINT ===== *\/\n    .ti-scroll-hint {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 6px;\n      margin-top: 8px;\n      animation: tiScrollReveal 0.8s ease 1.2s both;\n    }\n\n    .ti-scroll-dot {\n      width: 6px;\n      height: 6px;\n      border-radius: 50%;\n      background: #FFC844;\n      animation: tiScrollBounce 1.5s ease-in-out infinite;\n    }\n\n    .ti-scroll-hint span {\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: rgba(255,200,68,0.7);\n    }\n\n    @keyframes tiScrollReveal {\n      from { opacity: 0; }\n      to   { opacity: 1; }\n    }\n\n    @keyframes tiScrollBounce {\n      0%,100% { transform: translateY(0);   }\n      50%      { transform: translateY(6px); }\n    }\n\n    \/* ===========================\n       ACCENT BAR\n    =========================== *\/\n    .ti-accent-bar {\n      height: 5px;\n      background: linear-gradient(\n        90deg,\n        #005a65 0%,\n        #FFC844 30%,\n        #ffffff 50%,\n        #FFC844 70%,\n        #005a65 100%\n      );\n      background-size: 200% 100%;\n      animation: tiAccentSlide 3s linear infinite;\n    }\n\n    @keyframes tiAccentSlide {\n      0%   { background-position: 100% 0%; }\n      100% { background-position:   0% 0%; }\n    }\n\n    \/* ===========================\n       RESPONSIVE\n    =========================== *\/\n    @media (max-width: 600px) {\n      .ti-hero {\n        padding: 60px 20px;\n        min-height: 360px;\n      }\n\n      .ti-hero-title {\n        font-size: 32px;\n      }\n\n      .ti-hero-tagline {\n        font-size: 13px;\n      }\n\n      .ti-ripple:nth-child(n+9) {\n        display: none;\n      }\n    }\n\n  \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"ti-cat-wrapper\"\u003e\n\n  \u003c!-- ===== HERO ===== --\u003e\n  \u003cdiv class=\"ti-hero\"\u003e\n\n    \u003c!-- Ripple rings --\u003e\n    \u003cdiv class=\"ti-ripple-bg\"\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-ripple\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Glowing orbs --\u003e\n    \u003cdiv class=\"ti-orb ti-orb-1\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ti-orb ti-orb-2\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Floating traditional symbols --\u003e\n    \u003cdiv class=\"ti-notes-float\"\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🪘\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🎻\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🪗\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🎵\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🪘\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🎶\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🎻\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🪗\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🎵\u003c\/div\u003e\n      \u003cdiv class=\"tinf-note\"\u003e🎶\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Animated wave bars at bottom --\u003e\n    \u003cdiv class=\"ti-wave-bg\"\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ti-bar\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Main content --\u003e\n    \u003cdiv class=\"ti-hero-content\"\u003e\n\n      \u003cdiv class=\"ti-hero-eyebrow\"\u003e\n        🪘 Harmony House Collection\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"ti-hero-title\"\u003e\n        \u003cspan\u003eRooted in \u003c\/span\u003e\n        \u003cspan class=\"ti-word-highlight\"\u003eTradition\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"ti-hero-tagline\"\u003e\n        From ancient sitars to hand-crafted folk instruments —\u003cbr\u003e\n        \u003cem\u003ecarry the soul of generations in every note you play.\u003c\/em\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ti-scroll-hint\"\u003e\n        \u003cdiv class=\"ti-scroll-dot\"\u003e\u003c\/div\u003e\n        \u003cspan\u003eExplore Collection\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== ANIMATED ACCENT BAR ===== --\u003e\n  \u003cdiv class=\"ti-accent-bar\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","products":[{"product_id":"labella-ou-pac-arabic-oud-strings-cc-tuning","title":"LABELLA OU-PAC SET OUD PREFERITA - ARABIC CC TUNING","description":"\u003cp\u003ePREFERITA HERITAGE SERIES — Part of La Bella's Heritage line with over 100 years of craftsmanship tradition, the Preferita OU-PAC has grown synonymous with quality and dedication to the art of string making. \u003cbr\u003e\nAMBER NYLON TREBLE STRINGS — The OU-PAC features amber nylon treble strings that deliver a bright, clear and balanced tone, offering both students and professional oud players exceptional tonal quality and responsiveness. \u003cbr\u003e\nTARNISH-RESISTANT BASS STRINGS — Wound with a proprietary tarnish-resistant alloy, the bass strings are built for long-lasting durability, maintaining their tonal character and performance quality over an extended period of time. \u003cbr\u003e\nARABIC CC TUNING — Specifically configured for Arabic CC tuning (C'C' \/ GG \/ DD \/ AA \/ FF \/ C), the OU-PAC is designed to meet the precise tonal and playability requirements of traditional Arabic oud performance. \u003cbr\u003e\n11-STRING PLAIN END SET — This complete 11-string set with plain ends is ideal for authentic Arabic oud setups, suitable for students and professionals performing across all styles of traditional and contemporary Arabic music.\u003c\/p\u003e","brand":"LABELLA","offers":[{"title":"Default Title","offer_id":45338092634288,"sku":"HH-LB-OU-PAC","price":59.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_1e50ceb1-e5a5-46aa-9e7f-7d06f669a4cb.jpg?v=1782283961"},{"product_id":"labella-ou-paf-oud-strings-arabic-ff-tuning","title":"LABELLA OU-PAF SET OUD PREFERITA - ARABIC FF TUNING","description":"\u003cp\u003ePREFERITA HERITAGE SERIES — Part of La Bella's Heritage line representing over 100 years of craftsmanship by E. \u0026amp; O. Mari, Inc., the Preferita OU-PAF is a trusted name among student and professional oud players worldwide. \u003cbr\u003e\nAMBER NYLON TREBLE STRINGS — Featuring non-rectified amber nylon trebles, the OU-PAF delivers a bright, clear and balanced tone with excellent tonal quality and responsiveness that holds up beautifully over extended use. \u003cbr\u003e\nNICKEL-SILVER ALLOY BASS STRINGS — Wound with a long-lasting proprietary nickel-silver alloy, the bass strings provide exceptional durability and consistent tonal character, maintaining their performance quality over a long period of time. \u003cbr\u003e\nARABIC FF TUNING CONFIGURATION — This 12-string set is specifically designed for Arabic FF tuning, with precisely gauged strings from .022? nylon trebles to .033? nickel-silver wound basses for authentic Arabic oud performance. \u003cbr\u003e\nMAP TECHNOLOGY PACKAGING — Packaged using Modified Atmosphere Packaging technology and made in the USA with American wire, the OU-PAF strings are protected against tarnishing and kept fresh until ready to play.\u003c\/p\u003e","brand":"LABELLA","offers":[{"title":"Default Title","offer_id":45338092667056,"sku":"HH-LB-OU-PAF","price":59.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_5da6fead-b214-42f4-b1b8-54a092c29768.jpg?v=1782284033"},{"product_id":"labella-ou80a-arabic-oud-strings-ff-tuning","title":"LABELLA OU80A SET OUD ARABIC TUNING FF TUNING","description":"\u003cp\u003eARABIC HIGH TUNING — Designed for the traditional Arabic oud with optional FF high course tuning (f'f'\/c'c'\/gg\/DD\/AA\/FF or EE) for authentic tonal range. \u003cbr\u003e\nCOMPLETE 12-STRING SET — Includes the optional high 'F' string, giving players a full set for all 6 courses of the Arabic oud in one package. \u003cbr\u003e\nCLEAR NYLON TREBLES — Treble strings are crafted from clear nylon, delivering bright, clean projection ideal for melodic Arabic oud playing. \u003cbr\u003e\nSILVER-PLATED BASS STRINGS — Bass strings feature silver-plated copper wound on a nylon core, producing warm, resonant low-end response. \u003cbr\u003e\nROUND WOUND CONSTRUCTION — Round wound winding technique ensures smooth articulation, extended sustain, and consistent intonation across all strings.\u003c\/p\u003e","brand":"LABELLA","offers":[{"title":"Default Title","offer_id":45338092699824,"sku":"HH-LB-OU80A","price":85.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_7a6bc245-59ac-42f4-9502-99eb8c023118.jpg?v=1782284074"},{"product_id":"labella-ou80a-b-arabic-oud-strings-black-nylon","title":"LABELLA OU80-AB SET OUD ARABIC FF TUNING BLACK NYLON","description":"\u003cp\u003eARABIC FF HIGH TUNING — Specially designed for the Arabic high FF tuning (f'f', c'c', g'g', DD, AA, EE), delivering authentic tonal range for traditional Arabic oud playing. \u003cbr\u003e\nCOMPLETE 12-STRING SET — Covers all 6 courses of the Arabic oud in one complete set, giving players everything they need in a single package. \u003cbr\u003e\nBLACK NYLON STRINGS — Crafted from black nylon material, offering a distinctive look and smooth playing feel suited for the Arabic oud's fretless fingerboard. \u003cbr\u003e\nWOOD-BACKED COMPATIBILITY — Designed to complement the traditional wood back construction of the Arabic oud, ensuring optimal resonance and balanced tone. \u003cbr\u003e\nCLASSICAL OUD DESIGN — Built for the short-necked, bowl-backed fretless Arabic oud, honouring the classical lute tradition of the Arab world.\u003c\/p\u003e","brand":"LABELLA","offers":[{"title":"Default Title","offer_id":45338092732592,"sku":"HH-LB-OU80-AB","price":85.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_19878a30-0f74-426f-9008-7435ea9d1ad5.jpg?v=1782284101"},{"product_id":"labella-ou80a-c-arabic-oud-strings-cc-tuning","title":"LaBella OU80A-C Arabic Oud Strings | CC Tuning","description":"\u003cp\u003eARABIC CC TUNING — Specifically designed for 11-string Arabic ouds tuned c'c'\/gg\/DD\/AA\/FF\/C, delivering accurate intonation for traditional Arabic musical performance. \u003cbr\u003e\nMEDIUM GAUGE STRINGS — Medium string gauge offers a balanced tension and playability, suitable for a wide range of Arabic oud playing styles and techniques. \u003cbr\u003e\nCLEAR NYLON TREBLES — Treble strings are made from clear nylon, providing bright and articulate tone ideal for melodic passages on the fretless Arabic oud. \u003cbr\u003e\nSILVER-PLATED WOUND BASS STRINGS — Bass strings feature silver-plated winding, producing warm and rich low-end resonance that complements the natural tone of the oud. \u003cbr\u003e\nROUND WOUND CONSTRUCTION — Round wound finish ensures smooth articulation, consistent intonation, and extended playability across all 11 strings.\u003c\/p\u003e","brand":"LABELLA","offers":[{"title":"Default Title","offer_id":45338092765360,"sku":"HH-LB-OU80A-C","price":87.54,"currency_code":"AED","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_197316e3-4ed9-4cc7-bb48-d8b5dc945008.jpg?v=1782284131"},{"product_id":"labella-ouviv-ac-vivace-arabic-oud-strings-carbon","title":"LABELLA OUVIV-AC SET OUD VIVACE CARBON ARABIC CC TUNING","description":"\u003cp\u003eVIVACE FLUOROCARBON TREBLES — First 21st-century fluorocarbon treble formulation delivering penetrating brilliance, projection, and a new level of warmth beyond first-generation carbon strings. \u003cbr\u003e\nARABIC CC TUNING — Precisely voiced for Arabic C-C tuning (C, F, A, D, G, C), ensuring accurate intonation and tonal balance across all courses of the Arabic oud. \u003cbr\u003e\nDYNAMICALLY TENSIONED BASS STRINGS — Silver-plated wound basses on a nylon core are individually tuned to fine tolerances, perfectly balancing the brilliance of Vivace trebles. \u003cbr\u003e\nBRIGHT AND WARM TONE PROFILE — Designed to deliver a tone profile that is simultaneously bright, brilliant, and warm with exceptional projection and sensitivity to touch. \u003cbr\u003e\nROUNDWOUND BASS CONSTRUCTION — Roundwound winding technique on bass strings ensures smooth articulation, consistent response, and extended sustain across the full set.\u003c\/p\u003e","brand":"LABELLA","offers":[{"title":"Default Title","offer_id":45338092798128,"sku":"HH-LB-OUVIV-AC","price":110.96,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/files\/1_6100ec13-317c-4f2b-af7e-1cfd4ae57767.jpg?v=1782286250"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/9662\/4560\/collections\/Traditional_Instruments_6a7a9aaa-9ee3-4cff-be8c-81e8d5402ab5.jpg?v=1781681936","url":"https:\/\/harmonyhouse.ae\/collections\/traditional-instruments.oembed","provider":"Harmony House","version":"1.0","type":"link"}