Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Win a Double-Cut Powerhouse: Enter to Win the Hagstrom Megin!

Дата публикации: 11-08-2026 18:37:44


Ready to unleash pure tone and road-tested reliability? Enter today for your chance to bring home the Hagstrom Megin!
Hagstrom Megin Giveaway
Hagstrom
Hagstrom Megin
It’s a double-cut of magic.Discover a new realm of musical enchantment with the all-new Hagstrom Megin – a guitar that transcends the ordinary and invites you into a world where tone and playability unite perfectly.In the language of old Norse, “Megin” translates to “Magic,” and this guitar lives up to its name, promising a spellbinding playing experience that captures the essence of enchantment on every stage.Crafted especially for the modern-day road warrior, the Hagstrom Megin stands as the essence of “bang for the buck,” presenting musicians with the ultimate gigging companion that never compromises quality.Take it on the road, let it seamlessly become an extension of your musical mastery, and witness the magic unfold in every note.This extraordinary instrument features a meticulously crafted mahogany long mortise and tenon set neck and a mahogany body, dually delivering a resonance that speaks directly to the soul of your music. Fitted with two powerful Hagstrom Custom 62 humbuckers, the Megin offers a versatile tone that effortlessly adapts to your musical journey, whether it’s weaving sweet melodies or unleashing powerful riffs.Designed with the touring musician in mind, the Megin is a straightforward powerhouse. Its wrap-around bridge not only enhances sustain and resonance but also channels all that string energy directly back into the instrument, unlocking the magic of its tonal qualities. All that energy contained within the body works as a perfect partner together with our Hagstrom H-Expander truss rod, where that transfer of string energy resonates from the tip of the headstock to the butt of the body to masterfully capture complete resonation throughout the entire instrument. With master volume and tone and 3-way toggle controls, simplicity reigns without sacrificing control on stage or in the studio. This is pure tone, power, and playability – the perfect ally for those who demand reliability on stage.To heighten the string energy and resonance to the next level, we selected a 25.5” scale length. This intentional decision not only enhances the sustain but also crafts a commanding voice that expresses unmatched clarity and precise pronunciation. Feel free to drop tune effortlessly, unleashing a growl and grunt that will undoubtedly leave your audience in awe.Step into a world where music transforms into magic. Embrace the enchantment with the Hagstrom Megin – your passport to a sonic realm unlike any other. As always, Hagstrom delivers another masterpiece, ensuring that every chord struck with the Megin resonates with the enticement of true craftsmanship, design, and a pure dedication to the working musician. Welcome to a new era of musical magic.
Street price
$949

Learn more

Buy now

{
"@context": "https://schema.org",
"@type": "Product",
"name": "Hagstrom Megin",
"image": ["https://www.premierguitar.com/media-library/image.png?id=67604879&width=980"],
"description": "",
"brand": {
"@type": "Brand",
"name": "Hagstrom"
},
"offers": {

"@type": "Offer"
,
"price": 949,
"priceCurrency": "USD"


,
"url": "https://www.hagstromguitars.com/electric-guitars/megin/hagstrom-megin"




}
}
/* Container */
.pg-product-card {
box-sizing: border-box;
width: 100%;
max-width: 760px;
margin: 24px auto;
border-radius: 14px;
border: 1px solid #e3e3e3;
padding: 16px;
background: #ffffff;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Layout modifiers */
.pg-product-card.pg-layout-full {
grid-template-columns: 1fr;
}
@media (min-width: 720px) {
.pg-product-card.pg-layout-split {
grid-template-columns: 220px minmax(0, 1fr);
align-items: center;
}
}
/* Image */
.pg-product-card__image-wrap {
position: relative;
border-radius: 12px;
overflow: hidden;
background: #f4f4f4;
aspect-ratio: 1 / 1;
}
.pg-product-card__image-link {
display: block;
width: 100%;
height: 100%;
}
.pg-product-card__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Body */
.pg-product-card__body {
display: flex;
flex-direction: column;
gap: 8px;
}
/* Badge */
.pg-product-card__badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
background: #111111;
color: #ffffff;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 2px;
}
/* Company + title */
.pg-product-card__company {
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #666666;
font-weight: 600;
}
.pg-product-card__title {
font-size: 20px;
line-height: 1.25;
margin: 2px 0 4px;
font-weight: 700;
}
/* Description */
.pg-product-card__description {
font-size: 14px;
line-height: 1.6;
color: #222222;
}
/* Meta / price */
.pg-product-card__meta {
margin-top: 6px;
margin-bottom: 10px;
}
.pg-product-card__price {
font-size: 13px;
display: flex;
gap: 6px;
align-items: baseline;
}
.pg-product-card__price-label {
text-transform: uppercase;
letter-spacing: 0.08em;
color: #777777;
font-weight: 600;
font-size: 11px;
}
.pg-product-card__price-value {
font-weight: 700;
font-size: 14px;
}
/* Buttons */
.pg-product-card__actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pg-product-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
text-decoration: none;
border: 1px solid transparent;
cursor: pointer;
white-space: nowrap;
}
.pg-product-card__btn--primary {
background: #000000;
color: #ffffff;
}
.pg-product-card__btn--secondary {
background: #ffffff;
color: #000000;
border-color: #cccccc;
}
/* Disclosure */
.pg-product-card__disclosure {
margin-top: 8px;
font-size: 11px;
line-height: 1.4;
color: #888888;
}
/* Mobile tweaks */
@media (max-width: 540px) {
.pg-product-card {
padding: 14px;
}
.pg-product-card__actions {
flex-direction: column;
align-items: stretch;
}
.pg-product-card__btn {
width: 100%;
}
}


Основное содержимое страницы с новостью.

Hagstrom

Hagstrom Megin

It’s a double-cut of magic.

Discover a new realm of musical enchantment with the all-new Hagstrom Megin – a guitar that transcends the ordinary and invites you into a world where tone and playability unite perfectly.

In the language of old Norse, “Megin” translates to “Magic,” and this guitar lives up to its name, promising a spellbinding playing experience that captures the essence of enchantment on every stage.

Crafted especially for the modern-day road warrior, the Hagstrom Megin stands as the essence of “bang for the buck,” presenting musicians with the ultimate gigging companion that never compromises quality.

Take it on the road, let it seamlessly become an extension of your musical mastery, and witness the magic unfold in every note.

This extraordinary instrument features a meticulously crafted mahogany long mortise and tenon set neck and a mahogany body, dually delivering a resonance that speaks directly to the soul of your music. Fitted with two powerful Hagstrom Custom 62 humbuckers, the Megin offers a versatile tone that effortlessly adapts to your musical journey, whether it’s weaving sweet melodies or unleashing powerful riffs.

Designed with the touring musician in mind, the Megin is a straightforward powerhouse. Its wrap-around bridge not only enhances sustain and resonance but also channels all that string energy directly back into the instrument, unlocking the magic of its tonal qualities. All that energy contained within the body works as a perfect partner together with our Hagstrom H-Expander truss rod, where that transfer of string energy resonates from the tip of the headstock to the butt of the body to masterfully capture complete resonation throughout the entire instrument. With master volume and tone and 3-way toggle controls, simplicity reigns without sacrificing control on stage or in the studio. This is pure tone, power, and playability – the perfect ally for those who demand reliability on stage.

To heighten the string energy and resonance to the next level, we selected a 25.5” scale length. This intentional decision not only enhances the sustain but also crafts a commanding voice that expresses unmatched clarity and precise pronunciation. Feel free to drop tune effortlessly, unleashing a growl and grunt that will undoubtedly leave your audience in awe.

Step into a world where music transforms into magic. Embrace the enchantment with the Hagstrom Megin – your passport to a sonic realm unlike any other. As always, Hagstrom delivers another masterpiece, ensuring that every chord struck with the Megin resonates with the enticement of true craftsmanship, design, and a pure dedication to the working musician. Welcome to a new era of musical magic.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1A Guitar With a 20-Watt Speaker Built In? | Inspire Pro Demo07.6717-08-2026
2Steadfast Designs Introduces the Steadfast Stopbar015.7409-08-2026
3Martin Guitar Launches Two Joe Bonamassa Signature Models013.3713-08-2026
4Rig Rundown: Kris Donegan012.5612-08-2026
5We said this guitar might be the best PRS SE model yet – now it’s discounted at Sweetwater018.0810-08-2026
6Tonewood Teardown: Upgrading Our Harley Benton Guitar’s Tuners07.0307-08-2026
7John Page Guitars Introduces the Noah Levine Signature DL Baritone07.312-08-2026
8Foo Fighters fan? Right now you can get Dave Grohl’s signature Epiphone DG-335 at $500 off021.8511-08-2026
9Floyd Rose Unveils Limited Edition Etched Paisley USA Series Tremolo012.610-08-2026
10This Small Amp Sounds HUGE017.9811-08-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 20. Источник: www.premierguitar.com.