From stage-tested mini combos and upgraded bass amps to versatile multiscale basses and modern acoustic designs, check out the latest gear hitting the market in this month's Gear Radar.
Blackstar Amplification
DA5 Ruby - Doug Aldrich Signature Combo
The DA100 Ruby won awards across the world. Developed in close collaboration with Doug Aldrich, it delivered a stage-ready tone that players everywhere wanted. The DA5 Ruby gives you exactly that. Same DNA. Same Ruby finish. Same legendary Aldrich character. Now in a form that fits your home and studio.
Street price
$849.99
Learn more
Buy now
{
"@context": "https://schema.org",
"@type": "Product",
"name": "DA5 Ruby - Doug Aldrich Signature Combo",
"image": ["https://www.premierguitar.com/media-library/image.jpg?id=67640383&width=980"],
"description": "",
"brand": {
"@type": "Brand",
"name": "Blackstar Amplification"
},
"offers": {
"@type": "Offer"
,
"price": 849.99,
"priceCurrency": "USD"
,
"url": "https://www.blackstaramps.com/da5"
}
}
/* 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%;
}
}
Dingwall Guitars
Jacob Umansky ‘Sol’ Signature Model
INCLUDE 5-string: $3,145 USD 6-string: $3,245 USDDesigned as a more affordable take on Jacob Umansky’s Custom Shop Dingwall Z3, the Sol retains many of the Canadian bass brand’s premium features. Player-focused ergonomics and a powerful Darkglass electronics package deliver huge tonal versatility, making it equally at home with intricate slap bass and crushing modern metal.
Street price
$3145
Learn more
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Jacob Umansky ‘Sol’ Signature Model",
"image": ["https://www.premierguitar.com/media-library/tmprre5bryh-jpg.jpg?id=67639543&width=980"],
"description": "",
"brand": {
"@type": "Brand",
"name": "Dingwall Guitars"
},
"offers": {
"@type": "Offer"
,
"price": 3145,
"priceCurrency": "USD"
,
"url": "https://dingwallguitars.com/bass/jacob-umansky-signature/"
}
}
/* 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%;
}
}
GENZLER AMPLFICATION
MAGELLAN 800+
WE'VE UPGRADED A LEGEND! Explore the next generation Magellan amplifier design. With a 10-year legacy of night-after-night performances and exceptional tone, we now introduce the Magellan 800 PLUS, with all new preamp features---while continuing the same musical tone, quality and durability that players expect from GENZLER AMPLIFICATION.
Street price
$1199.99
Learn more
{
"@context": "https://schema.org",
"@type": "Product",
"name": "MAGELLAN 800+",
"image": ["https://www.premierguitar.com/media-library/tmpdmsp2gft-jpg.jpg?id=67639545&width=980"],
"description": "",
"brand": {
"@type": "Brand",
"name": "GENZLER AMPLFICATION"
},
"offers": {
"@type": "Offer"
,
"price": 1199.99,
"priceCurrency": "USD"
,
"url": "https://genzleramplification.com/shop/magellan-800-plus/"
}
}
/* 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%;
}
}
Cort Guitars
Modern Black
The Cort Modern Black reimagines acoustic design with its Modern Concert body shape, delivering rich, full sound from a compact instrument. Featuring dual side sound ports, a solid European spruce top, and solid mahogany back and sides, it combines player-focused innovation, contemporary design, premium tone, and exceptional playability.
Street price
$1599.99
Learn more
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Modern Black",
"image": ["https://www.premierguitar.com/media-library/tmpx1yp04sa-png.png?id=67639546&width=980"],
"description": "",
"brand": {
"@type": "Brand",
"name": "Cort Guitars"
},
"offers": {
"@type": "Offer"
,
"price": 1599.99,
"priceCurrency": "USD"
,
"url": "https://www.cortguitars.com/dp/modern-black/"
}
}
/* 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%;
}
}
From stage-tested mini combos and upgraded bass amps to versatile multiscale basses and modern acoustic designs, check out the latest gear hitting the market in this month's Gear Radar.
Blackstar Amplification
DA5 Ruby - Doug Aldrich Signature ComboThe DA100 Ruby won awards across the world. Developed in close collaboration with Doug Aldrich, it delivered a stage-ready tone that players everywhere wanted. The DA5 Ruby gives you exactly that. Same DNA. Same Ruby finish. Same legendary Aldrich character. Now in a form that fits your home and studio.
Dingwall Guitars
Jacob Umansky ‘Sol’ Signature ModelINCLUDE 5-string: $3,145 USD 6-string: $3,245 USD
Designed as a more affordable take on Jacob Umansky’s Custom Shop Dingwall Z3, the Sol retains many of the Canadian bass brand’s premium features. Player-focused ergonomics and a powerful Darkglass electronics package deliver huge tonal versatility, making it equally at home with intricate slap bass and crushing modern metal.
GENZLER AMPLFICATION
MAGELLAN 800+WE'VE UPGRADED A LEGEND! Explore the next generation Magellan amplifier design. With a 10-year legacy of night-after-night performances and exceptional tone, we now introduce the Magellan 800 PLUS, with all new preamp features---while continuing the same musical tone, quality and durability that players expect from GENZLER AMPLIFICATION.
Cort Guitars
Modern BlackThe Cort Modern Black reimagines acoustic design with its Modern Concert body shape, delivering rich, full sound from a compact instrument. Featuring dual side sound ports, a solid European spruce top, and solid mahogany back and sides, it combines player-focused innovation, contemporary design, premium tone, and exceptional playability.
Want more of our stories on Google?
Click here to make us a Preferred Source.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Ashdown SBM 110 Amplifier Giveaway! | 0 | 25.19 | 03-08-2026 |
| 2 | Lâg Sauvage-DCE Giveaway | 0 | 22.4 | 21-05-2026 |
| 3 | Enter to Win the Cort Modern Black | 0 | 22.3 | 23-07-2026 |
| 4 | Small But Mighty Acoustics From Taylor, Breedlove, and Cort | Demo | 0 | 8.6 | 21-07-2026 |
| 5 | Rocky Mountain Slides Co Swamp Critter Giveaway | 0 | 14.98 | 13-04-2026 |
| 6 | Pickup Party: EMG Pickups | 0 | 14.4 | 14-07-2026 |
| 7 | Win an ESP USA HDX-I — 1 of Only 30 Ever Made | 0 | 31.02 | 02-06-2026 |
| 8 | capybara | 0 | 40.87 | 05-02-2026 |
| 9 | “Out of Step” by Patrick Taberna | 0 | 27.71 | 17-08-2026 |
| 10 | do nawt seperate me and my leather items | 0 | 31.82 | 16-08-2026 |