/*
Theme Name: BestKidsToysOnline Storefront
Theme URI: https://bestkidstoysonline.com
Description: Storefront child theme for Best Kids Toys Online.
Author: PetStarShip
Template: storefront
Version: 0.1.0
Text Domain: bestkidstoysonline-storefront
*/

:root {
  --bkto-ink: #17202a;
  --bkto-muted: #5b6572;
  --bkto-blue: #276a8f;
  --bkto-green: #2f7d5c;
  --bkto-yellow: #f6c445;
  --bkto-cream: #fffaf2;
}

body {
  color: var(--bkto-ink);
  background: #ffffff;
}

a {
  color: var(--bkto-blue);
}

.site-header {
  border-bottom: 1px solid #e7edf2;
}

.site-branding .site-title a {
  color: var(--bkto-ink);
  font-weight: 700;
}

.bkto-home-intro {
  background: var(--bkto-cream);
  border-bottom: 1px solid #efe3cc;
  margin: 0 0 2rem;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.bkto-home-intro h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  max-width: 780px;
}

.bkto-home-intro p {
  color: var(--bkto-muted);
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 760px;
}

.bkto-collection-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.bkto-collection-grid a {
  background: #fff;
  border: 1px solid #dde8ee;
  border-radius: 8px;
  color: var(--bkto-ink);
  display: block;
  font-weight: 700;
  min-height: 92px;
  padding: 1rem;
  text-decoration: none;
}

.bkto-collection-grid span {
  color: var(--bkto-muted);
  display: block;
  font-size: .92rem;
  font-weight: 400;
  margin-top: .35rem;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 6px;
}

.site-footer {
  background: #17202a;
  color: #eef5f7;
}

.site-footer a {
  color: #ffffff;
}
