Vi flyttar från butik till nätet - så funkar det framåt
The Night Circus | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Erin Morgenstern
- Betyg:
205
kr
Skickas inom 6-8 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 beautiful hardback edition of the modern fantasy classic, from the bestselling author of The Starless Sea.
'The only response to this novel is simply: wow. It is a breathtaking feat of imagination, a flight of fancy that pulls you in and wraps you up in its spell' The Times
The circus arrives without warning.
It is simply there, when yesterday it was not. Against the grey sky the towering tents are striped black and white. A sign hanging upon an iron gates reads:
Opens at Nightfall
Closes at Dawn
Full of breath-taking amazements, Le Cirque des Rêves seems to cast a spell over all who wander its circular paths. But behind the glittering acrobats, fortune-tellers and contortionists a fierce competition is underway.
Celia and Marco are two young magicians in the Circus, who have been trained since childhood for a deadly duel. With the lives of everyone at the Circus of Dreams at stake, they must test the very limits of the imagination, and of their love.
The circus is open.
Get ready to enter the fantastical world of the Night Circus.
'Lush, evocative, dreamlike...a magical, coming-of-age story' Sunday Times
'A beguiling, gripping read... Morgenstern has crafted a thrilling and transporting tale' Economist
Vintage Quarterbound Classics: Bound to be beautiful
'The only response to this novel is simply: wow. It is a breathtaking feat of imagination, a flight of fancy that pulls you in and wraps you up in its spell' The Times
The circus arrives without warning.
It is simply there, when yesterday it was not. Against the grey sky the towering tents are striped black and white. A sign hanging upon an iron gates reads:
Opens at Nightfall
Closes at Dawn
Full of breath-taking amazements, Le Cirque des Rêves seems to cast a spell over all who wander its circular paths. But behind the glittering acrobats, fortune-tellers and contortionists a fierce competition is underway.
Celia and Marco are two young magicians in the Circus, who have been trained since childhood for a deadly duel. With the lives of everyone at the Circus of Dreams at stake, they must test the very limits of the imagination, and of their love.
The circus is open.
Get ready to enter the fantastical world of the Night Circus.
'Lush, evocative, dreamlike...a magical, coming-of-age story' Sunday Times
'A beguiling, gripping read... Morgenstern has crafted a thrilling and transporting tale' Economist
Vintage Quarterbound Classics: Bound to be beautiful
Om denna bok
The Night Circus av Erin Morgenstern är en Danskt band bok med 512 sidor på Engelska. Den utgavs 2024 av Vintage Publishing.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Night Circus 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781784879662
Upplaga:
0
Utgiven:
2024-04-04
Förlag:
Vintage Publishing
Sidantal:
512
$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"
>