Carte Belisarius Christian Friedrich Zeller

Belisarius

Limbă: germană
Legare: Carte broșată
Editura: Nabu Press
Disponibilitate: În depozitul extern
Expediem în 9-15 zile
133.68 lei
This is a reproduction of a book published before 1923. This book may have occasional imperfections...

Informații despre carte

Limbă
germană
Legare
Carte - Carte broșată
Publicat
2011
Pagini
392
EAN
9781179849799
ISBN
1179849795
Enbook ID
11863203
Editura
Greutate
702
Dimensiuni
189 x 246 x 24

Descriere completă

This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures, errant marks, etc. that were either part of the original artifact, or were introduced by the scanning process. We believe this work is culturally important, and despite the imperfections, have elected to bring it back into print as part of our continuing commitment to the preservation of printed works worldwide. We appreciate your understanding of the imperfections in the preservation process, and hope you enjoy this valuable book. br/br/ ++++br/ The below data was compiled from various identification fields in the bibliographic record of this title. This data is provided as an additional tool in helping to ensure edition identification: br/++++ br/br/ Belisariusbr/br/<author> Christian Friedrich Zellerbr/br/</p> </div> <div x-show="!isExpanded && contentHeight > parseInt('200px')" class="absolute bottom-0 left-0 right-0 h-20 bg-gradient-to-t from-white to-transparent pointer-events-none" ></div> <button x-show="contentHeight > parseInt('200px')" @click="isExpanded = !isExpanded" class="absolute -bottom-4 right-4 bg-neutral-950 text-white rounded-full p-1" > <svg class="w-6 h-6 transform transition-transform duration-200 rotate-180" :class="{ 'rotate-180': isExpanded }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg> </button> </div> </div> </div> </section> <div class="bg-gray-100 py-12"> <section class="c-container mb-12 mt-4"> <h2 class="text-center text-2xl mb-4 font-bold">S-ar putea să te intereseze</h2> <div x-data="{swiper: null}" x-init="swiper = new Swiper($refs.container, { loop: true, speed: 500, slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 0, breakpoints: { 320: { slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 8, }, 640: { slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 8, }, 1024: { slidesPerView: 6, slidesPerGroup: 6, spaceBetween: 12, } } })" class="relative w-full flex"> <div class="absolute inset-y-0 left-4 z-10 flex items-center"> <button @click="swiper.slidePrev()" class="bg-gray-700 text-white -ml-2 lg:-ml-8 flex justify-center items-center w-12 h-12 rounded-full shadow focus:outline-none"> <svg viewBox="0 0 20 20" fill="currentColor" class="chevron-left w-8 h-8"> <path fill-rule="evenodd" d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z" clip-rule="evenodd"></path> </svg> </button> </div> <div class="swiper-container min-w-full" x-ref="container"> <div class="swiper-wrapper"> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/audio/gabriella-di-vergy-oper_16693201" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/16693201_gabriella-di-vergy-oper.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/audio/gabriella-di-vergy-oper_16693201"> Gabriella Di Vergy (Oper) </a> </h3> <span class="italic text-xs text-gray-700"> Andrew/Plessis/Davies/+/LPO </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 215.90 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="16693201"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> </div> </div> <div class="absolute inset-y-0 right-4 z-10 flex items-center"> <button @click="swiper.slideNext()" class="bg-gray-700 text-white -mr-2 lg:-mr-8 flex justify-center items-center w-12 h-12 rounded-full shadow focus:outline-none"> <svg viewBox="0 0 20 20" fill="currentColor" class="chevron-right w-8 h-8"> <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path> </svg> </button> </div> </div> </section> </div> <div class="py-12"> <section class="c-container mb-12 mt-4"> <h2 class="text-center text-2xl mb-4 font-bold">Clienții care au cumpărat această carte au mai cumpărat și</h2> <div x-data="{swiper: null}" x-init="swiper = new Swiper($refs.container, { loop: true, speed: 500, slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 0, breakpoints: { 320: { slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 8, }, 640: { slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 8, }, 1024: { slidesPerView: 6, slidesPerGroup: 6, spaceBetween: 12, } } })" class="relative w-full flex"> <div class="absolute inset-y-0 left-4 z-10 flex items-center"> <button @click="swiper.slidePrev()" class="bg-gray-700 text-white -ml-2 lg:-ml-8 flex justify-center items-center w-12 h-12 rounded-full shadow focus:outline-none"> <svg viewBox="0 0 20 20" fill="currentColor" class="chevron-left w-8 h-8"> <path fill-rule="evenodd" d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z" clip-rule="evenodd"></path> </svg> </button> </div> <div class="swiper-container min-w-full" x-ref="container"> <div class="swiper-wrapper"> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/belisarius_07491431" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/07491431_belisarius.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/belisarius_07491431"> Belisarius </a> </h3> <span class="italic text-xs text-gray-700"> William Richard Scott </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 83.83 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="07491431"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/belisarius_02604873" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/02604873_belisarius.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/belisarius_02604873"> Belisarius: The Last Roman General </a> </h3> <span class="italic text-xs text-gray-700"> Ian Hughes </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 98.39 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="02604873"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/general-belisarius_09162094" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/09162094_general-belisarius.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/general-belisarius_09162094"> General Belisarius </a> </h3> <span class="italic text-xs text-gray-700"> S G Goodrich </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 110.12 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="09162094"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/hellboy-5-cerv-dobyvatel_18865919" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/18865919_hellboy-5-cerv-dobyvatel.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/hellboy-5-cerv-dobyvatel_18865919"> Hellboy Červ dobyvatel </a> </h3> <span class="italic text-xs text-gray-700"> Mike Mignola </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 105.87 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="18865919"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/traduire-l-invisible-essai-sur-jean-luc-bousquet-peintre-en-polynesie_42529959" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/42529959o.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/traduire-l-invisible-essai-sur-jean-luc-bousquet-peintre-en-polynesie_42529959"> Traduire l'invisible: Essai sur Jean-Luc Bousquet peintre en Polynésie </a> </h3> <span class="italic text-xs text-gray-700"> Api Tahiti </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 151.78 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="42529959"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/audiobook/false-flag_40482584" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-cover" loading="lazy" src="https://www.enbook.ro/./build/assets/blank-DsnnM1Vc.svg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/audiobook/false-flag_40482584"> False Flag </a> </h3> <span class="italic text-xs text-gray-700"> John Altman </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 102.13 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="40482584"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/la-paraula-del-senyor_36152899" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/36152899o.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/la-paraula-del-senyor_36152899"> La Paraula del Senyor </a> </h3> <span class="italic text-xs text-gray-700"> Benet XVI </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 42.57 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="36152899"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/vapors_36092455" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/36092455o.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/vapors_36092455"> VAPORS </a> </h3> <span class="italic text-xs text-gray-700"> RODRIGO Y ALHARILLA </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 294.17 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="36092455"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/web-accessibility_21295194" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/21295194_web-accessibility.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/web-accessibility_21295194"> Web Accessibility </a> </h3> <span class="italic text-xs text-gray-700"> Yeliz Yesilada </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 1 470.18 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="21295194"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/the-wolf-s-chicken-stew_11012818" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/11012818_the-wolf-s-chicken-stew.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/the-wolf-s-chicken-stew_11012818"> The Wolf's Chicken Stew </a> </h3> <span class="italic text-xs text-gray-700"> Keiko Kasza </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 41.65 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="11012818"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/audio/happy-street-3rd-edition-1-class-audio-cds-3_10932649" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/10932649_happy-street-3rd-edition-1-class-audio-cds-3.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/audio/happy-street-3rd-edition-1-class-audio-cds-3_10932649"> Happy Street 1 Class Audio CDs /3/ (3rd) </a> </h3> <span class="italic text-xs text-gray-700"> Stella Maidment </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 246.14 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="10932649"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> <div class="swiper-slide flex justify-center"> <div class="w-full bg-white flex flex-col shrink-0 rounded-xl border border-gray-200 overflow-hidden"> <a href="https://www.enbook.ro/ro/carte/jesus-lord-of-your-personality_08564446" class="block h-[260px] lg:h-[358px]"> <img class="w-full h-full object-contain" loading="lazy" src="https://libris.to/media/jacket/08564446_jesus-lord-of-your-personality.jpg" alt=""> </a> <div class="p-4 flex-1 flex flex-col"> <div class="flex-1"> <h3 class="text-sm font-bold"> <a href="https://www.enbook.ro/ro/carte/jesus-lord-of-your-personality_08564446"> Jesus Lord of Your Personality </a> </h3> <span class="italic text-xs text-gray-700"> Bob Russell </span> </div> <div class="flex flex-col gap-0"> <span class="text-base font-bold"> 57.94 <span class="">lei</span> </span> </div> </div> <div class="p-4 border-t border-gray-200"> <form hx-post="https://www.enbook.ro/ro/cos/add" hx-target="#add-to-cart-modal" hx-swap="innerHTML" class="relative" action="https://www.enbook.ro/ro/cos/add" method="POST"> <input type="hidden" name="_token" value="xxu571AaBzvcBMQArfZlpc7I5DEUpbUgeat6vHyx" autocomplete="off"> <input name="quantity" type="hidden" min="1" value="1"> <input type="hidden" name="itemId" value="08564446"> <button class="inline-flex px-4 lg:px-6 py-3 justify-center rounded-full bg-brand text-white text-xs font-bold cursor-pointer data-secondary:bg-gray-200 data-secondary:text-gray-800 "> <span class="flex items-center gap-2"> <span class="htmx-indicator"><svg class="w-4 h-4 animate-spin" fill="none" height="800" viewBox="0 0 24 24" width="800" xmlns="http://www.w3.org/2000/svg"><path d="m20.0001 12c0 1.3811-.3576 2.7386-1.0378 3.9405-.6803 1.2019-1.6601 2.2072-2.8441 2.9182-1.1841.7109-2.532 1.1032-3.9126 1.1387-1.3806.0354-2.74687-.2871-3.96585-.9362" stroke="currentColor" stroke-linecap="round" stroke-width="3.55556"/></svg></span> Adaugă în coș </span> </button> </form> </div> </div> </div> </div> </div> <div class="absolute inset-y-0 right-4 z-10 flex items-center"> <button @click="swiper.slideNext()" class="bg-gray-700 text-white -mr-2 lg:-mr-8 flex justify-center items-center w-12 h-12 rounded-full shadow focus:outline-none"> <svg viewBox="0 0 20 20" fill="currentColor" class="chevron-right w-8 h-8"> <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path> </svg> </button> </div> </div> </section> </div> <footer class="bg-gray py-16"> <div class="c-container pb-24 flex justify-around flex-col md:flex-row gap-8 text-sm"> <div class="text-center"> <img class="mb-8 max-w-24 max-h-24 mx-auto" src="https://www.enbook.ro/./build/assets/usp_1-CsGkg8fk.svg" alt=""> <span> O selecție cu adevărat vastă cu peste 4.000.000 de titluri. </span> </div> <div class="text-center"> <img class="mb-8 max-w-24 max-h-24 mx-auto" src="https://www.enbook.ro/./build/assets/usp_2-PfgMZRCH.svg" alt=""> <span> Livrare de la 15 Lei sau gratuită pentru achiziții de peste 349.00 lei. </span> </div> <div class="text-center"> <img class="mb-8 max-w-24 max-h-24 mx-auto" src="https://www.enbook.ro/./build/assets/usp_3-b_55LQ46.svg" alt=""> <span> Plată sigură și rapidă prin intermediul gateway-ului de plată GoPay. </span> </div> <div class="text-center"> <img class="mb-8 max-w-24 max-h-24 mx-auto" src="https://www.enbook.ro/./build/assets/usp_4-CMHbV0kw.svg" alt=""> <span> Mii de cititori mulțumiți și comenzi livrate. </span> </div> </div> <div class="c-container grid grid-cols-1 md:grid-cols-4"> <nav class="flex flex-col gap-4"> <h5 class="font-bold text-xl"> Despre magazin </h5> <a class="text-[10px]" href="https://www.enbook.ro/ro/despre-noi">Informații despre magazin</a> <a class="text-[10px]" href="https://www.enbook.ro/ro/contact">Contactați-ne</a> </nav> <nav class="flex flex-col gap-4"> <h5 class="font-bold text-xl"> Despre achiziție </h5> <a class="text-[10px]" href="https://www.enbook.ro/ro/transport-plata">Plată și livrare</a> <a class="text-[10px]" href="https://www.enbook.ro/ro/termeni-si-conditii">Termeni și condiții</a> </nav> <nav class="flex flex-col gap-4"> <h5 class="font-bold text-xl"> Pentru clienți </h5> <a class="text-[10px]" href="https://www.enbook.ro/ro/order/status">Află starea comenzii</a> <a class="text-[10px] hidden" href="https://www.enbook.ro/ro/order/status">Află starea comenzii</a> <a class="text-[10px]" href="https://www.enbook.ro/ro/acordul-cu-prelucrarea-datelor-cu-caracter-personal">Politica de confidențialitate</a> <a class="text-[10px]" href="https://www.enbook.ro/ro/cookie">Politica privind cookie-urile</a> <a class="text-[10px]" href="https://www.enbook.ro/ro/procedura-reclamatii">Reclamații</a> </nav> <nav class="flex flex-col gap-4"> <h5 class="font-bold text-xl"> Rețele sociale </h5> <div class="flex gap-2"> <a target="_blank" href="https://www.facebook.com/enbookro"> <img class="w-8 h-8" src="https://www.enbook.ro/./build/assets/facebook-DvDvvdYY.svg" alt=""> </a> <a target="_blank" href="https://www.instagram.com/enbook.ro?igsh=NGxlOWRrdThmdzB6"> <img class="w-8 h-8" src="https://www.enbook.ro/./build/assets/instagram-D-DDZqNX.svg" alt=""> </a> </div> </nav> </div> <div class="c-container my-16 text-center"> </div> <div class="c-container text-center"> <p class="text-xs text-gray-500"> Copyright © 2026 Enbook. All rights reserved. </p> </div> </footer> <link rel="modulepreload" href="https://www.enbook.ro/./build/assets/app-CL0MZNn8.js" /><script type="module" src="https://www.enbook.ro/./build/assets/app-CL0MZNn8.js"></script> </body> </html>