GRIZLY Kešu zlomky 1000 g

186,00 

SKU N6505_00614581 Kategorie Štítek

Další informace

Není skladem

O produktu

Popis

.custom-container {
padding: 20px;
}

.custom-flex-section {
background-color: #f9f7f2; padding: 0; border-radius: 20px; margin-bottom: 40px; overflow: hidden; display: flex; align-items: stretch; width: 100%;
}

.custom-text-block,
.custom-image-block {
flex-basis: 50%; flex-grow: 1; flex-shrink: 0; box-sizing: border-box;
}

.custom-text-block {
padding: 40px;
}

.custom-text-block h2 {
font-size: 24px; color: #333; margin-bottom: 20px;
}

.custom-text-block p {
color: #666; margin-bottom: 15px; line-height: 1.6;
}

.custom-image-block {
display: flex; padding: 0;
}

.custom-image-block img {
width: 100%; height: auto; object-fit: cover;
}

.custom-image-left img {
border-radius: 20px 0 0 20px;
}

.custom-image-right img {
border-radius: 0 20px 20px 0;
}

.custom-three-column {
background-color: #f9f7f2; padding: 40px; border-radius: 20px; display: flex; gap: 20px; flex-wrap: wrap;
}

.custom-column {
background-color: #f9f7f2; padding: 20px; border-radius: 20px; text-align: center; flex: 1; min-width: 200px;
}

.custom-column img {
margin-bottom: 15px;
}

.custom-three-column-images {
background-color: transparent; padding: 0; margin: 40px 0; border-radius: 0; overflow: visible; display: flex; gap: 40px; flex-wrap: nowrap;
}

.custom-three-column-images .custom-column {
padding: 0; background-color: transparent; border-radius: 20px; overflow: hidden; flex: 1; text-align: left;
}

.custom-three-column-images .custom-column img {
width: 100%; height: 100%; object-fit: cover; border-radius: 0; margin-bottom: 0;
}

@media (min-width: 768px) {
.custom-flex-section {
flex-direction: row;
}
.custom-three-column {
flex-direction: row;
}
}

@media (max-width: 767px) {
/* Mobil: vždy TEXT -> OBRÁZEK (bez ohledu na pořadí v HTML) */
.custom-flex-section {
flex-direction: column;
}
.custom-flex-section .custom-text-block {
order: 1;
}
.custom-flex-section .custom-image-block {
order: 2;
}
.custom-text-block,
.custom-image-block {
flex-basis: 100%;
}
.custom-three-column-images {
flex-direction: column; gap: 40px;
}
.custom-three-column-images .custom-column {
border-radius: 20px;
}
/* Mobil: obrázek je vždy dole, takže spodní rádiusy */
.custom-image-left img,
.custom-image-right img {
border-radius: 0 0 20px 20px !important;
}
.custom-image-block img {
width: 100%;
}
.custom-three-column {
flex-direction: column; padding: 20px;
}
.custom-column {
flex-basis: 100%; margin-bottom: 20px;
}
}

.custom-red-strip {
background: #f9f7f2; border-radius: 20px; padding: 24px 20px; margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center;
}

.custom-red-strip .strip-item {
display: flex; flex-direction: column; align-items: center; gap: 10px;
}

.custom-red-strip .strip-ico {
width: 50px; height: 50px; border-radius: 50%; font-size: 22px; display: flex; align-items: center; justify-content: center;
}

@media (max-width: 767px) {
.custom-red-strip {
grid-template-columns: 1fr;
}
}

.lyo-cta-button {
border: none; border-radius: 10px; background: #ffffff; color: #0c0c0c; font-weight: 600; font-size: 1rem; padding: 16px 30px; display: inline-flex; align-items: center; cursor: pointer; box-shadow: 0 12px 20px rgba(7, 9, 11, 0.08); transition: box-shadow .2s ease, transform .2s ease;
}

.lyo-cta-button:hover {
transform: translateY(-1px); box-shadow: 0 16px 26px rgba(7, 9, 11, 0.12);
}

.cta-under-carousel {
text-align: center; margin-top: 40px;
}

.cta-under-carousel .lyo-cta-button {
margin: 0 auto;
}

.time-cards {
padding: 20px 0 0; background: transparent; width: 100%; margin-top: 0; position: relative;
}

.time-cards__controls {
position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; pointer-events: none; z-index: 10;
}

.carousel-btn {
width: 54px; height: 54px; border-radius: 50%; background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.12); display: flex; align-items: center; justify-content: center; pointer-events: auto; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: background .2s ease, transform .2s ease;
}

.carousel-btn svg {
width: 20px; height: 20px; color: #000;
}

.carousel-btn:hover {
background: #f5f5f5; transform: scale(1.05);
}
/* POSUN ODSUNUTÝ MIMO OBRÁZKY */

.time-cards__controls .carousel-btn:first-child {
transform: translate(-80px, -50%);
}

.time-cards__controls .carousel-btn:last-child {
transform: translate(80px, -50%);
}

.carousel-wrapper {
width: 100%; overflow: hidden;
}

.time-cards .carousel {
display: flex; gap: 40px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 10px;
}

.time-cards .carousel::-webkit-scrollbar {
display: none;
}

.time-cards .card {
position: relative; flex: 0 0 auto; min-width: 260px; aspect-ratio: 1 / 1; border-radius: 20px; overflow: hidden; color: #fff; scroll-snap-align: start;
}

@media (min-width: 1024px) {
.time-cards .card {
flex: 0 0 calc((100% – 80px) / 3.2); min-width: calc((100% – 80px) / 3.2);
}
}

.time-cards .card__bg {
position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}

.time-cards .card::after {
content: „“; position: absolute; inset: 0; background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.time-cards .card__content {
position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 18px; text-align: center; z-index: 2;
}

.time-cards .card__emoji {
font-size: 36px;
}

.time-cards .card__title {
font-size: 1.1rem; font-weight: 700; margin: 0;
}

@media (max-width: 767px) {
.time-cards__controls {
position: static; margin-top: 16px; justify-content: center; pointer-events: auto;
}
.carousel-btn {
transform: none !important; margin: 0 8px;
}
}


Stejná chuť, chytřejší forma

cenově výhodná varianta
skvělé na výrobu domácí rostlinné alternativy mléka
ideální na pečení a vaření



Nezbytný základ do každé kuchyně

Když v receptu rozhoduje chuť, ne tvar, jsou kešu zlomky ideální volba. Jsou přirozeně krémové a jemně nasládlé, ušetří práci s sekáním a v těstě, kaši nebo omáčce odvedou úplně stejnou parádu jako celá jádra.



Když rozhoduje kvalita

Zlomky pochází ze stejných kvalitních kešu ořechů jako naše celá jádra (Indie, Vietnam či Afrika). Čisté kešu bez zbytečností — jen menší kousky, které se v kuchyni neztratí, ale naopak zazáří.

Jak kešu zlomky využít?

function strawberryScrollCarousel(direction)
{
const carousel = document.getElementById(‚strawberryCarousel‘);
if (!carousel) return;

const firstCard = carousel.querySelector(‚.card‘);
const styles = window.getComputedStyle(carousel);
const gap = parseFloat(styles.columnGap || styles.gap || styles.rowGap || 0) || 0;
const cardWidth = firstCard ? firstCard.offsetWidth : 0;
const scrollAmount = cardWidth + gap;
const newScrollPosition = carousel.scrollLeft + (direction * scrollAmount);

if (newScrollPosition < 0)
{
carousel.scrollTo(
{
left: 0,
behavior: 'smooth'
});
}
else
{
carousel.scrollBy(
{
left: direction * scrollAmount,
behavior: 'smooth'
});
}
}

Složení:

Výživové údaje na 100 g

Energetická hodnota: 2 370 kJ / 566 kcal
Tuky: 47 g
z toho nasycené mastné kyseliny: 8,3 g
Sacharidy: 27,1 g
z toho cukry: 5,9 g
Vláknina: 3,3 g
Bílkoviny: 18,3 g
Sůl: 0,03 g

Zařazení

Administrativní zařazení: suché skořápkové plody
Složení: zlomky kešu ořechů natural 100 %
Alergeny: Může obsahovat stopy arašídů a jiných skořápkových plodů, lepku, sóji, siřičitanů a sezamu.
Země původu: Indie, Vietnam, Afrika
Balení: Znovuuzavíratelný PP obal nebo vakuováno v PP obalu (během přepravy může dojít k rozvakuování, které neovlivní kvalitu)
Skladování: Skladujte na temném, chladném a suchém místě.