/* Panda Designs v4.7 — bright white public-site canvas
   Keeps the pink/mint component palette while making sections easier to scan. */
html,
body,
body.panda-home,
.panda-main{
  background:#ffffff !important;
}

/* Header and navigation remain crisp against the white canvas. */
.panda-nav,
.panda-home nav{
  background:rgba(255,255,255,.98) !important;
}

/* Home page: no full-width pink/cream washes between store sections. */
.panda-home .cats,
.panda-home .subcat-panel,
.panda-home .nb,
.panda-home .mb{
  background:#ffffff !important;
}

.panda-home .sec,
.panda-home .sec.bg,
.panda-home .sec.gbg,
.panda-home .sec:nth-of-type(even),
.panda-home .how-bg,
.panda-home .coins{
  background:#ffffff !important;
}

.panda-home .sec{
  border-top:1px solid #f1e7ec !important;
}

/* Keep visual hierarchy inside white sections through cards and soft borders. */
.panda-home .pcard,
.panda-home .cg-card,
.panda-home .bun,
.panda-home .how-card,
.panda-home .blog-card,
.panda-home .review-card{
  background:#ffffff !important;
  box-shadow:0 10px 28px rgba(77,57,71,.065) !important;
}

/* Shared public pages. Admin screens are intentionally unaffected. */
.panda-main,
.panda-breadcrumb,
.shop-page,
.shop-wrap,
.product-page,
.product-wrap,
.account-page,
.blog-page,
.article-page,
.categories-page,
.tools-page,
.help-page,
.contact-page,
.legal-page{
  background:#ffffff !important;
}

/* Preserve pastel emphasis only on intentional promotional components. */
.digitizing-strip,
.custom-digitizing-strip,
.hero-digitizing-strip,
.hero-grid-v2 .digitizing-strip,
.vip-hero,
.palert,
.pnav-dd-header{
  /* Existing component backgrounds remain controlled by their own styles. */
}

footer,
.panda-footer{
  border-top:1px solid #f1e7ec;
}

@media(max-width:760px){
  .panda-home .sec{border-top-color:#f5edf1 !important}
}
