Vi flyttar från butik till nätet - så funkar det framåt
Demon Copperhead | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Barbara Kingsolver
- Betyg:
126
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
A masterpiece in storytelling from the global bestselling author of Unsheltered and Flight Behaviour.
WINNER OF 2023 WOMEN'S PRIZE FOR FICTION
THE MULTI-MILLION COPY SELLING AUTHOR BOOK AT BEDTIME ON BBC RADIO 4 AN OPRAH BOOK CLUB PICK WITH OVER 22,000 5* REVIEWS
'Extraordinary.' OPRAH
'She means to save us by telling us stories. . . She comes closer than anyone else I know.' ANN PATCHETT
'Electrifying. . . Every sentence here sizzles.' Daily Mail
'It's EPIC. Righteously angry, DEEPLY moving and exquisitely written.' MARIAN KEYES
'A powerful tale.' Good Housekeeping
'A fantastic read.' EMILY MAITLIS
'A masterclass.' RICHARD POWERS
____________
Demon Copperhead is a once-in-a-generation novel that breaks and mends your heart in the way only the best fiction can.
Demon's story begins with his traumatic birth to a single mother in a single-wide trailer, looking 'like a little blue prizefighter.' For the life ahead of him he would need all of that fighting spirit, along with buckets of charm, a quick wit, and some unexpected talents, legal and otherwise.
In the southern Appalachian Mountains of Virginia, poverty isn't an idea, it's as natural as the grass grows. For a generation growing up in this world, at the heart of the modern opioid crisis, addiction isn't an abstraction, it's neighbours, parents, and friends. 'Family' could mean love, or reluctant foster care. For Demon, born on the wrong side of luck, the affection and safety he craves is as remote as the ocean he dreams of seeing one day. The wonder is in how far he's willing to travel to try and get there.
Suffused with truth, anger and compassion, Demon Copperhead is an epic tale of love, loss and everything in between.
'Legit about to get an 'I'd rather be reading Demon Copperhead' sticker for my Nissan Murano.' ROB DELANEY
WINNER OF 2023 WOMEN'S PRIZE FOR FICTION
THE MULTI-MILLION COPY SELLING AUTHOR BOOK AT BEDTIME ON BBC RADIO 4 AN OPRAH BOOK CLUB PICK WITH OVER 22,000 5* REVIEWS
'Extraordinary.' OPRAH
'She means to save us by telling us stories. . . She comes closer than anyone else I know.' ANN PATCHETT
'Electrifying. . . Every sentence here sizzles.' Daily Mail
'It's EPIC. Righteously angry, DEEPLY moving and exquisitely written.' MARIAN KEYES
'A powerful tale.' Good Housekeeping
'A fantastic read.' EMILY MAITLIS
'A masterclass.' RICHARD POWERS
____________
Demon Copperhead is a once-in-a-generation novel that breaks and mends your heart in the way only the best fiction can.
Demon's story begins with his traumatic birth to a single mother in a single-wide trailer, looking 'like a little blue prizefighter.' For the life ahead of him he would need all of that fighting spirit, along with buckets of charm, a quick wit, and some unexpected talents, legal and otherwise.
In the southern Appalachian Mountains of Virginia, poverty isn't an idea, it's as natural as the grass grows. For a generation growing up in this world, at the heart of the modern opioid crisis, addiction isn't an abstraction, it's neighbours, parents, and friends. 'Family' could mean love, or reluctant foster care. For Demon, born on the wrong side of luck, the affection and safety he craves is as remote as the ocean he dreams of seeing one day. The wonder is in how far he's willing to travel to try and get there.
Suffused with truth, anger and compassion, Demon Copperhead is an epic tale of love, loss and everything in between.
'Legit about to get an 'I'd rather be reading Demon Copperhead' sticker for my Nissan Murano.' ROB DELANEY
Om denna bok
Demon Copperhead av Barbara Kingsolver är en Danskt band bok med 560 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Demon Copperhead begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780571376483
Upplaga:
0
Utgiven:
2023-05-04
Förlag:
Okänt
Sidantal:
560
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>