Vi flyttar från butik till nätet - så funkar det framåt
Grimstone | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Sophie Lark
- 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
From USA Today bestselling author of the Brutal Birthright and Kingmakers series’ comes a brand-new romance thriller set in the Gothic, secretive beach town of Grimstone.
Remi Hayes is beginning to think she’s cursed–her fiancé cheated on her, her brother Jude is a major headache, and the mouldering mansion she inherited from her uncle might just be haunted.
Renovating Blackleaf Manor already feels impossible, even before Remi is blackmailed by Dane Covett, the dangerously hot doctor-next-door, and Grimstone’s most eligible bachelor–if you can ignore the fact that everyone in town thinks he murdered his wife.
Remi doesn’t want to believe it, especially after Dane sews up a gash in her thigh and steals a kiss in payment–a kiss that makes it hard to walk for reasons that have nothing to do with an injured leg.
But as the renovation takes a strange and violent turn, Remi must decide if Dane is the one haunting her nights–or if he’s trying to protect her from something much worse…
Bold, spicy and utterly irresistible, Grimstone introduces readers to a dark and sexy murder mystery created by one of contemporary romance’s most influential voices.
Tropes
Dark Romance
Murder Mystery
Enemies to Lovers
Hot Neighbour
Spicy Romance
High Heat
CONTENT WARNING: This book contains extremely spicy scenes and triggering content that some readers may find disturbing.
Remi Hayes is beginning to think she’s cursed–her fiancé cheated on her, her brother Jude is a major headache, and the mouldering mansion she inherited from her uncle might just be haunted.
Renovating Blackleaf Manor already feels impossible, even before Remi is blackmailed by Dane Covett, the dangerously hot doctor-next-door, and Grimstone’s most eligible bachelor–if you can ignore the fact that everyone in town thinks he murdered his wife.
Remi doesn’t want to believe it, especially after Dane sews up a gash in her thigh and steals a kiss in payment–a kiss that makes it hard to walk for reasons that have nothing to do with an injured leg.
But as the renovation takes a strange and violent turn, Remi must decide if Dane is the one haunting her nights–or if he’s trying to protect her from something much worse…
Bold, spicy and utterly irresistible, Grimstone introduces readers to a dark and sexy murder mystery created by one of contemporary romance’s most influential voices.
Tropes
Dark Romance
Murder Mystery
Enemies to Lovers
Hot Neighbour
Spicy Romance
High Heat
CONTENT WARNING: This book contains extremely spicy scenes and triggering content that some readers may find disturbing.
Om denna bok
Grimstone av Sophie Lark är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Grimstone 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:
9781464225871
Upplaga:
0
Utgiven:
2024-09-17
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"
>