Schecter V-1 Custom Electric Guitar – Trans Purple
Original price was: $2,899.00.$2,499.00Current price is: $2,499.00.
FAST
Delivery
EASY
Returns
IN HOUSE
Repairs
Out of stock



Pick-up from store - FREE
Free pickup from our Melbourne Store at 4 Drake Boulevard, Altona VIC 3018. Your order will typically be ready by the next business day. We recommend calling us on (03) 8360 7799 beforehand to check it's ready for collection.
/* RESET & BASE STYLES */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: #fff;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #ff6b35;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* CONTAINER */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* BREADCRUMBS */
.breadcrumbs {
padding: 15px 0;
font-size: 14px;
color: #666;
background: #f8f8f8;
}
.breadcrumbs a {
color: #666;
}
.breadcrumbs a:hover {
color: #ff6b35;
}
.breadcrumbs span {
margin: 0 8px;
color: #999;
}
/* QUICK ANSWER BOX - AI Optimized */
.quick-answer {
background: linear-gradient(135deg, #fff5f0 0%, #fff 100%);
border-left: 5px solid #ff6b35;
padding: 25px;
margin: 30px 0;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.quick-answer-label {
font-size: 13px;
font-weight: 700;
color: #ff6b35;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.quick-answer-content {
font-size: 18px;
line-height: 1.6;
color: #333;
}
.quick-answer-content strong {
color: #ff6b35;
}
/* PRODUCT HEADER */
.product-header {
padding: 30px 0;
}
h1 {
font-size: 36px;
color: #1a1a2e;
margin-bottom: 10px;
line-height: 1.2;
}
.product-sku {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.product-rating {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}
.stars {
color: #ffd700;
font-size: 18px;
}
.review-count {
color: #666;
font-size: 14px;
}
/* TRUST BADGES */
.trust-badges {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin: 20px 0;
padding: 15px;
background: #f8f8f8;
border-radius: 8px;
}
.trust-badge {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #333;
font-weight: 600;
}
.badge-icon {
color: #ff6b35;
font-size: 18px;
}
/* PRODUCT LAYOUT */
.product-main {
margin: 30px 0;
}
/* PRODUCT INFO */
.product-info {
max-width: 900px;
}
.price-section {
background: #f8f8f8;
padding: 25px;
border-radius: 10px;
margin-bottom: 25px;
}
.price {
font-size: 42px;
color: #ff6b35;
font-weight: 900;
margin-bottom: 10px;
}
.price-note {
font-size: 14px;
color: #666;
margin-bottom: 15px;
}
.stock-status {
display: inline-block;
background: #4caf50;
color: #fff;
padding: 8px 20px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
}
.cta-section {
margin: 25px 0;
}
.cta-button {
display: block;
width: 100%;
background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
color: #fff;
padding: 18px;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
text-align: center;
text-decoration: none;
margin-bottom: 15px;
transition: all 0.3s;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
text-decoration: none;
}
.secondary-button {
display: block;
width: 100%;
background: #fff;
color: #ff6b35;
padding: 18px;
border: 2px solid #ff6b35;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
text-align: center;
text-decoration: none;
transition: all 0.3s;
}
.secondary-button:hover {
background: #ff6b35;
color: #fff;
text-decoration: none;
}
/* DESCRIPTION */
.product-description {
margin: 30px 0;
line-height: 1.8;
}
.product-description h2 {
font-size: 24px;
color: #1a1a2e;
margin-bottom: 15px;
margin-top: 30px;
}
.product-description p {
margin-bottom: 15px;
color: #555;
}
/* FEATURES */
.features-section {
background: #f8f8f8;
padding: 30px;
border-radius: 12px;
margin: 30px 0;
}
.features-section h2 {
font-size: 26px;
color: #1a1a2e;
margin-bottom: 20px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.feature-item {
background: #fff;
padding: 20px;
border-radius: 8px;
border-left: 4px solid #ff6b35;
}
.feature-title {
font-size: 16px;
font-weight: 700;
color: #1a1a2e;
margin-bottom: 8px;
}
.feature-description {
font-size: 14px;
color: #666;
line-height: 1.6;
}
/* SPECIFICATIONS */
.specs-section {
margin: 30px 0;
}
.specs-section h2 {
font-size: 26px;
color: #1a1a2e;
margin-bottom: 20px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
}
.specs-table tr {
border-bottom: 1px solid #e0e0e0;
}
.specs-table tr:last-child {
border-bottom: none;
}
.specs-table td {
padding: 15px 20px;
}
.specs-table td:first-child {
font-weight: 600;
color: #1a1a2e;
width: 40%;
background: #f8f8f8;
}
.specs-table td:last-child {
color: #555;
}
/* SERVICES SECTION - EEAT */
.services-section {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
color: #fff;
padding: 40px 30px;
border-radius: 12px;
margin: 40px 0;
}
.services-section h2 {
font-size: 26px;
margin-bottom: 15px;
color: #fff;
}
.services-section p {
margin-bottom: 20px;
color: #e0e0e0;
line-height: 1.7;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 25px;
}
.service-link {
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
color: #fff;
transition: all 0.3s;
border: 2px solid transparent;
}
.service-link:hover {
background: rgba(255, 107, 53, 0.2);
border-color: #ff6b35;
transform: translateY(-2px);
text-decoration: none;
}
.service-link h3 {
font-size: 18px;
margin-bottom: 8px;
color: #ffd700;
}
.service-link p {
font-size: 14px;
color: #ccc;
margin: 0;
}
/* FAQ */
.faq-section {
margin: 40px 0;
}
.faq-section h2 {
font-size: 26px;
color: #1a1a2e;
margin-bottom: 25px;
}
.faq-item {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 25px;
margin-bottom: 15px;
}
.faq-question {
font-size: 18px;
font-weight: 600;
color: #1a1a2e;
margin-bottom: 12px;
}
.faq-answer {
color: #555;
line-height: 1.7;
}
/* EXPERTISE BOX - EEAT */
.expertise-box {
background: #f8f8f8;
padding: 30px;
border-radius: 12px;
margin: 40px 0;
border-left: 5px solid #ff6b35;
}
.expertise-box h2 {
font-size: 24px;
color: #1a1a2e;
margin-bottom: 15px;
}
.expertise-box p {
color: #555;
line-height: 1.7;
margin-bottom: 15px;
}
.expertise-highlights {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin-top: 20px;
}
.expertise-item {
display: flex;
align-items: center;
gap: 10px;
}
.expertise-icon {
color: #ff6b35;
font-size: 20px;
}
.expertise-text {
font-size: 14px;
font-weight: 600;
color: #333;
}
/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
h1 {
font-size: 28px;
}
.price {
font-size: 36px;
}
.trust-badges {
flex-direction: column;
gap: 10px;
}
.features-grid {
grid-template-columns: 1fr;
}
.services-grid {
grid-template-columns: 1fr;
}
.specs-table td {
padding: 12px 15px;
font-size: 14px;
}
.specs-table td:first-child {
width: 45%;
}
}
@media (max-width: 480px) {
.container {
padding: 0 15px;
}
h1 {
font-size: 24px;
}
.price {
font-size: 32px;
}
.cta-button,
.secondary-button {
padding: 15px;
font-size: 16px;
}
.quick-answer {
padding: 20px;
}
.quick-answer-content {
font-size: 16px;
}
}
Schecter V-1 Custom Trans Purple Flying V Electric Guitar
SKU: SCH-654 | Model: V-1 Custom | Item Number: 654
Free professional setup included (valued at $155)
In Stock - Melbourne Store
About This Guitar
The Schecter V-1 Custom in Trans Purple combines the iconic Flying V body shape with premium features and exceptional tone. This stunning instrument showcases a gorgeous transparent purple finish over a flame maple top, creating unique, three-dimensional grain patterns that make each guitar one-of-a-kind.
Built with a classic mahogany body and flame maple top, the V-1 Custom delivers the warm, thick tone that Flying V guitars are famous for. The set-neck construction enhances sustain and allows smooth access to the upper frets, making this guitar perfect for lead playing. The 3-piece mahogany neck features a comfortable Thin 'C' profile that's fast and easy to navigate across all 22 extra jumbo frets.
What sets this V-1 Custom apart is the premium Schecter USA Pasadena humbucker pickups. The bridge position features the Schecter USA Pasadena Plus for aggressive, high-output tones perfect for hard rock and metal, while the neck position Schecter USA Pasadena delivers warmth and clarity for lead work. Together, they provide versatile tones from crunchy rhythm to searing solos.
The compound radius fretboard (12" to 16") starts rounder at the lower frets for comfortable chord work, then gradually flattens toward the higher frets for easier string bending and faster lead playing. This innovative design combines the best of both worlds, making the V-1 Custom equally suited for rhythm and lead playing.
Why Choose Angkor Music?
When you purchase from Angkor Music, you're not just buying a guitar – you're gaining a long-term partner for your musical journey. Every guitar we sell includes a free professional setup performed by our experienced technicians (a $155 value). We customize the action, intonation, and string gauge to match your playing style, ensuring your Schecter V-1 Custom plays perfectly from day one.
With 11+ years serving Melbourne musicians, we understand that buying a guitar is an investment. That's why we provide ongoing support, including regular maintenance and setup services, expert repairs, and honest advice whenever you need it. Visit our Altona store to experience this stunning Flying V in person and discuss how we can help you get the most from your instrument.
Key Features
Complete Specifications
| Model Name | V-1 Custom |
| Item Number | 654 |
| Body Style | Flying V |
| Body Wood | Mahogany with Flame Maple Top |
| Finish | Trans Purple (TPUR) |
| Neck Construction | Set-Neck |
| Neck Material | Mahogany 3-Piece |
| Neck Shape | Thin 'C' |
| Neck Thickness | @ 1st Fret: .787" (20mm) / @ 12th Fret: .866" (22mm) |
| Fingerboard | Ebony |
| Fingerboard Radius | 12"-16" Compound Radius |
| Frets | 22 Extra Jumbo |
| Inlays | Mother of Pearl Blocks |
| Scale Length | 24.75" (628mm) |
| Bridge Pickup | Schecter USA Pasadena Plus Humbucker |
| Neck Pickup | Schecter USA Pasadena Humbucker |
| Controls | 2 Volume, 1 Tone, 3-Way Toggle |
| Bridge | Tune-O-Matic with String-Through Body |
| Tuners | Schecter Locking |
| Hardware Finish | Black Chrome |
| Strings | D'Addario .010-.046 (standard) |
| Case/Gig Bag | Included Factory Gig Bag |
| SKU | SCH-654 |
| Country of Origin | South Korea |
Our Expert Services for Your Schecter
At Angkor Music, we don't just sell guitars – we provide complete care throughout your instrument's lifetime. With over 11 years serving Melbourne musicians, our experienced technicians offer comprehensive services to keep your V-1 Custom performing at its best.
Professional Setups
Custom action, intonation, and string gauge. Free with purchase, $155 value.
Expert Repairs
Electronics, fretwork, finish touch-ups. Qualified technicians, quality work.
Regular Maintenance
Fret cleaning, hardware adjustment, full inspection. Keep playing perfectly.
Restringing Service
Professional string changes with proper stretching and tuning stability.
All services available at our Altona store. Visit us or contact us to book an appointment.
Frequently Asked Questions
Is the Schecter V-1 Custom good for beginners?
What's included with the Schecter V-1 Custom purchase?
What makes the Schecter USA Pasadena pickups special?
What is compound radius and why does it matter?
Does Angkor Music offer repair services for Schecter guitars?
What styles of music is the Flying V best for?
Why choose set-neck construction over bolt-on?
Why Buy From Angkor Music?
Since 2013, Angkor Music has been Melbourne's trusted destination for quality guitars and expert service. We're not just a retail store – we're musicians serving musicians, with the knowledge and experience to ensure you make the right choice and get the most from your instrument.
Every guitar we sell receives our personal attention. Your Schecter V-1 Custom will be professionally set up by our qualified technicians, inspected for quality, and prepared specifically for your playing style before you take it home. We stand behind every instrument we sell with ongoing support, maintenance services, and honest advice whenever you need it.
Visit our Altona store to experience this stunning Flying V in person. Our team is here to answer questions, provide expert advice, and help you find the perfect instrument for your musical journey.
Additional information
| Weight | 0.0000 kg |
|---|---|
| type | Electric Guitar |
| Body Type | Solid-body |
| Dexterity | Right-Handed |









