/* Planeta Kids v2.0 — visual inspired by the playful composition of Juno, using original Planeta Kids assets */
:root{--pk-juno-sky:#78d1df;--pk-juno-green:#36b85d;--pk-juno-yellow:#f5bd31;--pk-juno-coral:#ef6b56;--pk-juno-ink:#24214b;--pk-juno-soft:#f7f7fb}
body{background:#fff;color:var(--pk-juno-ink)}

/* Header */
.pk-topbar{background:var(--pk-juno-ink)}
.pk-header{background:#fff}
.pk-header-main{min-height:112px;grid-template-columns:350px 1fr auto;gap:28px}
.pk-brand{width:350px;min-height:92px;overflow:visible}
.pk-brand .custom-logo,.pk-default-logo{max-height:92px;height:92px;width:100%;object-fit:contain;background-size:contain;background-position:left center}
.pk-product-search{height:54px;border:0;background:#f4f4f7;box-shadow:none}
.pk-product-search button{background:var(--pk-juno-sky);color:#fff}
.pk-nav-row{border-top:1px solid #f1f1f3;border-bottom:1px solid #f1f1f3}
.pk-nav{justify-content:center}
.pk-menu{gap:42px}
.pk-menu a{font-size:13px;letter-spacing:.02em;color:var(--pk-juno-ink)}
.pk-menu a:after{background:var(--pk-juno-coral)}

/* Hero */
.pk-juno-hero{position:relative;overflow:hidden}
.pk-juno-slider{position:relative;min-height:680px;background:var(--pk-juno-sky)}
.pk-juno-slide{display:none;position:absolute;inset:0;overflow:hidden;animation:pkJunoFade .55s ease}
.pk-juno-slide.is-active{display:block;position:relative}
@keyframes pkJunoFade{from{opacity:.2}to{opacity:1}}
.pk-juno-slide-1{background:#79d2df}
.pk-juno-slide-2{background:#f4bf38}
.pk-juno-slide-3{background:#ef775e}
.pk-juno-slide-grid{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;position:relative;z-index:4}
.pk-juno-visual{position:relative;height:620px;display:flex;align-items:flex-end;justify-content:center}
.pk-juno-visual img{width:min(680px,54vw);max-width:none;max-height:590px;object-fit:contain;mix-blend-mode:multiply;position:relative;z-index:3;filter:drop-shadow(0 30px 30px rgba(30,40,70,.12))}
.pk-juno-slide-2 .pk-juno-visual img{width:min(510px,42vw);mix-blend-mode:normal}
.pk-juno-slide-3 .pk-juno-visual img{width:min(650px,52vw)}
.pk-juno-image-orbit{position:absolute;width:470px;height:470px;border-radius:50%;background:rgba(255,255,255,.14);left:50%;top:50%;transform:translate(-50%,-44%);z-index:1}
.pk-juno-image-orbit:before,.pk-juno-image-orbit:after{content:"";position:absolute;border-radius:50%;border:2px dashed rgba(255,255,255,.32)}
.pk-juno-image-orbit:before{inset:-32px}.pk-juno-image-orbit:after{inset:54px}
.pk-juno-copy{color:#fff;max-width:560px;padding-bottom:38px;position:relative;z-index:4}
.pk-juno-eyebrow{display:inline-block;font-size:14px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}
.pk-juno-copy h1{font-size:clamp(52px,5.3vw,82px);line-height:.96;letter-spacing:-.055em;margin:0 0 24px;font-weight:900;color:#fff}
.pk-juno-copy p{font-size:17px;line-height:1.7;max-width:540px;margin:0 0 30px;color:rgba(255,255,255,.92)}
.pk-juno-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 30px;border-radius:999px;background:#fff;color:var(--pk-juno-ink);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 12px 28px rgba(45,48,70,.14);transition:.25s}
.pk-juno-button:hover{transform:translateY(-3px)}
.pk-juno-grass{position:absolute;left:-3%;right:-3%;bottom:-48px;height:130px;border-radius:50% 50% 0 0/60% 60% 0 0;background:#31b85c;z-index:2}
.pk-juno-slide-2 .pk-juno-grass{background:#48b96c}.pk-juno-slide-3 .pk-juno-grass{background:#2aaec0}
.pk-cloud{position:absolute;width:130px;height:46px;background:#fff;border-radius:999px;opacity:.96;z-index:2;filter:drop-shadow(0 4px 2px rgba(0,0,0,.02))}
.pk-cloud:before,.pk-cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}
.pk-cloud:before{width:58px;height:58px;left:18px;bottom:0}.pk-cloud:after{width:78px;height:78px;right:18px;bottom:0}
.pk-cloud-a{top:82px;left:8%}.pk-cloud-b{top:105px;right:7%;transform:scale(.8)}
.pk-juno-star{position:absolute;color:#fff;opacity:.92;font-size:23px;z-index:2}.pk-juno-star-a{left:7%;top:245px}.pk-juno-star-b{right:12%;top:255px;font-size:15px}.pk-juno-star-c{left:48%;top:85px;font-size:18px}
.pk-juno-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:var(--pk-juno-ink);z-index:10;font-size:30px;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.1)}
.pk-juno-prev{left:24px}.pk-juno-next{right:24px}
.pk-juno-dots{position:absolute;z-index:10;bottom:62px;left:50%;transform:translateX(-50%);display:flex;gap:9px}
.pk-juno-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;background:transparent;padding:0;cursor:pointer}.pk-juno-dot.is-active{background:#fff}

.pk-juno-introbar{background:#31b85c;color:#fff;padding:28px 0}
.pk-juno-introbar-grid{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.pk-juno-introbar p{margin:0;font-weight:700;max-width:780px}
.pk-juno-introbar a{background:#fff;color:var(--pk-juno-ink);border-radius:999px;padding:13px 22px;font-size:12px;font-weight:900;text-transform:uppercase}

/* shared sections */
.pk-juno-section{padding:100px 0}
.pk-juno-section-title{text-align:center;margin-bottom:48px}
.pk-juno-section-title span,.pk-juno-story-copy>span,.pk-juno-play-copy>span,.pk-juno-newsletter-grid>div>span{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:900;color:var(--pk-juno-coral);margin-bottom:12px}
.pk-juno-section-title h2{font-size:clamp(38px,4.4vw,60px);line-height:1.05;letter-spacing:-.045em;max-width:850px;margin:0 auto;color:var(--pk-juno-ink)}

/* categories */
.pk-juno-categories{background:#fff}
.pk-juno-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pk-juno-category{min-height:330px;border-radius:4px;position:relative;overflow:hidden;padding:34px 28px;display:flex;flex-direction:column;justify-content:flex-end;transition:.25s transform,.25s box-shadow;color:#fff}
.pk-juno-category:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(32,33,67,.12)}
.pk-juno-cat-1{background:#ef6d5a}.pk-juno-cat-2{background:#4e8fc0}.pk-juno-cat-3{background:#e6aa2f}.pk-juno-cat-4{background:#5db981}
.pk-juno-category:before{content:"";position:absolute;inset:-60px -20px auto auto;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.12)}
.pk-juno-category-icon{position:absolute;left:50%;top:47%;transform:translate(-50%,-50%);width:130px;height:130px;border:3px solid rgba(255,255,255,.78);border-radius:50%;display:grid;place-items:center}
.pk-juno-category-icon .dashicons{font-size:64px;width:64px;height:64px;color:#fff}
.pk-juno-category-meta strong{font-size:22px;display:block;color:#fff}.pk-juno-category-meta small{display:inline-block;margin-top:7px;font-size:12px;font-weight:900;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.65)}

/* products */
.pk-juno-products{background:#f8f8fb}
.pk-juno-products-second{background:#fff}
.pk-juno-products .pk-products-grid.products{grid-template-columns:repeat(4,1fr)!important;gap:26px}
.pk-juno-products .woocommerce ul.products li.product,.pk-juno-products .pk-products-grid li.product{border:0!important;border-radius:0!important;padding:0 0 20px!important;background:transparent!important;box-shadow:none!important;text-align:center}
.pk-juno-products .woocommerce ul.products li.product:hover{transform:none;box-shadow:none!important}
.pk-juno-products .woocommerce ul.products li.product a img{border-radius:0;margin:0 0 18px!important;background:#fff;box-shadow:0 13px 35px rgba(44,44,73,.06);transition:.25s transform}
.pk-juno-products .woocommerce ul.products li.product:hover a img{transform:translateY(-5px)}
.pk-juno-products .pk-loop-category{display:none}
.pk-juno-products .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:18px!important;min-height:auto;color:var(--pk-juno-ink);padding:0!important}
.pk-juno-products .woocommerce ul.products li.product .price{color:var(--pk-juno-ink)!important;font-size:17px!important}
.pk-juno-products .woocommerce ul.products li.product .button{background:transparent!important;color:var(--pk-juno-coral)!important;padding:8px 0!important;border-bottom:1px solid currentColor!important;border-radius:0!important;margin-top:4px!important}
.pk-juno-products .woocommerce span.onsale{background:#2bb5c4!important;border-radius:3px!important;left:12px!important;top:12px!important}

/* story */
.pk-juno-story{background:#fff}
.pk-juno-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:82px;align-items:center}
.pk-juno-story-art{position:relative;min-height:560px;display:grid;place-items:center}
.pk-juno-story-art:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:#f1f3f7}
.pk-juno-story-art img{position:relative;z-index:2;width:600px;max-width:100%;mix-blend-mode:multiply;filter:drop-shadow(0 20px 25px rgba(40,40,65,.08))}
.pk-juno-story-dot{position:absolute;border-radius:50%;z-index:1}.pk-juno-story-dot-1{width:90px;height:90px;background:#f4bd34;left:5%;top:12%}.pk-juno-story-dot-2{width:46px;height:46px;background:#ef6d5a;right:8%;bottom:12%}
.pk-juno-story-copy h2{font-size:clamp(40px,4.5vw,62px);line-height:1.04;letter-spacing:-.045em;margin:0 0 26px;color:var(--pk-juno-ink)}
.pk-juno-story-copy p{font-size:17px;color:#6d7083;line-height:1.75;margin:0 0 28px}
.pk-juno-dark-button{display:inline-flex;background:var(--pk-juno-ink);color:#fff;border-radius:999px;min-height:52px;align-items:center;padding:0 26px;font-size:12px;font-weight:900;text-transform:uppercase}

/* benefits */
.pk-juno-benefits{padding:48px 0;background:#fff;border-top:1px solid #eeeef3;border-bottom:1px solid #eeeef3}
.pk-juno-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.pk-juno-benefits-grid>div{text-align:center;padding:10px 25px;border-right:1px solid #e9e9ef}.pk-juno-benefits-grid>div:last-child{border-right:0}
.pk-juno-benefits .dashicons{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-size:30px;color:#fff}
.pk-juno-benefits-grid>div:nth-child(1) .dashicons{background:#ef6d5a}.pk-juno-benefits-grid>div:nth-child(2) .dashicons{background:#4e8fc0}.pk-juno-benefits-grid>div:nth-child(3) .dashicons{background:#e6aa2f}.pk-juno-benefits-grid>div:nth-child(4) .dashicons{background:#5db981}
.pk-juno-benefits strong{display:block;font-size:17px;color:var(--pk-juno-ink)}.pk-juno-benefits small{display:block;color:#9193a2;margin-top:3px}

/* play */
.pk-juno-play{padding:90px 0;background:#f7f7fb}
.pk-juno-play-card{min-height:480px;border-radius:0;background:#7cd2df;display:grid;grid-template-columns:1fr .8fr;overflow:hidden;position:relative}
.pk-juno-play-card:before{content:"";position:absolute;width:230px;height:85px;border-radius:999px;background:#fff;top:55px;left:46%;opacity:.95}
.pk-juno-play-copy{padding:74px 0 72px 72px;position:relative;z-index:2;align-self:center}
.pk-juno-play-copy>span{color:#fff}.pk-juno-play-copy h2{font-size:clamp(40px,4.5vw,62px);line-height:1.03;max-width:620px;color:#fff;margin:0 0 28px}
.pk-juno-play-copy a{display:inline-flex;align-items:center;gap:10px;color:var(--pk-juno-ink);background:#fff;border-radius:999px;padding:14px 24px;font-size:12px;font-weight:900;text-transform:uppercase}
.pk-juno-play-art{display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:2}.pk-juno-play-art img{width:360px;max-height:430px;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(30,40,70,.12))}

/* testimonials */
.pk-juno-testimonials{background:#fff}
.pk-juno-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pk-juno-testimonial-grid blockquote{margin:0;padding:34px;background:#f7f7fb;border-radius:0;border-top:4px solid var(--pk-juno-sky)}
.pk-juno-testimonial-grid p{font-size:17px;line-height:1.7;color:#5f6277;margin:0 0 22px}.pk-juno-testimonial-grid footer{font-weight:900;color:var(--pk-juno-ink)}

/* blog */
.pk-juno-blog{background:#f8f8fb}
.pk-juno-blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pk-juno-post-card{background:#fff}.pk-juno-post-thumb{height:210px;background:#eceef3;display:grid;place-items:center;overflow:hidden}.pk-juno-post-thumb img{width:100%;height:100%;object-fit:cover}.pk-juno-post-thumb .dashicons{font-size:46px;width:46px;height:46px;color:#adb0bc}.pk-juno-post-body{padding:22px}.pk-juno-post-body small{font-size:11px;text-transform:uppercase;color:var(--pk-juno-coral);font-weight:900}.pk-juno-post-body h3{font-size:20px;line-height:1.25;margin:8px 0 0}

/* brands */
.pk-juno-brands{padding:65px 0;background:#fff;text-align:center}.pk-juno-brands h2{font-size:26px;margin:0 0 28px}.pk-juno-brand-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.pk-juno-brand-row span{min-width:150px;padding:18px 25px;border:1px solid #e8e8ee;font-weight:900;color:#777b8d;background:#fafafd}

/* newsletter */
.pk-juno-newsletter{padding:90px 0;background:#fff}
.pk-juno-newsletter-grid{background:#f3bf36;display:grid;grid-template-columns:1.3fr .7fr;min-height:390px;overflow:hidden;position:relative}
.pk-juno-newsletter-grid>div:first-child{padding:65px 0 60px 70px;align-self:center;position:relative;z-index:2}
.pk-juno-newsletter-grid>div>span{color:#fff}.pk-juno-newsletter h2{font-size:clamp(38px,4vw,58px);line-height:1.04;color:#fff;margin:0 0 14px;max-width:700px}.pk-juno-newsletter p{color:rgba(255,255,255,.93);max-width:640px}
.pk-juno-newsletter .pk-newsletter-form{display:flex;max-width:640px;margin-top:24px;background:#fff;border-radius:999px;padding:6px}.pk-juno-newsletter .pk-newsletter-form input{border:0;outline:0;flex:1;padding:0 18px;background:transparent}.pk-juno-newsletter .pk-newsletter-form button{border:0;border-radius:999px;background:var(--pk-juno-ink);color:#fff;padding:0 24px;font-weight:900;font-size:12px;text-transform:uppercase}
.pk-juno-newsletter-art{display:flex;align-items:flex-end;justify-content:center}.pk-juno-newsletter-art img{width:310px;max-height:370px;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(70,55,20,.13))}

/* footer */
.pk-footer{background:var(--pk-juno-ink);padding-top:72px}.pk-footer:before{display:none}.pk-footer-grid{padding-right:0}.pk-footer h3{color:#fff}.pk-footer-bottom{background:rgba(0,0,0,.08)}
.pk-footer-brand-top{align-items:center}.pk-footer-brand-mascot{width:88px;flex-basis:88px}.pk-brand-footer{width:265px!important}.pk-brand-footer .custom-logo,.pk-brand-footer .pk-default-logo{max-height:76px!important;height:76px!important}

@media(max-width:1100px){
 .pk-header-main{grid-template-columns:280px 1fr auto}.pk-brand{width:280px}.pk-brand .custom-logo,.pk-default-logo{max-height:82px;height:82px}
 .pk-juno-slide-grid{grid-template-columns:1fr 1fr}.pk-juno-copy h1{font-size:56px}.pk-juno-visual img{width:520px}.pk-juno-story-grid{gap:45px}.pk-juno-category{min-height:280px}
 .pk-juno-blog-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
 .pk-header-main{grid-template-columns:42px 1fr auto}.pk-brand{width:225px;justify-self:center}.pk-brand .custom-logo,.pk-default-logo{max-height:70px;height:70px}
 .pk-juno-slider,.pk-juno-slide-grid{min-height:730px}.pk-juno-slide-grid{display:flex;flex-direction:column-reverse;justify-content:center;gap:0;padding-top:40px;padding-bottom:90px}.pk-juno-visual{height:330px;width:100%}.pk-juno-visual img{width:390px;max-height:330px}.pk-juno-copy{text-align:center;padding:0 20px}.pk-juno-copy h1{font-size:48px}.pk-juno-copy p{margin-left:auto;margin-right:auto}.pk-cloud{transform:scale(.7)}.pk-juno-arrow{display:none}
 .pk-juno-introbar-grid{grid-template-columns:1fr;text-align:center;justify-items:center}.pk-juno-category-grid{grid-template-columns:repeat(2,1fr)}
 .pk-juno-products .pk-products-grid.products{grid-template-columns:repeat(2,1fr)!important}
 .pk-juno-story-grid{grid-template-columns:1fr}.pk-juno-story-art{min-height:430px}.pk-juno-story-copy{text-align:center}.pk-juno-story-copy p{max-width:680px;margin-left:auto;margin-right:auto}
 .pk-juno-benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px}.pk-juno-benefits-grid>div{border-right:0}
 .pk-juno-play-card{grid-template-columns:1fr}.pk-juno-play-copy{padding:55px 35px 20px;text-align:center}.pk-juno-play-copy h2{margin-left:auto;margin-right:auto}.pk-juno-play-art img{width:250px}
 .pk-juno-testimonial-grid{grid-template-columns:1fr}.pk-juno-newsletter-grid{grid-template-columns:1fr}.pk-juno-newsletter-grid>div:first-child{padding:50px 28px 20px;text-align:center}.pk-juno-newsletter-art img{width:230px}
}
@media(max-width:540px){
 .pk-brand{width:190px}.pk-brand .custom-logo,.pk-default-logo{max-height:62px;height:62px}
 .pk-juno-slider,.pk-juno-slide-grid{min-height:680px}.pk-juno-slide-grid{padding-top:28px}.pk-juno-visual{height:285px}.pk-juno-visual img{width:330px;max-height:280px}.pk-juno-copy h1{font-size:39px}.pk-juno-copy p{font-size:15px}.pk-juno-dots{bottom:45px}
 .pk-juno-section{padding:72px 0}.pk-juno-section-title{margin-bottom:34px}.pk-juno-section-title h2{font-size:36px}
 .pk-juno-category-grid{grid-template-columns:1fr 1fr;gap:10px}.pk-juno-category{min-height:230px;padding:22px 16px}.pk-juno-category-icon{width:92px;height:92px}.pk-juno-category-icon .dashicons{font-size:44px;width:44px;height:44px}.pk-juno-category-meta strong{font-size:17px}
 .pk-juno-products .pk-products-grid.products{grid-template-columns:1fr!important}.pk-juno-story-art{min-height:340px}.pk-juno-story-art:before{width:300px;height:300px}.pk-juno-story-copy h2{font-size:38px}
 .pk-juno-benefits-grid{grid-template-columns:1fr}.pk-juno-play-copy h2{font-size:38px}.pk-juno-blog-grid{grid-template-columns:1fr}
 .pk-juno-newsletter .pk-newsletter-form{display:block;border-radius:20px;padding:8px}.pk-juno-newsletter .pk-newsletter-form input{width:100%;height:48px}.pk-juno-newsletter .pk-newsletter-form button{width:100%;height:48px}
}

/* v2.0.1 refinements */
.pk-juno-slider{min-height:720px}
.pk-juno-slide-grid{min-height:720px;grid-template-columns:.95fr 1.05fr;gap:18px}
.pk-juno-visual{height:640px;justify-content:flex-start;padding-left:10px}
.pk-juno-visual img{width:min(690px,52vw);max-height:620px;filter:drop-shadow(0 26px 30px rgba(30,40,70,.14));z-index:4}
.pk-juno-slide-2 .pk-juno-visual img{width:min(630px,48vw)}
.pk-juno-slide-3 .pk-juno-visual img{width:min(660px,50vw)}
.pk-juno-image-orbit{width:520px;height:520px;background:rgba(255,255,255,.16);transform:translate(-50%,-45%)}
.pk-juno-image-orbit:before{inset:-38px}.pk-juno-image-orbit:after{inset:60px}
.pk-juno-visual-cloud{position:absolute;left:22px;bottom:80px;width:140px;height:46px;background:#fff;border-radius:999px;opacity:.98;z-index:2;box-shadow:120px 40px 0 8px rgba(255,255,255,.92),260px 0 0 3px rgba(255,255,255,.92)}
.pk-juno-visual-cloud:before,.pk-juno-visual-cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}
.pk-juno-visual-cloud:before{width:56px;height:56px;left:18px;bottom:6px}.pk-juno-visual-cloud:after{width:78px;height:78px;left:55px;bottom:2px}
.pk-cloud-c{top:auto;bottom:135px;right:18%;transform:scale(.72)}
.pk-juno-bubble{position:absolute;border-radius:50%;z-index:2;background:rgba(255,255,255,.27)}
.pk-juno-bubble-a{width:22px;height:22px;left:16%;top:172px}.pk-juno-bubble-b{width:14px;height:14px;right:21%;top:198px}
.pk-juno-star-d{right:30%;bottom:150px;font-size:18px}
.pk-juno-copy{padding-bottom:10px}
.pk-juno-copy h1{font-size:clamp(50px,5.4vw,86px);line-height:.95;max-width:620px;text-shadow:0 6px 18px rgba(0,0,0,.08)}
.pk-juno-copy p{font-size:18px;max-width:560px}
.pk-juno-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.pk-juno-button{min-height:58px;padding:0 34px;font-size:12px;letter-spacing:.05em}
.pk-juno-link{display:inline-flex;align-items:center;color:#fff;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.75);padding-bottom:4px}

/* remove old light-blue promo section entirely if any markup/plugins inject it */
.pk-juno-play{display:none!important}

/* newsletter alignment */
.pk-juno-newsletter-grid{align-items:center;border-radius:0}
.pk-juno-newsletter-grid>div:first-child{display:flex;flex-direction:column;justify-content:center}
.pk-juno-newsletter .pk-newsletter-form{display:flex;align-items:center;gap:0;max-width:680px;width:100%}
.pk-juno-newsletter .pk-newsletter-form input{height:54px;line-height:54px}
.pk-juno-newsletter .pk-newsletter-form button{height:54px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;align-self:center}
.pk-juno-newsletter .pk-newsletter-feedback{display:block;width:100%;margin-top:10px;text-align:left;color:#fff;flex-basis:100%}
.pk-juno-newsletter-art{min-height:390px;align-items:flex-end;justify-content:center;padding-top:20px}
.pk-juno-newsletter-art img{width:320px;max-height:360px;object-fit:contain}

/* footer mascot only */
.pk-footer-brand-top-only{justify-content:flex-start}.pk-footer-brand-mascot-solo{width:136px;flex-basis:136px}.pk-footer-brand-only-mascot .pk-footer-brand-top{margin-bottom:12px}.pk-footer-brand-only-mascot p{max-width:290px}

@media(max-width:1100px){
 .pk-juno-slider,.pk-juno-slide-grid{min-height:690px}
 .pk-juno-visual{height:560px}
 .pk-juno-visual img{width:520px;max-height:540px}
 .pk-juno-copy h1{font-size:58px}
 .pk-juno-newsletter .pk-newsletter-form{max-width:100%}
}
@media(max-width:820px){
 .pk-juno-slider,.pk-juno-slide-grid{min-height:760px}
 .pk-juno-slide-grid{display:flex;flex-direction:column-reverse;justify-content:center;gap:6px;padding-top:44px;padding-bottom:96px}
 .pk-juno-visual{height:330px;justify-content:center;padding-left:0}
 .pk-juno-visual img{width:360px;max-height:330px}
 .pk-juno-image-orbit{width:300px;height:300px}
 .pk-juno-visual-cloud{left:50%;transform:translateX(-50%) scale(.8);bottom:30px}
 .pk-juno-actions{justify-content:center}
 .pk-juno-newsletter-grid>div:first-child{padding:50px 28px 20px;text-align:center;align-items:center}
 .pk-juno-newsletter .pk-newsletter-form{flex-wrap:wrap;justify-content:center}
 .pk-juno-newsletter .pk-newsletter-form input{width:100%;flex:1 1 100%}
 .pk-juno-newsletter .pk-newsletter-form button{width:auto;min-width:220px}
 .pk-juno-newsletter .pk-newsletter-feedback{text-align:center}
 .pk-footer-brand-top-only{justify-content:center}
 .pk-footer-brand-only-mascot p{margin-left:auto;margin-right:auto}
}
@media(max-width:540px){
 .pk-juno-visual img{width:320px;max-height:280px}
 .pk-juno-copy h1{font-size:40px}
 .pk-juno-newsletter .pk-newsletter-form{display:block}
 .pk-juno-newsletter .pk-newsletter-form input,.pk-juno-newsletter .pk-newsletter-form button{width:100%}
 .pk-juno-newsletter .pk-newsletter-form button{margin-top:8px}
 .pk-footer-brand-mascot-solo{width:110px;flex-basis:110px}
}

/* v2.1.0 hero refinement and Pixar-like slide direction */
.pk-juno-slide-1{background:linear-gradient(180deg,#7bd5e1 0%,#74d0de 62%,#69c7d9 100%)}
.pk-juno-slide-2{background:linear-gradient(180deg,#f5c344 0%,#f2b937 62%,#efab2c 100%)}
.pk-juno-slide-3{background:linear-gradient(180deg,#f07d65 0%,#ec7158 62%,#e86c53 100%)}
.pk-juno-slide-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:20px}
.pk-juno-copy{padding:14px 0 28px}
.pk-juno-copy h1{font-size:clamp(54px,5.8vw,92px);line-height:.93;max-width:640px;margin-bottom:18px}
.pk-juno-copy p{font-size:18px;line-height:1.7;max-width:580px;margin-bottom:26px}
.pk-juno-visual{justify-content:center;padding-left:0;height:650px}
.pk-juno-visual img{width:min(700px,55vw);max-height:630px;mix-blend-mode:normal;filter:drop-shadow(0 30px 40px rgba(25,30,70,.16));}
.pk-juno-slide-2 .pk-juno-visual img{width:min(680px,52vw)}
.pk-juno-slide-3 .pk-juno-visual img{width:min(690px,53vw)}
.pk-juno-image-orbit{width:540px;height:540px;background:rgba(255,255,255,.18);box-shadow:0 0 0 20px rgba(255,255,255,.04)}
.pk-juno-image-orbit:before,.pk-juno-image-orbit:after{border-color:rgba(255,255,255,.28)}
.pk-juno-visual-cloud{left:46px;bottom:86px;box-shadow:120px 38px 0 6px rgba(255,255,255,.92),280px 8px 0 0 rgba(255,255,255,.9)}
.pk-juno-floating-card{position:absolute;left:28px;top:98px;z-index:5;background:rgba(255,255,255,.96);border-radius:24px;padding:18px 20px;max-width:250px;box-shadow:0 22px 34px rgba(44,49,91,.16)}
.pk-juno-floating-card span{display:block;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--pk-juno-coral);margin-bottom:6px}
.pk-juno-floating-card strong{display:block;font-size:24px;line-height:1.1;color:var(--pk-juno-ink);margin-bottom:8px}
.pk-juno-floating-card small{display:block;font-size:13px;line-height:1.5;color:#6e7485}
.pk-juno-benefit-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.pk-juno-benefit-chips span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);padding:11px 14px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(4px)}
.pk-juno-benefit-chips .dashicons{font-size:14px;width:14px;height:14px;color:#fff}
.pk-juno-dots{bottom:38px}
.pk-juno-arrow{width:54px;height:54px;font-size:34px;background:rgba(255,255,255,.24);backdrop-filter:blur(6px)}
.pk-juno-arrow:hover{background:#fff;color:var(--pk-juno-ink)}
.pk-juno-grass{height:34px;background:#5fc778}
.pk-juno-slide-2 .pk-juno-grass{background:#67c56e}
.pk-juno-slide-3 .pk-juno-grass{background:#51bf7d}

/* newsletter exact alignment */
.pk-juno-newsletter-grid{border-radius:28px}
.pk-juno-newsletter-grid>div:first-child{padding:65px 60px 58px 68px}
.pk-juno-newsletter .pk-newsletter-form{display:flex;align-items:stretch;flex-wrap:wrap;gap:0;max-width:680px;width:100%;margin-top:24px;background:#fff;border-radius:999px;padding:6px}
.pk-juno-newsletter .pk-newsletter-form input{flex:1 1 auto;border:0;outline:0;min-height:56px;padding:0 20px;background:transparent;border-radius:999px}
.pk-juno-newsletter .pk-newsletter-form button{flex:0 0 auto;border:0;min-height:56px;padding:0 30px;border-radius:999px;background:var(--pk-juno-ink);color:#fff;font-weight:900;font-size:12px;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center}
.pk-juno-newsletter .pk-newsletter-feedback{display:block;flex-basis:100%;padding:12px 10px 0;color:#fff}
.pk-juno-newsletter-art{padding-right:14px}
.pk-juno-newsletter-art img{width:325px;max-height:370px;object-fit:contain}

/* footer mascot-only fine tune */
.pk-footer-brand-top-only{justify-content:flex-start}
.pk-footer-brand-mascot-solo{width:128px;flex-basis:128px}
.pk-footer-brand-only-mascot p{margin-top:14px}

@media(max-width:1180px){
  .pk-juno-copy h1{font-size:64px}
  .pk-juno-visual img{width:580px;max-height:560px}
  .pk-juno-image-orbit{width:480px;height:480px}
  .pk-juno-floating-card{left:20px;top:84px;max-width:220px}
}
@media(max-width:920px){
  .pk-juno-slide-grid{display:flex;flex-direction:column-reverse;justify-content:center;gap:0;padding-top:44px;padding-bottom:100px}
  .pk-juno-copy{text-align:center;padding:10px 18px 18px}
  .pk-juno-copy p{margin-left:auto;margin-right:auto}
  .pk-juno-benefit-chips{justify-content:center}
  .pk-juno-visual{height:360px}
  .pk-juno-visual img{width:410px;max-height:360px}
  .pk-juno-image-orbit{width:320px;height:320px}
  .pk-juno-floating-card{position:relative;left:auto;top:auto;margin:0 auto 8px;max-width:290px;text-align:center}
  .pk-juno-visual-cloud{left:50%;transform:translateX(-50%) scale(.82);bottom:26px}
  .pk-juno-newsletter-grid{grid-template-columns:1fr}
  .pk-juno-newsletter-grid>div:first-child{padding:54px 30px 24px;text-align:center;align-items:center}
  .pk-juno-newsletter .pk-newsletter-form{justify-content:center}
  .pk-juno-newsletter .pk-newsletter-feedback{text-align:center}
}
@media(max-width:540px){
  .pk-juno-copy h1{font-size:42px}
  .pk-juno-copy p{font-size:15px}
  .pk-juno-visual{height:310px}
  .pk-juno-visual img{width:330px;max-height:300px}
  .pk-juno-floating-card{padding:16px 18px;border-radius:20px}
  .pk-juno-floating-card strong{font-size:21px}
  .pk-juno-benefit-chips span{width:100%;justify-content:center}
  .pk-juno-newsletter-grid{border-radius:20px}
  .pk-juno-newsletter .pk-newsletter-form{display:block;border-radius:20px;padding:8px}
  .pk-juno-newsletter .pk-newsletter-form input,.pk-juno-newsletter .pk-newsletter-form button{width:100%}
  .pk-juno-newsletter .pk-newsletter-form button{margin-top:8px}
}

/* ==========================================================================\n   Planeta Kids 2.1.1 — stability + responsive consolidation\n   ========================================================================== */
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{min-width:0}
.pk-site-main,.pk-header,.pk-footer,.pk-juno-hero,.pk-juno-section,.pk-juno-benefits,.pk-juno-newsletter{width:100%;max-width:100%}
.pk-container{width:calc(100% - 48px)!important;max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;min-width:0}
.pk-juno-slide-grid>* ,.pk-header-main>* ,.pk-juno-story-grid>* ,.pk-juno-newsletter-grid>*{min-width:0}

/* Header: preserve all controls without squeezing or disappearing. */
.pk-header-main{display:grid!important;grid-template-columns:minmax(240px,330px) minmax(260px,1fr) auto!important;align-items:center!important;gap:24px!important;min-height:106px!important}
.pk-brand{width:100%!important;max-width:330px!important;min-height:82px!important;overflow:visible!important}
.pk-brand .custom-logo-link{width:100%;display:flex!important;align-items:center!important}
.pk-brand .custom-logo,.pk-default-logo{width:100%!important;max-width:330px!important;height:auto!important;max-height:84px!important;object-fit:contain!important;object-position:left center!important;background-size:contain!important;background-position:left center!important}
.pk-product-search{display:flex!important;width:100%!important;max-width:600px!important;min-width:0!important;margin:0 auto!important}
.pk-header-actions{white-space:nowrap!important;flex-shrink:0!important}
.pk-nav{justify-content:center!important}

/* Hero: fixed two-column desktop with no overlap. */
.pk-juno-slider{min-height:650px!important}
.pk-juno-slide{min-height:650px!important}
.pk-juno-slide-grid{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;align-items:center!important;gap:44px!important;min-height:650px!important;padding-top:28px!important;padding-bottom:58px!important}
.pk-juno-visual{height:540px!important;min-width:0!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;padding:0!important;overflow:visible!important}
.pk-juno-visual img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:525px!important;object-fit:contain!important;mix-blend-mode:normal!important;position:relative!important;z-index:4!important;transform:none!important}
.pk-juno-slide-2 .pk-juno-visual img,.pk-juno-slide-3 .pk-juno-visual img{width:auto!important;max-width:100%!important;max-height:525px!important}
.pk-juno-copy{display:block!important;position:relative!important;z-index:6!important;max-width:570px!important;padding:0!important;color:#fff!important;overflow:visible!important}
.pk-juno-copy h1{display:block!important;max-width:570px!important;font-size:clamp(44px,4.35vw,72px)!important;line-height:.98!important;letter-spacing:-.05em!important;margin:0 0 20px!important;color:#fff!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
.pk-juno-copy p{max-width:540px!important;margin:0 0 26px!important;font-size:17px!important;line-height:1.65!important;color:rgba(255,255,255,.94)!important}
.pk-juno-eyebrow{margin-bottom:14px!important}
.pk-juno-actions{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important}
.pk-juno-benefit-chips{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:20px!important}
.pk-juno-floating-card{display:none!important}
.pk-juno-image-orbit{width:min(430px,80%)!important;height:auto!important;aspect-ratio:1/1!important}
.pk-juno-visual-cloud{bottom:42px!important;opacity:.92!important;transform:scale(.82)!important;transform-origin:left bottom!important}
.pk-juno-grass{height:28px!important;bottom:-8px!important}
.pk-juno-dots{bottom:24px!important}

/* Sections: never allow content collision. */
.pk-juno-section{padding:86px 0!important}
.pk-juno-section-title{margin-bottom:42px!important}
.pk-juno-section-title h2{max-width:900px!important;font-size:clamp(36px,4vw,56px)!important;overflow-wrap:normal!important;word-break:normal!important}
.pk-juno-category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.pk-juno-category{min-height:300px!important;width:100%!important}
.pk-juno-products .pk-products-grid.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;width:100%!important}
.pk-juno-products .pk-products-grid.products>li{min-width:0!important;width:auto!important}

/* Story: remove giant overlap and keep media contained. */
.pk-juno-story-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:64px!important;align-items:center!important}
.pk-juno-story-art{min-height:480px!important;height:auto!important;overflow:hidden!important;border-radius:36px!important;background:#f3f5f8!important;padding:28px!important}
.pk-juno-story-art:before{width:360px!important;height:360px!important;max-width:70%!important;max-height:70%!important}
.pk-juno-story-art img{width:100%!important;max-width:520px!important;max-height:430px!important;height:auto!important;object-fit:contain!important;mix-blend-mode:multiply!important;margin:auto!important}
.pk-juno-story-copy h2{font-size:clamp(38px,4vw,56px)!important;line-height:1.03!important;margin-bottom:22px!important;overflow-wrap:normal!important;word-break:normal!important}
.pk-juno-story-copy p{font-size:16px!important;line-height:1.7!important}

/* Benefits */
.pk-juno-benefits-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important}
.pk-juno-benefits-grid>div{min-width:0!important}

/* Blog / testimonials / brands */
.pk-juno-testimonial-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}
.pk-juno-blog-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}
.pk-juno-blog-empty{grid-column:1/-1;text-align:center;padding:28px;border:1px dashed #dfe1e9;background:#fff;color:#7d8190}

/* Newsletter: actual centered input + button, no clipping. */
.pk-juno-newsletter{padding:76px 0!important}
.pk-juno-newsletter-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr)!important;align-items:center!important;min-height:360px!important;border-radius:28px!important;overflow:hidden!important}
.pk-juno-newsletter-grid>div:first-child{padding:54px 20px 54px 62px!important;align-self:center!important}
.pk-juno-newsletter h2{font-size:clamp(36px,4vw,54px)!important;max-width:660px!important;margin-bottom:12px!important}
.pk-juno-newsletter p{max-width:620px!important;margin-bottom:0!important}
.pk-juno-newsletter .pk-newsletter-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;max-width:650px!important;width:100%!important;margin:24px 0 0!important;padding:6px!important;border-radius:999px!important;background:#fff!important}
.pk-juno-newsletter .pk-newsletter-form input{display:block!important;width:100%!important;min-width:0!important;height:52px!important;min-height:52px!important;padding:0 18px!important;border:0!important;border-radius:999px!important;background:transparent!important}
.pk-juno-newsletter .pk-newsletter-form button{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:52px!important;min-height:52px!important;padding:0 26px!important;margin:0!important;border:0!important;border-radius:999px!important;white-space:nowrap!important}
.pk-juno-newsletter .pk-newsletter-feedback{grid-column:1/-1!important;width:100%!important;margin:0!important;padding:4px 12px 0!important;min-height:0!important}
.pk-juno-newsletter-art{min-height:360px!important;height:100%!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;padding:22px 18px 0!important;overflow:hidden!important}
.pk-juno-newsletter-art img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:325px!important;object-fit:contain!important;margin:0!important}

/* Footer */
.pk-footer-grid{display:grid!important;grid-template-columns:minmax(220px,1.25fr) .75fr .95fr 1.1fr!important;gap:42px!important;padding-right:0!important}
.pk-footer-brand-mascot-solo{width:118px!important;flex-basis:118px!important}
.pk-footer-brand-mascot-solo img{max-width:100%!important;height:auto!important}

/* Tablet */
@media (max-width:1100px){
  .pk-container{width:calc(100% - 36px)!important}
  .pk-header-main{grid-template-columns:minmax(210px,260px) 1fr auto!important;gap:18px!important}
  .pk-brand{max-width:260px!important}
  .pk-brand .custom-logo,.pk-default-logo{max-width:260px!important;max-height:76px!important}
  .pk-juno-slide-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;gap:30px!important}
  .pk-juno-visual{height:480px!important}
  .pk-juno-visual img,.pk-juno-slide-2 .pk-juno-visual img,.pk-juno-slide-3 .pk-juno-visual img{max-height:465px!important}
  .pk-juno-copy h1{font-size:clamp(40px,5vw,58px)!important}
  .pk-juno-story-grid{gap:40px!important}
  .pk-juno-story-art{min-height:430px!important}
  .pk-juno-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pk-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Small laptop / tablet */
@media (max-width:900px){
  .pk-header-main{grid-template-columns:minmax(190px,1fr) auto!important;grid-template-rows:auto auto!important;min-height:auto!important;padding:14px 0!important}
  .pk-brand{max-width:240px!important;grid-column:1!important;grid-row:1!important}
  .pk-header-actions{grid-column:2!important;grid-row:1!important;justify-self:end!important}
  .pk-product-search{grid-column:1/-1!important;grid-row:2!important;max-width:none!important;height:48px!important;margin-top:4px!important}
  .pk-nav-row{display:block!important}
  .pk-menu{gap:26px!important;justify-content:center!important;flex-wrap:wrap!important}

  .pk-juno-slider,.pk-juno-slide{min-height:auto!important}
  .pk-juno-slide-grid{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;min-height:auto!important;padding:40px 0 80px!important}
  .pk-juno-visual{grid-row:1!important;height:390px!important;order:initial!important}
  .pk-juno-visual img,.pk-juno-slide-2 .pk-juno-visual img,.pk-juno-slide-3 .pk-juno-visual img{max-height:380px!important;max-width:min(520px,92%)!important}
  .pk-juno-copy{grid-row:2!important;max-width:700px!important;margin:0 auto!important;text-align:center!important;padding:10px 18px 0!important}
  .pk-juno-copy h1{max-width:700px!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(40px,7vw,60px)!important}
  .pk-juno-copy p{margin-left:auto!important;margin-right:auto!important}
  .pk-juno-actions,.pk-juno-benefit-chips{justify-content:center!important}
  .pk-juno-visual-cloud{left:50%!important;transform:translateX(-50%) scale(.7)!important;bottom:24px!important}
  .pk-juno-arrow{display:none!important}

  .pk-juno-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pk-juno-products .pk-products-grid.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pk-juno-story-grid{grid-template-columns:1fr!important;gap:34px!important}
  .pk-juno-story-art{min-height:410px!important;max-width:650px!important;width:100%!important;margin:0 auto!important}
  .pk-juno-story-copy{text-align:center!important;max-width:720px!important;margin:0 auto!important}
  .pk-juno-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 0!important}
  .pk-juno-benefits-grid>div{border-right:0!important}
  .pk-juno-testimonial-grid{grid-template-columns:1fr!important}

  .pk-juno-newsletter-grid{grid-template-columns:1fr!important}
  .pk-juno-newsletter-grid>div:first-child{padding:46px 30px 24px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}
  .pk-juno-newsletter-art{min-height:230px!important;padding-top:0!important}
  .pk-juno-newsletter-art img{max-height:220px!important}
  .pk-juno-newsletter .pk-newsletter-form{max-width:620px!important}
}

/* Phone */
@media (max-width:620px){
  .pk-container{width:calc(100% - 28px)!important}
  .pk-topbar-inner{font-size:11px!important;min-height:34px!important}
  .pk-header-main{grid-template-columns:42px 1fr auto!important;grid-template-rows:auto auto!important;gap:8px!important;padding:10px 0!important}
  .pk-mobile-toggle{display:block!important;grid-column:1!important;grid-row:1!important}
  .pk-brand{grid-column:2!important;grid-row:1!important;justify-self:center!important;max-width:190px!important;min-height:60px!important}
  .pk-brand .custom-logo,.pk-default-logo{max-width:190px!important;max-height:60px!important}
  .pk-header-actions{grid-column:3!important;grid-row:1!important;gap:8px!important}
  .pk-header-actions .pk-action-text{display:none!important}
  .pk-product-search{grid-column:1/-1!important;grid-row:2!important;height:46px!important;margin-top:2px!important}
  .pk-nav-row{border:0!important}
  .pk-nav{position:fixed!important;inset:0 auto 0 0!important;width:min(86vw,340px)!important;height:100vh!important;background:#fff!important;z-index:100!important;padding:90px 26px 30px!important;transform:translateX(-105%)!important;transition:.25s!important;box-shadow:20px 0 60px rgba(0,0,0,.14)!important;align-items:flex-start!important;justify-content:flex-start!important}
  .pk-nav.is-open{transform:translateX(0)!important}
  .pk-menu{display:block!important;width:100%!important}
  .pk-menu a{font-size:16px!important;padding:12px 0!important}

  .pk-juno-slide-grid{padding:28px 0 72px!important}
  .pk-juno-visual{height:310px!important}
  .pk-juno-visual img,.pk-juno-slide-2 .pk-juno-visual img,.pk-juno-slide-3 .pk-juno-visual img{max-height:300px!important;max-width:100%!important}
  .pk-juno-image-orbit{width:260px!important;max-width:80%!important}
  .pk-juno-visual-cloud{display:none!important}
  .pk-cloud{transform:scale(.55)!important}
  .pk-juno-copy{padding:6px 4px 0!important}
  .pk-juno-eyebrow{font-size:11px!important;letter-spacing:.1em!important}
  .pk-juno-copy h1{font-size:clamp(34px,10.5vw,46px)!important;line-height:1!important;margin-bottom:16px!important}
  .pk-juno-copy p{font-size:14px!important;line-height:1.6!important;margin-bottom:20px!important}
  .pk-juno-button{min-height:50px!important;padding:0 24px!important}
  .pk-juno-benefit-chips span{width:100%!important;justify-content:center!important;padding:9px 12px!important}
  .pk-juno-dots{bottom:18px!important}

  .pk-juno-section{padding:62px 0!important}
  .pk-juno-section-title{margin-bottom:30px!important}
  .pk-juno-section-title h2{font-size:clamp(31px,9vw,40px)!important;line-height:1.06!important}
  .pk-juno-category-grid{grid-template-columns:1fr!important;gap:12px!important}
  .pk-juno-category{min-height:210px!important;padding:24px!important}
  .pk-juno-category-icon{width:100px!important;height:100px!important}
  .pk-juno-products .pk-products-grid.products{grid-template-columns:1fr!important}
  .pk-juno-story-art{min-height:300px!important;padding:18px!important;border-radius:24px!important}
  .pk-juno-story-art img{max-height:280px!important}
  .pk-juno-story-copy h2{font-size:clamp(32px,9vw,40px)!important}
  .pk-juno-benefits-grid{grid-template-columns:1fr!important}
  .pk-juno-benefits-grid>div{padding:22px 10px!important;border-bottom:1px solid #ececf2!important}
  .pk-juno-benefits-grid>div:last-child{border-bottom:0!important}
  .pk-juno-blog-grid{grid-template-columns:1fr!important}

  .pk-juno-newsletter{padding:56px 0!important}
  .pk-juno-newsletter-grid{border-radius:20px!important}
  .pk-juno-newsletter-grid>div:first-child{padding:38px 18px 22px!important}
  .pk-juno-newsletter h2{font-size:clamp(31px,9vw,40px)!important}
  .pk-juno-newsletter .pk-newsletter-form{display:grid!important;grid-template-columns:1fr!important;border-radius:20px!important;padding:8px!important;gap:8px!important}
  .pk-juno-newsletter .pk-newsletter-form input,.pk-juno-newsletter .pk-newsletter-form button{width:100%!important;height:50px!important;min-height:50px!important;margin:0!important}
  .pk-juno-newsletter-art{min-height:200px!important}
  .pk-juno-newsletter-art img{max-height:190px!important}

  .pk-footer-grid{grid-template-columns:1fr!important;text-align:center!important;gap:30px!important}
  .pk-footer-brand-top-only{justify-content:center!important}
  .pk-footer-brand-only-mascot p{margin-left:auto!important;margin-right:auto!important}
  .pk-footer-bottom .pk-container{display:block!important;text-align:center!important}
}

/* v2.1.2 fixes: logo, story mascot, benefit icon, newsletter alignment */
.pk-brand{display:flex;align-items:center;min-width:0}
.pk-brand .custom-logo-link,
.pk-brand-fallback{display:flex;align-items:center;justify-content:flex-start;max-width:100%}
.pk-brand .custom-logo,
.pk-default-logo-img{display:block;max-width:100%;height:auto;max-height:92px;width:auto;object-fit:contain}

.pk-juno-story-art{
    background:transparent !important;
    box-shadow:none !important;
    border:0 !important;
    padding:0 !important;
}
.pk-juno-story-art::before,
.pk-juno-story-art::after{display:none !important;content:none !important}
.pk-juno-story-art img{
    width:min(440px,100%);
    max-width:100%;
    height:auto;
    object-fit:contain;
    background:transparent !important;
    mix-blend-mode:normal;
    filter:drop-shadow(0 20px 28px rgba(23,37,84,.10));
}
.pk-juno-story-dot{display:none !important}

.pk-juno-benefits-grid > div .pk-benefit-emoji,
.pk-juno-benefits-grid > div > span{
    display:grid;
    place-items:center;
    width:56px;
    height:56px;
    margin:0 auto 14px;
    border-radius:50%;
    background:rgba(255,255,255,.14);
    color:#fff;
    font-size:24px;
    line-height:1;
}
.pk-juno-benefits-grid > div > span.dashicons{font-size:23px;line-height:56px}

.pk-juno-newsletter-grid > div:first-child{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.pk-juno-newsletter .pk-newsletter-form{
    margin-left:auto;
    margin-right:auto;
    justify-content:center;
    align-items:center;
}
.pk-juno-newsletter .pk-newsletter-form input{ text-align:left; }
.pk-juno-newsletter .pk-newsletter-feedback{ text-align:center; }

@media(max-width:920px){
  .pk-brand .custom-logo,.pk-default-logo-img{max-height:78px}
  .pk-juno-story-art img{width:min(360px,100%)}
}
@media(max-width:540px){
  .pk-brand .custom-logo,.pk-default-logo-img{max-height:64px}
  .pk-juno-story-art img{width:min(300px,100%)}
}

/* v2.1.3 refinements */
.pk-juno-hero .pk-cloud,
.pk-juno-hero .pk-juno-visual-cloud{display:none !important}

.pk-juno-benefits-grid > div .pk-benefit-icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin:0 auto 14px;
  border-radius:50%;
  color:#fff;
}
.pk-juno-benefits-grid > div .pk-benefit-icon svg{width:24px;height:24px;display:block}
.pk-juno-benefits-grid > div:nth-child(3) .pk-benefit-icon-gift{background:#e6aa2f;color:#fff;box-shadow:0 10px 20px rgba(230,170,47,.24)}

.pk-product-search button{
  display:grid;
  place-items:center;
}
.pk-product-search button .dashicons{
  font-size:26px;
  width:26px;
  height:26px;
  line-height:26px;
}
.pk-action-icon .dashicons{
  font-size:18px;
  width:18px;
  height:18px;
  line-height:18px;
}

.pk-footer-credit-heart{color:#ff6b81;display:inline-block;margin:0 4px 0 2px}
.pk-footer-credit-sep{opacity:.55;margin:0 8px}

@media(max-width:540px){
  .pk-product-search button .dashicons{font-size:24px;width:24px;height:24px;line-height:24px}
}

/* v2.1.4 tweaks */
.pk-juno-story-art{
  position:relative !important;
  background:transparent !important;
  padding:20px 0 !important;
  min-height:500px !important;
  overflow:visible !important;
}
.pk-juno-story-art::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:320px !important;
  height:320px !important;
  transform:translate(-50%,-50%) !important;
  border-radius:50% !important;
  background:#f8f8fb !important;
  z-index:1 !important;
  box-shadow:none !important;
}
.pk-juno-story-art::after{display:none !important;content:none !important}
.pk-juno-story-art img{
  position:relative !important;
  z-index:2 !important;
  width:min(470px,100%) !important;
  max-height:none !important;
  object-fit:contain !important;
  filter:drop-shadow(0 16px 22px rgba(23,37,84,.10)) !important;
}

.pk-cart-action .pk-action-icon .dashicons{
  font-size:18px;
  width:18px;
  height:18px;
  line-height:18px;
}

.pk-footer-bottom .pk-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.pk-footer-credit-heart{color:#ff6b81;display:inline-block;margin-right:6px}
.pk-footer-credit-sep{display:none !important}

@media(max-width:920px){
  .pk-juno-story-art{min-height:420px !important}
  .pk-juno-story-art::before{width:270px !important;height:270px !important}
  .pk-juno-story-art img{width:min(400px,100%) !important}
}
@media(max-width:540px){
  .pk-juno-story-art{min-height:300px !important}
  .pk-juno-story-art::before{width:210px !important;height:210px !important}
  .pk-juno-story-art img{width:min(300px,100%) !important}
  .pk-footer-bottom .pk-container{justify-content:center;text-align:center}
}

/* v2.1.5 refinements */
.pk-juno-story-art::before{
  width:416px !important;
  height:416px !important;
}

.pk-footer-bottom .pk-container{
  justify-content:center !important;
  text-align:center !important;
  gap:10px 24px !important;
}
.pk-footer-bottom .pk-container > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

@media(max-width:920px){
  .pk-juno-story-art::before{
    width:351px !important;
    height:351px !important;
  }
}
@media(max-width:540px){
  .pk-juno-story-art::before{
    width:273px !important;
    height:273px !important;
  }
}
