Vi flyttar från butik till nätet - så funkar det framåt
Malibu Rising | 1:a upplagan
- Danskt band, Engelska, 2022
- Författare: Taylor Jenkins Reid
- Betyg:
113
kr
Skickas inom 0-2 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 the bestselling author of DAISY JONES & THE SIX and TikTok sensation THE SEVEN HUSBANDS OF EVELYN HUGO
THE SUNDAY TIMES BESTSELLER
'Thank you Taylor Jenkins Reid for the escapism we all need- a sex-on-the-beach cocktail (quite literally) of a book' PANDORA SYKES
'I LOVE it . . . I can't remember the last time I read a book that was so fun' DOLLY ALDERTON
'It's 365 pages of pure exhilaration' THE TIMES
August,1983, it is the day of Nina Riva's annual end-of-summer party, and anticipation is at a fever pitch. Everyone who is anyone wants to be around the famous Rivas: surfer and supermodel Nina, brothers Jay and Hud, and their adored baby sister Kit. Together, the siblings are a source of fascination in Malibu and the world over - especially as the children of the legendary singer Mick Riva.
By midnight the party will be completely out of control. By morning, the Riva mansion will have gone up in flames. But before that first spark in the early hours of dawn, the alcohol will flow, the music will play, and the loves and secrets that shaped this family will all come bubbling to the surface.
'The perfect, literal, beach read, with the emotional depth of the ocean' HOLLY BOURNE
'It's a full on escapist delight' STYLIST
'This summer's must-read novel' RED
_________________________
Praise for Daisy Jones & The Six
'Utterly believable . . . fantastically enjoyable' THE TIMES
'Pitch perfect' SUNDAY TIMES
'Prepare to be obsessed' STYLIST
'I devoured this in a day, falling head over heels for it' REESE WITHERSPOON'
I LOVE it . . . I can't remember the last time I read a book that was so fun' DOLLY ALDERTON
'I didn't want this book to end' FEARNE COTTON
THE SUNDAY TIMES BESTSELLER
'Thank you Taylor Jenkins Reid for the escapism we all need- a sex-on-the-beach cocktail (quite literally) of a book' PANDORA SYKES
'I LOVE it . . . I can't remember the last time I read a book that was so fun' DOLLY ALDERTON
'It's 365 pages of pure exhilaration' THE TIMES
August,1983, it is the day of Nina Riva's annual end-of-summer party, and anticipation is at a fever pitch. Everyone who is anyone wants to be around the famous Rivas: surfer and supermodel Nina, brothers Jay and Hud, and their adored baby sister Kit. Together, the siblings are a source of fascination in Malibu and the world over - especially as the children of the legendary singer Mick Riva.
By midnight the party will be completely out of control. By morning, the Riva mansion will have gone up in flames. But before that first spark in the early hours of dawn, the alcohol will flow, the music will play, and the loves and secrets that shaped this family will all come bubbling to the surface.
'The perfect, literal, beach read, with the emotional depth of the ocean' HOLLY BOURNE
'It's a full on escapist delight' STYLIST
'This summer's must-read novel' RED
_________________________
Praise for Daisy Jones & The Six
'Utterly believable . . . fantastically enjoyable' THE TIMES
'Pitch perfect' SUNDAY TIMES
'Prepare to be obsessed' STYLIST
'I devoured this in a day, falling head over heels for it' REESE WITHERSPOON'
I LOVE it . . . I can't remember the last time I read a book that was so fun' DOLLY ALDERTON
'I didn't want this book to end' FEARNE COTTON
Om denna bok
Malibu Rising av Taylor Jenkins Reid är en Danskt band bok med 384 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2022 av The Book Services TBS.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Malibu Rising 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:
9781529157147
Upplaga:
1
Utgiven:
2022-04-28
Förlag:
The Book Services TBS
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"
>