Vi flyttar från butik till nätet - så funkar det framåt
The Other Mrs | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Mary Kubica
- 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
‘Seductive and unpredictable’ KARIN SLAUGHTER
‘Brilliantly propulsive’ JP DELANEY
‘An ending that left me thunderstruck’ SAMANTHA DOWNING
__
SOON TO BE MADE INTO A NETFLIX ORIGINAL FILM
__
Every marriage has its secrets…
Sadie has it all: a handsome husband, two beautiful children, a highly respected job. But when she finds out Will is having an affair, her perfect life falls apart at the seams.
Camille is hot-headed, beautiful, fiery – everything that Sadie isn’t. And she’s obsessively in love with Will.
When Sadie and Will’s neighbour is violently murdered, Camille is the only person to witness the crime. But who is really behind the woman’s death? And how is it linked to Camille’s plan to make Will hers… at any cost?
Unsettling, darkly compelling and with a jaw-dropping twist, you won’t be able to put this novel down. Perfect for fans of Behind Closed Doors and Sometimes I Lie.
___
Readers LOVE The Other Mrs:
'Woah, prepare yourself for a roller coaster ride of a book!'
'The twists in this book are insane. I thought I knew it was going, but then I was COMPLETELY BLOWN AWAY!'
'I loved this story; I was unable to stop rapidly turning the pages. A 5-star read for me.'
'Buckle up , you are in for a heck of a ride with this book!'
'A tense and chilling read.'
'Intriguing and atmospheric.'
'Extremely gripping, dark, gritty and very twisty… it kept me on my toes!'
**The brand new thriller from Mary Kubica, LOCAL WOMAN MISSING, is available to pre-order now***
‘Brilliantly propulsive’ JP DELANEY
‘An ending that left me thunderstruck’ SAMANTHA DOWNING
__
SOON TO BE MADE INTO A NETFLIX ORIGINAL FILM
__
Every marriage has its secrets…
Sadie has it all: a handsome husband, two beautiful children, a highly respected job. But when she finds out Will is having an affair, her perfect life falls apart at the seams.
Camille is hot-headed, beautiful, fiery – everything that Sadie isn’t. And she’s obsessively in love with Will.
When Sadie and Will’s neighbour is violently murdered, Camille is the only person to witness the crime. But who is really behind the woman’s death? And how is it linked to Camille’s plan to make Will hers… at any cost?
Unsettling, darkly compelling and with a jaw-dropping twist, you won’t be able to put this novel down. Perfect for fans of Behind Closed Doors and Sometimes I Lie.
___
Readers LOVE The Other Mrs:
'Woah, prepare yourself for a roller coaster ride of a book!'
'The twists in this book are insane. I thought I knew it was going, but then I was COMPLETELY BLOWN AWAY!'
'I loved this story; I was unable to stop rapidly turning the pages. A 5-star read for me.'
'Buckle up , you are in for a heck of a ride with this book!'
'A tense and chilling read.'
'Intriguing and atmospheric.'
'Extremely gripping, dark, gritty and very twisty… it kept me on my toes!'
**The brand new thriller from Mary Kubica, LOCAL WOMAN MISSING, is available to pre-order now***
Om denna bok
The Other Mrs av Mary Kubica är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2020 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Other Mrs 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:
9781848456730
Upplaga:
0
Utgiven:
2020-03-05
Förlag:
Gardners Books
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"
>