
/* PHASE 11 - SPEED OPTIMIZED */
img{max-width:100%;height:auto}
img[loading="lazy"]{content-visibility:auto}
.shop-card,.kids-photo-tile,.jp-special,.jp-mini-product,.selection-card{background:#f1f5f9}
.jp-performance-note{background:#eafff3;border:1px solid #a8edc2;color:#06642f;border-radius:16px;padding:16px;font-weight:900}


/* PHASE 12 - MOBILE APP / PWA EXPERIENCE */
:root{
  --jp-mobile-navy:#06142f;
  --jp-mobile-orange:#ff6a00;
  --jp-mobile-pink:#ec1b73;
}
.jp-mobile-toggle{
  display:none;
  position:fixed;
  top:14px;
  right:14px;
  z-index:1000002;
  border:0;
  border-radius:14px;
  padding:12px 14px;
  background:linear-gradient(90deg,var(--jp-mobile-orange),var(--jp-mobile-pink));
  color:white;
  font-weight:950;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.jp-mobile-panel{
  display:none;
  position:fixed;
  inset:0 0 0 auto;
  width:min(360px,88vw);
  background:#06142f;
  color:#fff;
  z-index:1000001;
  padding:24px;
  overflow:auto;
  box-shadow:-20px 0 50px rgba(0,0,0,.35);
}
.jp-mobile-panel.open{display:block}
.jp-mobile-panel img{
  max-width:190px!important;
  max-height:90px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto 18px!important;
}
.jp-mobile-panel a{
  display:block;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.09);
  border-radius:14px;
  padding:14px;
  margin:8px 0;
  font-weight:900;
}
.jp-mobile-panel a:hover{
  background:linear-gradient(90deg,var(--jp-mobile-orange),var(--jp-mobile-pink));
}
.jp-mobile-close{
  width:100%;
  border:0;
  border-radius:14px;
  background:#ffffff18;
  color:#fff;
  padding:12px;
  font-weight:950;
  margin-bottom:12px;
}
.jp-install-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:1000003;
  background:#06142f;
  color:#fff;
  border-radius:20px;
  padding:16px;
  box-shadow:0 16px 45px rgba(0,0,0,.28);
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.jp-install-banner b{display:block}
.jp-install-banner small{color:#e9f3ff;font-weight:750}
.jp-install-banner button{
  border:0;
  border-radius:13px;
  padding:11px 14px;
  font-weight:950;
  color:#fff;
  background:linear-gradient(90deg,var(--jp-mobile-orange),var(--jp-mobile-pink));
}
.jp-install-banner button.jp-dismiss{
  background:#ffffff1f;
}
.jp-app-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  max-width:1400px;
  margin:0 auto;
}
.jp-app-shortcut{
  background:#fff;
  border:1px solid #e5ebf3;
  border-radius:20px;
  padding:20px;
  text-decoration:none;
  color:#06142f;
  font-weight:950;
  box-shadow:0 10px 26px rgba(6,20,47,.08);
}
.jp-app-shortcut span{
  display:block;
  font-size:32px;
  margin-bottom:9px;
}
.jp-app-section{
  padding:45px 70px;
  background:#f7fbff;
}
@media(max-width:850px){
  .jp-mobile-toggle{display:block}
  .header .nav,
  header .nav,
  .topbar{
    display:none!important;
  }
  body{
    padding-top:0!important;
  }
  .jp-app-shortcuts{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:520px){
  .jp-app-shortcuts{
    grid-template-columns:1fr;
  }
  .jp-app-section{
    padding:34px 18px;
  }
  .jp-install-banner{
    flex-direction:column;
    align-items:stretch;
  }
}
