Vi flyttar från butik till nätet - så funkar det framåt
The Chateau | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Catherine Cooper
- Betyg:
102
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
THE TOP TWENTY SUNDAY TIMES BESTSELLER
‘A brilliant new story-teller has arrived’ ERIN KELLY
‘A read-in-one-sitting thriller’ LUCY CLARKE
‘Chilling, devious’ JANICE HALLETT
‘Glorious escapism with a murderous twist’ TAMMY COHEN
They thought it was perfect. They were wrong…
A glamorous chateau
Aura and Nick don’t talk about what happened in England. They’ve bought a chateau in France to make a fresh start, and their kids need them to stay together – whatever it costs.
A couple on the brink
The expat community is welcoming, but when a neighbour is murdered at a lavish party, Aura and Nick don’t know who to trust.
A secret that is bound to come out…
Someone knows exactly why they really came to the chateau. And someone is going to give them what they deserve.
The Sunday Times bestseller is back with a rollercoaster read, perfect for fans of Lucy Foley and Ruth Ware.
‘Gripping, glamorous, ingeniously twisty’ LAURA MARSHALL
‘The definition of unputdownable’ SINEAD CROWLEY
‘Hot on the heels of her debut thriller, Cooper has crafted yet another gripping page-turner that kept me second guessing myself until the very end’ KARIN NORDIN
Praise for Catherine Cooper:
‘Pure adrenaline’ Erin Kelly
‘Agatha Christie with glamour’ Sunday Times Style
‘Intense and claustrophobic’ Heat
The Chalet was a Sunday Times No.5 bestseller for w/e 28/11/20
‘A brilliant new story-teller has arrived’ ERIN KELLY
‘A read-in-one-sitting thriller’ LUCY CLARKE
‘Chilling, devious’ JANICE HALLETT
‘Glorious escapism with a murderous twist’ TAMMY COHEN
They thought it was perfect. They were wrong…
A glamorous chateau
Aura and Nick don’t talk about what happened in England. They’ve bought a chateau in France to make a fresh start, and their kids need them to stay together – whatever it costs.
A couple on the brink
The expat community is welcoming, but when a neighbour is murdered at a lavish party, Aura and Nick don’t know who to trust.
A secret that is bound to come out…
Someone knows exactly why they really came to the chateau. And someone is going to give them what they deserve.
The Sunday Times bestseller is back with a rollercoaster read, perfect for fans of Lucy Foley and Ruth Ware.
‘Gripping, glamorous, ingeniously twisty’ LAURA MARSHALL
‘The definition of unputdownable’ SINEAD CROWLEY
‘Hot on the heels of her debut thriller, Cooper has crafted yet another gripping page-turner that kept me second guessing myself until the very end’ KARIN NORDIN
Praise for Catherine Cooper:
‘Pure adrenaline’ Erin Kelly
‘Agatha Christie with glamour’ Sunday Times Style
‘Intense and claustrophobic’ Heat
The Chalet was a Sunday Times No.5 bestseller for w/e 28/11/20
Om denna bok
The Chateau av Catherine Cooper är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2021 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Chateau 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:
9780008400255
Upplaga:
0
Utgiven:
2021-09-02
Förlag:
Gardners Books
Sidantal:
400
$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"
>