/* Baby & Kids Template — rounded, playful, friendly */
[data-template="playful"] {
  --template-heading-font: 'Outfit', sans-serif;
  --template-body-font: 'Inter', sans-serif;
  --template-layout-spacing: 2.5rem;
  --template-image-aspect: 1/1;
  --template-nav-style: normal;
  --template-caption-weight: 600;
  --template-hero-height: 70vh;
  --template-card-radius: 20px;
  --template-grid-gap: 1.5rem;
  --template-btn-radius: 20px;
  --template-btn-tracking: 0.05em;
}

[data-template="playful"] .glass-nav {
  border-radius: 0 0 20px 20px;
}

[data-template="playful"] .product-image-container img {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-template="playful"] .product-image-container:hover img {
  transform: scale(1.06) rotate(-1deg);
}

[data-template="playful"] .bento-item {
  border-radius: 20px;
}

[data-template="playful"] footer {
  border-radius: 24px 24px 0 0;
}
