This one-of-a kind mini collectible set includes a deluxe light-up replica of Harry Potter's wand and a sticker book filled with images from the films, a perfect gift for Harry Potter fans. Specifications: Includes two wand pieces that when assembled form an 8 inch, finely detailed replica of Harry Potter's wand, inspired by the films Lights up: Wand lights up with easily accessible button Wand Stand Display: Features a stand perfect for displaying when not in use Book Included: 2-1/2 x 3 inch 16 page book, featuring 8 full-color stickers of scenes from the Harry Potter films Perfect Gift: Harry Potter's wand is a perfect gift or self-purchase for fans everywhere Officially licensed: Authentic Harry Potter collectible Batteries included.
.div-colaborador-detail{
display: flex;
margin: 15px;
background-color: #feedd3;
}
.div-colaborador-detail .div-colaborador-biography-text{
color: #404040;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
text-align: justify;
}
.div-colaborador-detail .p-colaborador-biography-text .spn-overflow{
display: none;
}
@media only screen and (min-width: 600px) {
.div-colaborador-detail .div-colaborador-biography{
padding: 10px 20px;
}
.div-colaborador-detail{
border-radius: 100px 0px 0px 100px;
}
.div-colaborador-detail div.img-profile-pic{
height: 160px;
width: 160px;
border-radius: 80px;
background-size: cover !important;
background-position: center !important;
}
.div-colaborador-detail .div-colaborador-name-heading{
font-weight: 600;
font-size: 15pt;
color: #404040;
}
.div-colaborador-detail .p-colaborador-biography-text{
font-size: 12pt;
}
.div-colaborador-detail .div-colaborador-biography-text{
margin: 0px;
-webkit-line-clamp: 4;
line-clamp: 4;
}
.div-colaborador-detail .p-colaborador-biography-text .spn-overflow{
margin: 0px;
font-weight: 600;
color: #ff5a00;
cursor: pointer;
}
.div-colaborador-biography .div-colaborador-detalle-title{
display: flex;
}
.div-colaborador-detail .a-ver-pagina-autor{
padding: 5px;
margin: 0px 15px;
}
}
@media only screen and (max-width: 600px) {
.div-colaborador-detail .div-colaborador-biography{
padding: 5px 10px;
}
.div-colaborador-detail div.img-profile-pic{
height: 90px;
width: 90px;
border-radius: 45px;
background: url('https://statics.cdn1.buscalibre.com/colaboradores/profile_pic/268cabb881903cc59ef95862a4fc734d.jpg');
background-size: cover !important;
background-position: center !important;
}
.div-colaborador-detail{
border-radius: 45px 0px 0px 45px;
}
.div-colaborador-detail .div-colaborador-name-heading{
font-weight: 600;
font-size: 12pt;
color: #404040;
}
.div-colaborador-detail .p-colaborador-biography-text{
font-size: 10pt;
margin: 4px 0px;
}
.div-colaborador-detail .div-colaborador-biography-text{
margin: -5px 0px;
-webkit-line-clamp: 2;
line-clamp: 2;
}
.div-colaborador-detail .p-colaborador-biography-text .spn-overflow{
width: 100%;
margin: 4px 0px;
color: #ff5a00;
}
.div-colaborador-detail .a-ver-pagina-autor{
font-size: 10pt;
}
}
Running Press
(Traducido por, Ilustrado por)
Ver Página del AutorOne of the largest independent trade publishers in the country, Running Press Publishers has been providing consumers with an innovative list of quality books and book-related kits since 1972.Running Press creates more than 200 new titles a year under four imprints: Running Press, Running Press Miniature Editions™, Running Press Kids, and Courage Books. Titles cover a broad range of categories, including: general non-fiction, science, history, children's fiction and non-fiction, food and wine, pop culture, lifestyle, photo-essay, and illustrated gift books.Ver másVer menos
$(".spn-ver-mas-running-press").click(() => {
$(".div-colaborador-biography-text-running-press").css("display", "block");
$(".div-colaborador-detail .p-colaborador-biography-text .spn-ver-mas-running-press").css("display", "none");
$(".div-colaborador-detail .p-colaborador-biography-text .span-ver-menos-running-press").css("display", "block");
});
$(".span-ver-menos-running-press").click(() => {
$(".div-colaborador-biography-text-running-press").css("display", "-webkit-box");
$(".div-colaborador-detail .p-colaborador-biography-text .spn-ver-mas-running-press").css("display", "block");
$(".div-colaborador-detail .p-colaborador-biography-text .span-ver-menos-running-press").css("display", "none");
});
if ($('.div-colaborador-biography-text-running-press')[0].offsetHeight < $('.div-colaborador-biography-text')[0].scrollHeight) {
$(".div-colaborador-detail .p-colaborador-biography-text .spn-ver-mas-running-press").css("display", "block");
$(".div-colaborador-detail .p-colaborador-biography-text .span-ver-menos-running-press").css("display", "none");
}