✦ Verified product
DS Audio PH-001 Phono Cable
USD 2,500.00
Options
Length
House Of Stereo
Verified independent store
→
PH-001 Phono cable "The best phono cable for the optical cartridges" PH-001 Phono cable Maximum performance phono cable for optical cartridges Details The highest quality construct
ion throughout When using an MM or MC cartridge, the cold side of the phono cable serves only as a ground. In the case of optical cartridges, however, the cold side supplies power from the equalizer to the cartridge. Therefore, in such an application, the cold side of the cable is just as important as the hot side. The PH-001 features identical materials and construction on both the hot and cold sides, ensuring that the power supply is kept stable. Complete Shielding Optical cartridges have a relatively high impedance, partly due to the photo sensors used in their design. Because of this high impedance, external noise may be picked up if an unshielded phono cable is used. The DS Audio PH-001 phono cable is shielded with a silver-plated copper braid, eliminating potential interference. RCA terminals machined from pure copper The PH-001 features RCA phono connectors machined from pure copper; the pure copper base conductor is then gold-plated. Such high-quality connectors allow even more musical detail and texture to shine through, along with a heightened sense of openness. Silver-plated copper conductors The PH-001 cable features silver-plated pure copper conductors, each made up of 37 strands of 0.26mm (about 0.01 in) diameter wire. This gives the conductor an exceptionally large cross-section area of 1.964m㎡. /* --- PHẦN 1: TIÊU ĐỀ LỚN --- */ .product-title-section { width: 100%; max-width: 100vw; background-color: #2a2b2b; color: #ffffff; text-align: center; padding: 100px 20px 60px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 50; letter-spacing: 1px; animation: fadeIn 1.5s ease-in-out; } .product-title-section h1 { font-size: 5rem; margin-bottom: 20px; color: #ffffff; } .divider-line { width: 80%; border: none; border-top: 1px solid #8c8c8c; margin: 0 auto; opacity: 0.7; } /* --- PHẦN 2: ẢNH TOÀN MÀN HÌNH --- */ .product-full-image { position: relative; width: 100%; max-width: 100vw; overflow: hidden; background-color: #000; } .product-full-image img { width: 100%; height: auto; display: block; object-fit: cover; } /* --- CHỮ TRÊN ẢNH (KHÔNG NỀN) --- */ .overlay-text { position: absolute; top: 60%; /* vị trí gần phía trên ảnh */ left: 50%; transform: translateX(-50%); text-align: center; color: #ffffff; z-index: 2; } .overlay-text h2 { font-size: 5rem; font-weight: 300; letter-spacing: 1px; margin: 0; color: #ffffff; text-shadow: 0 2px 6px rgba(0,0,0,0.4); /* giúp chữ nổi trên ảnh sáng */ } /* --- HIỆU ỨNG MƯỢT --- */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* --- RESPONSIVE --- */ @media (max-width: 768px) { .product-title-section h1 { font-size: 2.2rem; } .overlay-text h2 { font-size: 1.6rem; } } /* ==== BỐ CỤC CHÍNH ==== */ .product-intro-dawn { width: 100%; height: 600px; /* ✨ Giảm chiều cao nền xuống */ background-color: #2a2b2b; /* nền tối sang trọng */ display: flex; flex-direction: column; align-items: center; justify-content: flex-start; /* đẩy nội dung lên trên */ text-align: center; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; padding-top: 100px; /* ✨ đẩy chữ xuống một khoảng vừa phải */ overflow: visible !important; } /* ==== ĐƯỜNG THẲNG Ở GIỮA ==== */ .product-intro-dawn::after { content: ""; position: absolute; top: 65%; /* ✨ chỉnh để nằm giữa nền */ left: 50%; transform: translate(-50%, -50%); width: 2px; height: 200px; /* ✨ độ dài vừa phải */ background-color: rgba(255, 255, 255, 0.8); z-index: 1; } /* ==== CHỮ ==== */ .intro-inner { position: relative; z-index: 5; } .intro-title { font-size: 3.8rem; font-weight: 400; letter-spacing: 2px; margin-bottom: 1rem; color: #ffffff; } .intro-subtitle { font-size: 2rem; font-weight: 300; color: #d0d0d0; letter-spacing: 1px; margin-bottom: 40px; } /* ==== HIỆU ỨNG FADE-IN ==== */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .product-intro-dawn .intro-title, .product-intro-dawn .intro-subtitle { animation: fadeInUp 1.5s ease-in-out; } /* ==== RESPONSIVE ==== */ @media (max-width: 768px) { .product-intro-dawn { height: 400px; padding-top: 100px; } .intro-title { font-size: 1.6rem; } .intro-subtitle { font-size: 0.9rem; } .product-intro-dawn::after { height: 180px; } } /* ==== KHỐI CHÍNH ==== */ .fullwidth-video-section { width: 100%; position: relative; overflow: hidden; background-color: #000; /* fallback nếu video chưa load */ margin: 0; padding: 0; } /* ==== VIDEO ==== */ .video-wrapper { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* tỷ lệ 16:9 */ overflow: hidden; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* ==== RESPONSIVE ==== */ @media (max-width: 768px) { .video-wrapper { padding-bottom: 56.25%; /* vẫn giữ tỷ lệ 16:9 */ } } /* Toàn khối */ .custom-feature-section { width: 100%; background-color: #8a8886; /* nền xám */ color: #e0dfde; padding: 80px 0; box-sizing: border-box; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Phần tiêu đề lớn (DETAIL) */ .feature-main-header { width: 100%; text-align: center; padding: 0 5%; margin-bottom: 60px; } .main-title { font-size: 32px; font-weight: 400; letter-spacing: 1px; color: #ffffff; margin-bottom: 10px; } .main-line { width: 100%; height: 2px; background-color: #c0bebc; opacity: 0.7; margin-top: 20px; } /* Container chính */ .feature-container { max-width: 1200px; margin: 0 auto; padding: 0 5%; } /* Tiêu đề phụ (Cartridge) */ .feature-header { text-align: left; margin-bottom: 40px; } .feature-subtitle { font-size: 22px; letter-spacing: 1px; color: #d0cecd; margin-bottom: 8px; } .feature-line { width: 260px; /* đường nhỏ */ height: 1px; background-color: #c9c7c5; opacity: 0.6; } /* Bố cục 2 cột */ .feature-content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 40px; } /* Ảnh */ .feature-image { flex: 1 1 45%; text-align: left; display: flex; justify-content: center; align-items: center; } .feature-image img { width: 100%; height: 400px; /* Đặt cùng chiều cao cho các hình */ object-fit: cover; /* Cắt cho đồng đều */ display: block; border-radius: 4px; } /* Text */ .feature-text { flex: 1 1 50%; text-align: left; } .feature-title { font-size: 18px; font-weight: 500; line-height: 1.6; color: #ffffff; margin-bottom: 20px; letter-spacing: 1px; text-align: left; } .feature-description { font-size: 14px; line-height: 1.8; color: #ffffff; } /* Responsive */ @media (max-width: 768px) { .feature-content { flex-direction: column; text-align: center; } .feature-image, .feature-text { text-align: center; } .main-title { font-size: 26px; } .main-line { width: 90%; margin: 20px auto; } .feature-header { text-align: center; } .feature-line { margin: 0 auto; } .feature-image img { height: 300px; /* giảm chiều cao hình khi mobile */ } } PH-001 Phono cable RCA terminals Pure copper RCA terminal body Aluminum Cable outer diameter 15mmφ Cable material Silver plated copper wire Composition φ0.26mm/37 wires Conductor cross-sectional area 1.964㎟ Insulator material FEP (fluoroplastic) Shield Mesh shield Shield material Silver plated copper wire Length 1.2m Specifications Available terminations: DIN (Straight) to RCA or DIN (Right Angle) or RCA to RCA ※Can be used with MM/MC cartridges without any problem. Documents & Downloads DS Audio product catalog 2025 (8M) Down Load