Vi flyttar från butik till nätet - så funkar det framåt
In the Flesh | 0:e upplagan
- Pocket, Engelska, 2013
- Författare: Sylvia Day
- Betyg:
137
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
In the Flesh is an evocative and unique fantasy romance from the international No.1 bestselling author of Bared to You and Reflected in You, Sylvia Day An infamous beauty. A daring warrior. Two hearts are about to collide...
For five years, Sapphire has been the King of Sari's most treasured concubine. Independent at last, she refuses to put herself in anyone's control again. But now another's scheming has led her into the path of proud, arrogant Wulfric, Crown Prince of the rival kingdom of D'Ashier, a man who is dangerous to her in every way. The daughter of Wulfric's fiercest opponent, Sapphire is a prized warrior in her own right and highly skilled in the sensual arts - Wulfric's perfect match. A lasting union is unthinkable, but the bargain they strike - to spend one night together, and then part - proves impossible in the face of a desire powerful enough to bring two countries to the brink of war, and two hearts to the point of surrender...Praise for Sylvia Day's Crossfire series: "A hundred degrees hotter than anything you've read before". (Reveal). "Move over Danielle Steel and Jackie Collins, this is the dawn of a new Day". (Amuse). Sylvia Day is the number one New York Times and number one international bestselling author of more than a dozen award-winning novels, which have been translated into thirty-nine languages. She has been nominated for the Goodreads Choice Award for Best Author and her work has been honoured as Amazon's Best of the Year in Romance. She has won the RT Book Reviews Reviewers' Choice Award and been nominated for the Romance Writers of America's prestigious RITA award twice.
For five years, Sapphire has been the King of Sari's most treasured concubine. Independent at last, she refuses to put herself in anyone's control again. But now another's scheming has led her into the path of proud, arrogant Wulfric, Crown Prince of the rival kingdom of D'Ashier, a man who is dangerous to her in every way. The daughter of Wulfric's fiercest opponent, Sapphire is a prized warrior in her own right and highly skilled in the sensual arts - Wulfric's perfect match. A lasting union is unthinkable, but the bargain they strike - to spend one night together, and then part - proves impossible in the face of a desire powerful enough to bring two countries to the brink of war, and two hearts to the point of surrender...Praise for Sylvia Day's Crossfire series: "A hundred degrees hotter than anything you've read before". (Reveal). "Move over Danielle Steel and Jackie Collins, this is the dawn of a new Day". (Amuse). Sylvia Day is the number one New York Times and number one international bestselling author of more than a dozen award-winning novels, which have been translated into thirty-nine languages. She has been nominated for the Goodreads Choice Award for Best Author and her work has been honoured as Amazon's Best of the Year in Romance. She has won the RT Book Reviews Reviewers' Choice Award and been nominated for the Romance Writers of America's prestigious RITA award twice.
Om denna bok
In the Flesh av Sylvia Day är en Pocket bok med 354 sidor på Engelska. Den utgavs 2013 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp In the Flesh 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:
Pocket
Språk:
Engelska
ISBN:
9781405914222
Upplaga:
0
Utgiven:
2013-09-25
Förlag:
Penguin UK
Sidantal:
354
$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"
>