Vi flyttar från butik till nätet - så funkar det framåt
Beware the Woman | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Megan Abbott
- Betyg:
140
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
From New York Times bestselling and award-winning author Megan Abbott, a chilling and compulsive novel about a family holiday that takes a terrifying turn.
A GUARDIAN BEST BOOK OF THE YEAR 2023
'Splendidly tense and atmospheric - a contemporary Rebecca' MAIL ON SUNDAY
'A novel of almost unbearable tension' IRISH TIMES
'Stunningly twisty' ASHLEY AUDRAIN, author of The Push
*******************************************************************
Newly married and with a baby on the way, Jacy has everything she ever wanted. When she and her husband, Jed, go to visit his father in his remote cottage, Jacy feels bathed in love by Dr. Ash, if less so by his housekeeper, the enigmatic Mrs. Brandt.
Then Jacy has a health scare. Swiftly, all eyes are on Jacy's condition, and whispers about Jed's long-dead mother seem to be intruding upon the present. As the days pass, Jacy feels trapped in the cottage, her body under the looking glass. But are her fears founded or is this -as is suggested to her-a stubborn refusal to take necessary precautions to protect her unborn child? The dense woods surrounding the cottage are full of dangers, but are the greater ones inside?
'Abbott ratchets up the menace towards an unexpected ending in a claustrophobic chiller about how men deny women agency' GUARDIAN
'Sultry, subversive, shades of Rebecca ... I loved it' HARRIET TYCE, author of It Ends at Midnight
'Feverish, razor sharp, and pulsing with dread' RILEY SAGER, author of The House Across the Lake
'Spectacular. Her best yet. Kind of Rosemary's Baby meets Rebecca. Nobody, but nobody does creeping dread like she does' SAM BAKER
The Turnout by Megan Abbott was a New York Times bestseller in August 2021
A GUARDIAN BEST BOOK OF THE YEAR 2023
'Splendidly tense and atmospheric - a contemporary Rebecca' MAIL ON SUNDAY
'A novel of almost unbearable tension' IRISH TIMES
'Stunningly twisty' ASHLEY AUDRAIN, author of The Push
*******************************************************************
Newly married and with a baby on the way, Jacy has everything she ever wanted. When she and her husband, Jed, go to visit his father in his remote cottage, Jacy feels bathed in love by Dr. Ash, if less so by his housekeeper, the enigmatic Mrs. Brandt.
Then Jacy has a health scare. Swiftly, all eyes are on Jacy's condition, and whispers about Jed's long-dead mother seem to be intruding upon the present. As the days pass, Jacy feels trapped in the cottage, her body under the looking glass. But are her fears founded or is this -as is suggested to her-a stubborn refusal to take necessary precautions to protect her unborn child? The dense woods surrounding the cottage are full of dangers, but are the greater ones inside?
'Abbott ratchets up the menace towards an unexpected ending in a claustrophobic chiller about how men deny women agency' GUARDIAN
'Sultry, subversive, shades of Rebecca ... I loved it' HARRIET TYCE, author of It Ends at Midnight
'Feverish, razor sharp, and pulsing with dread' RILEY SAGER, author of The House Across the Lake
'Spectacular. Her best yet. Kind of Rosemary's Baby meets Rebecca. Nobody, but nobody does creeping dread like she does' SAM BAKER
The Turnout by Megan Abbott was a New York Times bestseller in August 2021
Om denna bok
Beware the Woman av Megan Abbott är en Danskt band bok med 304 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Beware the Woman 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:
9780349012520
Upplaga:
0
Utgiven:
2024-05-07
Förlag:
Okänt
Sidantal:
304
$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"
>