Vi flyttar från butik till nätet - så funkar det framåt
Absolutely and Forever | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Rose Tremain
- Betyg:
120
kr
Skickas inom 5-9 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
‘Gorgeous’ Observer * ‘Profoundly moving’ Financial Times * 'Electrifying' Daily Mail
How do you find the courage to make your own life? An unputdownable novel about first love set in 1960s London from Sunday Times bestselling Rose Tremain
Marianne is fifteen when she falls helplessly and absolutely in love with Simon. Simon owns a Morris Minor, is in his final year at school and has a dazzling future ahead of him. Desperate to escape the stifling 1950s suburbs she has been raised in, Marianne feels sure she will be able to find true happiness with him.
However a twist of fate sees Simon’s glittering future dashed, and with it, Marianne’s dreams. He flees the country and Marianne, realising she will now have to make a life of her own, moves to London determined to reinvent herself. But Marianne cannot let go of that first all-encompassing love and all the while Simon is in Paris, nursing a secret that will alter everything.
‘A perfect Tremain novel… English, dark and yearning… Remarkable… Tremain shows us the things that make every human life extraordinary’ The Times
‘A complex tale of becoming that’s moving, evocative and mesmerising in its acuity’ Mail on Sunday
*A Sunday Times Book of the Year*
* Shortlisted for the Walter Scott Prize for Historical Fiction *
READERS LOVE ABSOLUTELY AND FOREVER:
'Heartrending, funny, unputdownable' 5*****
'An undoubted modern classic' 5*****
'Marianne will remain with me as a friend' 5*****
'A masterclass in character and world building ... the writing is just sublime' 5*****
How do you find the courage to make your own life? An unputdownable novel about first love set in 1960s London from Sunday Times bestselling Rose Tremain
Marianne is fifteen when she falls helplessly and absolutely in love with Simon. Simon owns a Morris Minor, is in his final year at school and has a dazzling future ahead of him. Desperate to escape the stifling 1950s suburbs she has been raised in, Marianne feels sure she will be able to find true happiness with him.
However a twist of fate sees Simon’s glittering future dashed, and with it, Marianne’s dreams. He flees the country and Marianne, realising she will now have to make a life of her own, moves to London determined to reinvent herself. But Marianne cannot let go of that first all-encompassing love and all the while Simon is in Paris, nursing a secret that will alter everything.
‘A perfect Tremain novel… English, dark and yearning… Remarkable… Tremain shows us the things that make every human life extraordinary’ The Times
‘A complex tale of becoming that’s moving, evocative and mesmerising in its acuity’ Mail on Sunday
*A Sunday Times Book of the Year*
* Shortlisted for the Walter Scott Prize for Historical Fiction *
READERS LOVE ABSOLUTELY AND FOREVER:
'Heartrending, funny, unputdownable' 5*****
'An undoubted modern classic' 5*****
'Marianne will remain with me as a friend' 5*****
'A masterclass in character and world building ... the writing is just sublime' 5*****
Om denna bok
Absolutely and Forever av Rose Tremain är en Danskt band bok med 192 sidor på Engelska. Den utgavs 2024 av Vintage Publishing.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Absolutely and Forever 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:
9781529922509
Upplaga:
0
Utgiven:
2024-06-06
Förlag:
Vintage Publishing
Sidantal:
192
$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"
>