Vi flyttar från butik till nätet - så funkar det framåt
Eat Slay Love | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Julie Mae Cohen
- Betyg:
158
kr
Skickas inom 5-7 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 good friend will help you move on.
A best friend will help you move the body . . .
'Female friendship and red-hot revenge are masterfully woven together in this bloody funny feminist novel that you'll race through. A brilliant page-turner with women you can't help but relate to.' Asia Mackay, author of A Serial Killer's Guide to Marriage
The razor-sharp, hilarious new 2024 black comedy thriller from the bestselling author of Bad Men - now available to pre-order in hardback, eBook and audiobook.
Marina is a divorced mother of three preschoolers.
Lilah is a shy and lonely librarian.
Opal is a broke post-menopausal fitness guru.
These three women have absolutely nothing in common - except for the charming, attractive man who's been
lying to all of them. Now that he's tied up in a basement, they may just have something to bond over.
But how far is each willing to go to get revenge? As this shared secret brings them closer together, other, deadlier problems come crashing into their lives. Can they put their differences aside to save themselves - and each other?
PRAISE FOR JULIE MAE COHEN:
'The feminist serial killer you didn't know you were waiting for. Sensational' - CLARE MACKINTOSH
'I can't remember the last time I enjoyed a thriller this much' - ERIN KELLY
'Had me turning the pages like a fiend' - CJ SKUSE
'Fast and furious and very, very funny' - TAMMY COHEN
'Bloody brilliant. Sharp and darkly hilarious' - ANNA MAZZOLA
'Will have you cheering and laughing in equal measure' - PRIMA
A best friend will help you move the body . . .
'Female friendship and red-hot revenge are masterfully woven together in this bloody funny feminist novel that you'll race through. A brilliant page-turner with women you can't help but relate to.' Asia Mackay, author of A Serial Killer's Guide to Marriage
The razor-sharp, hilarious new 2024 black comedy thriller from the bestselling author of Bad Men - now available to pre-order in hardback, eBook and audiobook.
Marina is a divorced mother of three preschoolers.
Lilah is a shy and lonely librarian.
Opal is a broke post-menopausal fitness guru.
These three women have absolutely nothing in common - except for the charming, attractive man who's been
lying to all of them. Now that he's tied up in a basement, they may just have something to bond over.
But how far is each willing to go to get revenge? As this shared secret brings them closer together, other, deadlier problems come crashing into their lives. Can they put their differences aside to save themselves - and each other?
PRAISE FOR JULIE MAE COHEN:
'The feminist serial killer you didn't know you were waiting for. Sensational' - CLARE MACKINTOSH
'I can't remember the last time I enjoyed a thriller this much' - ERIN KELLY
'Had me turning the pages like a fiend' - CJ SKUSE
'Fast and furious and very, very funny' - TAMMY COHEN
'Bloody brilliant. Sharp and darkly hilarious' - ANNA MAZZOLA
'Will have you cheering and laughing in equal measure' - PRIMA
Om denna bok
Eat Slay Love av Julie Mae Cohen är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Eat Slay Love 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781804182970
Upplaga:
0
Utgiven:
2024-10-24
Förlag:
Okänt
Sidantal:
384
$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"
>