:root {
  --kl-red:#ed3326;
  --kl-red-dark:#bf281f;
  --kl-yellow:#f6be39;
  --kl-teal:#21918c;
  --kl-cream:#fff8ed;
  --kl-paper:#fffdf8;
  --kl-ink:#34241d;
  --kl-muted:#75645b;
  --kl-line:#eadfd3;
  --kl-shadow:0 15px 42px rgba(96,58,35,.12);
  --kl-radius:24px;
  --kl-container:min(1400px,calc(100% - 64px));
  --kl-development-art:url("../img/estrella-development-v2.webp");
  --kl-story-portrait:url("../img/estrella-story-portrait-v2.webp");
  --kl-story-poster:url("../img/estrella-story-poster-v2.webp");
  --kl-review-avatars:url("../img/review-avatars-v2.webp");
}

.kl-home { overflow:hidden; background:var(--kl-cream); color:var(--kl-ink); font-family:"Cabin","Nunito Sans",Arial,sans-serif; }
.kl-world-home .main-page-wrapper { padding-top:0; }
.kl-world-home .main-page-wrapper > .container { width:100%; max-width:none; padding-inline:0; }
.kl-world-home .site-content { margin:0; padding:0; }
.kl-world-home .page-title,.kl-world-home .footer-container,.kl-world-home .copyrights-wrapper,.kl-world-home .wd-prefooter { display:none!important; }
.kl-home *, .kl-home *::before, .kl-home *::after { box-sizing:border-box; }
.kl-home a { text-decoration:none; }
.kl-home img { display:block; max-width:100%; }
.kl-container { width:var(--kl-container); margin-inline:auto; }
.kl-home h1,.kl-home h2,.kl-home h3 { margin:0; color:var(--kl-ink); font-family:"Baloo 2","Arial Rounded MT Bold",sans-serif; line-height:1.02; letter-spacing:-.025em; }
.kl-home h2 { font-size:clamp(30px,3vw,48px); }
.kl-home p { color:var(--kl-muted); }
.kl-eyebrow,.kl-kicker { margin:0 0 8px; color:var(--kl-yellow); font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.kl-kicker { color:#b77a1a; }.kl-kicker--red { color:var(--kl-red); }
.kl-button { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:50px; padding:11px 20px; border:2px solid transparent; border-radius:999px; font-size:15px; font-weight:800; transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease; }
.kl-button:hover { transform:translateY(-2px); }.kl-button:focus-visible,.kl-age-hotspot:focus-visible,.kl-category-card:focus-visible,.kl-video-toggle:focus-visible { outline:3px solid var(--kl-teal); outline-offset:3px; }
.kl-button--primary { background:var(--kl-red); color:#fff; box-shadow:0 8px 18px rgba(237,51,38,.24); }.kl-button--primary:hover { background:var(--kl-red-dark); color:#fff; }
.kl-button--secondary { border-color:rgba(52,36,29,.14); background:rgba(255,255,255,.86); color:var(--kl-ink); }.kl-button--secondary:hover { background:#fff; color:var(--kl-red); }

.kl-hero { position:relative; isolation:isolate; width:100%; aspect-ratio:16/9; min-height:0; overflow:hidden; background:#f7dfbd; }
.kl-hero__video { position:absolute; z-index:-3; inset:0; width:100%; height:100%; object-fit:contain; object-position:center; }
.kl-hero__veil { position:absolute; z-index:-2; inset:0; background:linear-gradient(90deg,rgba(255,248,237,.78) 0%,rgba(255,248,237,.52) 24%,rgba(255,248,237,.16) 42%,rgba(255,248,237,0) 56%); }
.kl-hero__content { position:relative; display:flex; align-items:flex-start; height:100%; padding-top:clamp(48px,6.2vw,106px); padding-bottom:105px; }
.kl-hero__copy { width:min(540px,38vw); text-shadow:0 1px 1px rgba(255,255,255,.42); }
.kl-hero__copy h1 { max-width:560px; margin-bottom:18px; font-size:clamp(42px,4.15vw,68px); font-weight:800; }
.kl-hero__copy h1::first-line { color:var(--kl-ink); }
.kl-hero__body { max-width:490px; margin:0 0 27px; font-size:clamp(17px,1.55vw,21px); line-height:1.5; }
.kl-hero__actions { display:flex; flex-wrap:wrap; gap:12px; }
.kl-hero__trust { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:27px; color:var(--kl-ink); font-size:13px; font-weight:700; }
.kl-hero__trust svg { width:18px; height:18px; color:var(--kl-red); stroke-width:2.2; }
.kl-hero__trust span { display:flex; align-items:center; gap:6px; }
.kl-age-hotspots { position:absolute; z-index:4; left:50%; bottom:5.5%; display:grid; grid-template-columns:repeat(3,1fr); align-items:center; transform:translateX(-50%); pointer-events:none; }
.kl-age-hotspot { width:58px; height:58px; display:grid; place-items:center; justify-self:start; border:3px solid rgba(255,255,255,.95); border-radius:50%; background:var(--kl-red); color:#fff; box-shadow:0 8px 22px rgba(78,44,26,.24); pointer-events:auto; transition:transform .2s ease,box-shadow .2s ease; }
.kl-age-hotspot:nth-child(1) { margin-left:4%; }.kl-age-hotspot:nth-child(2) { justify-self:center; }.kl-age-hotspot:nth-child(3) { justify-self:end; margin-right:4%; }
.kl-age-hotspot span { color:#fff; font-family:"Baloo 2",sans-serif; font-size:34px; line-height:1; transform:translateY(-2px); }.kl-age-hotspot:hover { color:#fff; transform:translateY(-4px) scale(1.04); box-shadow:0 12px 28px rgba(78,44,26,.3); }
.kl-video-toggle { position:absolute; z-index:5; right:22px; bottom:22px; width:48px; height:48px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.7); border-radius:50%; background:rgba(255,255,255,.8); color:var(--kl-ink); cursor:pointer; backdrop-filter:blur(8px); }.kl-video-toggle__play { display:none; }.kl-video-toggle.is-paused .kl-video-toggle__pause { display:none; }.kl-video-toggle.is-paused .kl-video-toggle__play { display:inline; }

.kl-section { padding:clamp(55px,6vw,90px) 0; }.kl-worlds { background:var(--kl-paper); border-radius:36px 36px 0 0; }.kl-bestsellers { background:var(--kl-cream); }.kl-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:28px; }.kl-section-heading h2 { font-size:clamp(24px,2.4vw,37px); }.kl-section-heading a { flex:none; color:var(--kl-ink); font-size:14px; font-weight:800; }.kl-section-heading a:hover { color:var(--kl-red); }
.kl-category-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; }.kl-category-card { overflow:hidden; display:flex; flex-direction:column; border:1px solid var(--kl-line); border-radius:18px; color:var(--kl-ink); transition:transform .22s ease,box-shadow .22s ease; }.kl-category-card:hover { transform:translateY(-5px); box-shadow:var(--kl-shadow); color:var(--kl-red); }.kl-category-card__image { aspect-ratio:1.18/1; display:grid; place-items:center; overflow:hidden; }.kl-category-card__image img { width:100%; height:100%; object-fit:contain; transition:transform .28s ease; }.kl-category-card:hover img { transform:scale(1.055); }.kl-category-card strong { min-height:52px; display:grid; place-items:center; padding:10px; font-family:"Baloo 2",sans-serif; font-size:15px; text-align:center; }.kl-category-card--yellow { background:#fff4d8; }.kl-category-card--peach { background:#ffe9dc; }.kl-category-card--cream { background:#fff5e6; }.kl-category-card--pink { background:#ffe7e4; }.kl-category-card--mint { background:#e8f2e3; }.kl-category-card--sand { background:#fff0da; }.kl-category-placeholder { display:grid; place-items:center; width:80px; height:80px; border-radius:24px; background:var(--kl-yellow); color:#fff; font-family:"Baloo 2",sans-serif; font-size:30px; font-weight:800; }
.kl-product-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:15px; }.kl-product-card { min-width:0; overflow:hidden; display:flex; flex-direction:column; border:1px solid var(--kl-line); border-radius:18px; background:#fff; transition:transform .22s ease,box-shadow .22s ease; }.kl-product-card:hover { transform:translateY(-5px); box-shadow:var(--kl-shadow); }.kl-product-card__image { display:grid; place-items:center; aspect-ratio:1/1; overflow:hidden; background:#fff; }.kl-product-card__image img { width:100%; height:100%; object-fit:contain; transition:transform .28s ease; }.kl-product-card:hover img { transform:scale(1.04); }.kl-product-card__body { position:relative; flex:1; display:flex; flex-direction:column; padding:14px; }.kl-product-card h3 { min-height:48px; margin:0 0 8px; font-family:"Cabin",sans-serif; font-size:16px; font-weight:700; line-height:1.35; }.kl-product-card h3 a { color:var(--kl-ink); }.kl-product-card h3 a:hover { color:var(--kl-red); }.kl-product-card__rating { min-height:21px; color:#f5a300; font-size:15px; }.kl-product-card__rating .star-rating { margin:0; }.kl-product-card__price { margin-top:auto; padding-top:6px; color:var(--kl-red-dark); font-size:16px; font-weight:900; }.kl-product-card__price del { color:#918079; font-size:12px; font-weight:400; }.kl-product-card__price ins { color:var(--kl-red-dark); text-decoration:none; }.kl-add-cart.button { position:absolute; right:12px; bottom:11px; width:34px; height:34px; min-height:0; display:grid; place-items:center; padding:0!important; border:0; border-radius:10px; background:var(--kl-red)!important; color:#fff!important; font-size:20px; line-height:1; }.kl-empty { grid-column:1/-1; padding:25px; border:1px dashed var(--kl-line); border-radius:18px; text-align:center; }
.kl-kicker--red { display:inline-flex; align-items:center; gap:7px; font-size:16px; letter-spacing:0; text-transform:none; }
.kl-kicker--red svg { width:22px; height:22px; color:var(--kl-red); fill:var(--kl-red); stroke-width:2; }

.kl-development { padding:0 0 28px; background:var(--kl-cream); }.kl-development__inner { position:relative; min-height:250px; overflow:hidden; padding:30px 36% 28px 30px; border-radius:24px; background:#fff4dc var(--kl-development-art) center/cover no-repeat; }.kl-development__heading,.kl-benefit-grid { position:relative; z-index:2; }.kl-development__heading h2 { font-size:32px; }.kl-development__heading p { margin:5px 0 22px; }.kl-benefit-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:13px; }.kl-benefit { display:flex; flex-direction:column; align-items:center; gap:9px; text-align:center; }.kl-benefit__icon { width:54px; height:54px; display:grid; place-items:center; border-radius:50%; color:#fff; box-shadow:inset 0 -5px 0 rgba(0,0,0,.08),0 3px 9px rgba(73,45,25,.12); }.kl-benefit__icon svg { width:29px; height:29px; stroke-width:2; }.kl-benefit strong { max-width:110px; font-size:12px; line-height:1.25; }.kl-benefit--green .kl-benefit__icon { background:#74a947; }.kl-benefit--yellow .kl-benefit__icon { background:#f5b718; }.kl-benefit--red .kl-benefit__icon { background:var(--kl-red); }.kl-benefit--lime .kl-benefit__icon { background:#79b83e; }.kl-benefit--blue .kl-benefit__icon { background:#4e91b6; }.kl-benefit--coral .kl-benefit__icon { background:#ee776a; }.kl-development__mascot { display:none !important; }

.kl-story { padding:0 0 26px; }.kl-story__card { display:grid; grid-template-columns:.78fr .72fr 1.28fr; gap:12px; padding:11px; border:1px solid var(--kl-line); border-radius:24px; background:#fff; box-shadow:0 8px 26px rgba(96,58,35,.08); }.kl-story__mascot { min-height:260px; overflow:hidden; border-radius:17px; background:#f6bf5a var(--kl-story-portrait) center/cover no-repeat; }.kl-story__mascot img { display:none; }.kl-story__copy { display:flex; flex-direction:column; justify-content:center; padding:18px 10px; }.kl-story__copy h2 { font-size:26px; }.kl-story__copy p:not(.kl-kicker) { margin:13px 0 19px; font-size:13px; line-height:1.5; }.kl-story__copy .kl-button { align-self:flex-start; }.kl-story__video { position:relative; min-height:260px; overflow:hidden; border:5px solid #ffe9bd; border-radius:17px; background:#e8d0ad var(--kl-story-poster) center/cover no-repeat; }.kl-story__video video { width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .25s ease; }.kl-story__video.is-playing video { opacity:1; }.kl-story__video::after { content:""; position:absolute; inset:42% 0 0; background:linear-gradient(transparent,rgba(40,25,18,.65)); pointer-events:none; }.kl-story__video button { position:absolute; z-index:2; inset:50% auto auto 50%; width:66px; height:66px; display:grid; place-items:center; border:3px solid #fff; border-radius:50%; background:rgba(255,255,255,.16); color:#fff; transform:translate(-50%,-50%); cursor:pointer; backdrop-filter:blur(5px); }.kl-story__video button svg { width:27px; height:27px; fill:#fff; }.kl-story__video span { position:absolute; z-index:2; left:20px; bottom:16px; max-width:250px; color:#fff; font-size:16px; font-weight:800; }

.kl-reviews { padding:0 0 28px; }.kl-reviews h2 { margin-bottom:18px; color:var(--kl-ink); font-size:32px; text-align:center; }.kl-reviews h2::first-letter { color:var(--kl-red); }.kl-review-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }.kl-review { position:relative; min-height:168px; margin:0; padding:22px 22px 22px 92px; overflow:hidden; border:1px solid var(--kl-line); border-radius:18px; background:#fff; box-shadow:0 8px 22px rgba(96,58,35,.06); }.kl-review__avatar { position:absolute; left:22px; bottom:22px; width:54px; height:54px; border:3px solid #fff; border-radius:50%; background-image:var(--kl-review-avatars); background-repeat:no-repeat; background-size:300% 100%; box-shadow:0 4px 11px rgba(70,45,30,.18); }.kl-review__avatar--1 { background-position:0 center; }.kl-review__avatar--2,.kl-review:nth-child(2) .kl-review__avatar { background-position:50% center; }.kl-review__avatar--3,.kl-review:nth-child(3) .kl-review__avatar { background-position:100% center; }.kl-review__stars { color:#f5a300; letter-spacing:2px; }.kl-review p { margin:7px 0 12px; color:var(--kl-ink); font-size:13px; line-height:1.45; }.kl-review__author { color:var(--kl-ink); font-size:13px; font-weight:800; line-height:1.25; }.kl-review__author small { display:block; margin-top:2px; color:var(--kl-muted); font-size:10px; font-weight:500; }
.kl-assurance { padding:18px 0; border:1px solid var(--kl-line); border-radius:22px; background:#fffdf8; }.kl-assurance__grid { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; }.kl-assurance span { display:flex; align-items:center; justify-content:center; gap:11px; color:var(--kl-ink); text-align:left; }.kl-assurance svg { flex:none; width:31px; height:31px; color:#f4a51c; stroke-width:1.8; }.kl-assurance b { display:flex; flex-direction:column; color:var(--kl-ink); font-size:12px; line-height:1.2; }.kl-assurance small { margin-top:3px; color:var(--kl-muted); font-size:10px; font-weight:500; }


@media (max-width:1200px) {
  :root { --kl-container:min(100% - 40px,1100px); }
  .kl-product-grid { grid-template-columns:repeat(3,1fr); }
  .kl-category-grid { grid-template-columns:repeat(3,1fr); }
  .kl-development__inner { padding-right:36%; }.kl-benefit-grid { grid-template-columns:repeat(3,1fr); row-gap:20px; }
}
@media (max-width:900px) {
  .kl-hero__veil { background:linear-gradient(90deg,rgba(255,248,237,.76),rgba(255,248,237,.42) 46%,rgba(255,248,237,.05) 72%); }
  .kl-hero__content { padding-top:52px; padding-bottom:80px; }.kl-hero__copy { width:min(500px,62vw); }.kl-hero__copy h1 { font-size:clamp(40px,7vw,58px); }
  .kl-age-hotspot { width:52px; height:52px; }.kl-age-hotspot span { font-size:31px; }
  .kl-video-toggle { right:16px; bottom:16px; }
  .kl-development__inner { padding:32px 34% 32px 30px; }.kl-development__mascot { inset:0; width:100%; height:100%; transform:none; }
  .kl-story__card { grid-template-columns:1fr 1fr; }.kl-story__mascot { min-height:240px; }.kl-story__video { grid-column:1/-1; min-height:330px; }.kl-story__copy { padding:22px; }
  .kl-assurance__grid { grid-template-columns:repeat(3,1fr); }.kl-review-grid { grid-template-columns:1fr; }
}
@media (max-width:680px) {
  :root { --kl-container:calc(100% - 24px); }
  .kl-hero { aspect-ratio:auto; min-height:690px; }.kl-hero__video { width:auto; min-width:100%; height:100%; object-fit:cover; object-position:center; }.kl-hero__veil { background:linear-gradient(90deg,rgba(255,248,237,.74),rgba(255,248,237,.34) 76%,transparent),linear-gradient(180deg,rgba(255,248,237,.08),rgba(255,248,237,.22)); }.kl-hero__content { height:auto; min-height:690px; padding-top:38px; padding-bottom:125px; }.kl-hero__copy { width:100%; }.kl-hero__copy h1 { max-width:440px; font-size:clamp(38px,11vw,52px); }.kl-hero__body { max-width:390px; font-size:16px; }.kl-hero__trust { display:none; }
  .kl-age-hotspots { bottom:18px; }.kl-age-hotspot { width:54px; height:54px; }.kl-video-toggle { right:12px; bottom:84px; transform:none; }
  .kl-section-heading { align-items:flex-start; flex-direction:column; gap:10px; }.kl-category-grid { grid-template-columns:repeat(2,1fr); }.kl-product-grid { grid-template-columns:repeat(2,1fr); }.kl-product-card h3 { min-height:56px; }
  .kl-benefit-grid { grid-template-columns:repeat(2,1fr); }.kl-development__inner { padding:28px 20px; }.kl-development__mascot { opacity:.16; }.kl-story__card { grid-template-columns:1fr; }.kl-story__mascot { min-height:280px; }.kl-story__video { grid-column:auto; min-height:250px; }.kl-assurance__grid { grid-template-columns:1fr 1fr; }.kl-assurance span { justify-content:flex-start; }
}
@media (max-width:430px) {
  .kl-hero__copy h1 { font-size:42px; }.kl-hero__actions { align-items:stretch; flex-direction:column; }.kl-button { width:100%; }.kl-category-grid { gap:10px; }.kl-product-grid { grid-template-columns:1fr; }.kl-benefit-grid { grid-template-columns:1fr 1fr; }.kl-assurance__grid { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce) {
  .kl-hero__video { display:none; }
  .kl-category-card,.kl-product-card,.kl-button,.kl-age-hotspot,.kl-category-card__image img,.kl-product-card__image img { transition:none!important; }
}
