Vi flyttar från butik till nätet - så funkar det framåt
Hexed | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Emily McIntire
- Betyg:
120
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
A dark contemporary romance from viral BookTok, USA Today and Sunday Times bestselling* author Emily McIntire, featuring reimagined characters from popular fairy tales and other stories.
***
He’s the prince of La Cosa Nostra. She’s the witch who steals his heart.
Venesa Andersen has never been good. She wasn’t good enough for her parents, and she isn’t good enough for the gangster uncle who took her in after they died. But she’s cunning. Beautiful. Dutiful to her uncle’s demands. And she doesn’t have time for a moral compass, anyway. When her runaway cousin returns to their coastal southern town, she brings a man with her…and Venesa soon realises he’s the only one who’s ever seen her for her.
There’s just one problem: she can never have him.
Enzo “Loverboy” Marino is a wealthy businessman by day and prince of the underworld by night. Underboss to a notorious mafia syndicate, he answers to no one except his father: the strongest don in the northeast. When he’s tasked with marriage, Enzo doesn’t think twice.
Until he meets his fiancée’s cousin.
Venesa is everything he never knew he wanted, bewitching him with her sultry voice and supple curves. But Enzo learned long ago that for a man like him, life is better without the things you want. When plans unravel and temptation sings its siren song, they’ll both have to choose what’s more important: duty to their families or a forbidden love that was never supposed to be.
Hexed joins the Never After series as a dark and sexy reimagining of a classic tale, twisting it into an enticing new shape for mature readers.
Tropes
Fractured Fairy Tale
Forbidden Love
Mafia Romance
Dark Romance
Spicy Romance
The Never After Series:
Hooked
Scarred
Wretched
Twisted
Crossed
Hexed
*Hexed made the Sunday Times Bestsellers list in November 2024
***
He’s the prince of La Cosa Nostra. She’s the witch who steals his heart.
Venesa Andersen has never been good. She wasn’t good enough for her parents, and she isn’t good enough for the gangster uncle who took her in after they died. But she’s cunning. Beautiful. Dutiful to her uncle’s demands. And she doesn’t have time for a moral compass, anyway. When her runaway cousin returns to their coastal southern town, she brings a man with her…and Venesa soon realises he’s the only one who’s ever seen her for her.
There’s just one problem: she can never have him.
Enzo “Loverboy” Marino is a wealthy businessman by day and prince of the underworld by night. Underboss to a notorious mafia syndicate, he answers to no one except his father: the strongest don in the northeast. When he’s tasked with marriage, Enzo doesn’t think twice.
Until he meets his fiancée’s cousin.
Venesa is everything he never knew he wanted, bewitching him with her sultry voice and supple curves. But Enzo learned long ago that for a man like him, life is better without the things you want. When plans unravel and temptation sings its siren song, they’ll both have to choose what’s more important: duty to their families or a forbidden love that was never supposed to be.
Hexed joins the Never After series as a dark and sexy reimagining of a classic tale, twisting it into an enticing new shape for mature readers.
Tropes
Fractured Fairy Tale
Forbidden Love
Mafia Romance
Dark Romance
Spicy Romance
The Never After Series:
Hooked
Scarred
Wretched
Twisted
Crossed
Hexed
*Hexed made the Sunday Times Bestsellers list in November 2024
Om denna bok
Hexed av Emily McIntire är en Danskt band bok med 624 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Hexed 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:
9781728297408
Upplaga:
0
Utgiven:
2024-11-05
Förlag:
Okänt
Sidantal:
624
$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"
>