/* storefront-v4; generated from build_leads.py. */
body[data-brand="cedarloom"] {
  --ink: #3b3126;
  --paper: #f5efe3;
  --accent: #9b7448;
  --paper-alt: #e8e2d6;
  --accent-soft: #e5d9c7;
  --line: #d5cfc3;
  --muted: #8b8377;
  --display: ShopSerif, Georgia, serif;
  --image-position: center 60%;
}
body[data-brand="cedarloom"] .announcement { background: #3b3126; color: #fff; }
body[data-brand="cedarloom"] .site-header { background: #3b3126; }
body[data-brand="cedarloom"] .brand-name,
body[data-brand="cedarloom"] .desktop-nav a,
body[data-brand="cedarloom"] .header-action { color: #fff; }
body[data-brand="cedarloom"] .hero-index { background: #9b7448; }
body[data-brand="cedarloom"] .product-card { border-radius: 8px; }
body[data-brand="cedarloom"] .product-media img { border-radius: 4px 4px 0 0; }
body[data-brand="cedarloom"] .primary-link,
body[data-brand="cedarloom"] .button-submit button {
  background: #3b3126;
  color: #fff;
  border-radius: 8px;
}
body[data-brand="cedarloom"] .product-price strong { color: #9b7448; }
/* card-field-chrome */
body[data-brand="cedarloom"] .checkout-wrap form div.input1 label {
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 600;
}
body[data-brand="cedarloom"] .checkout-wrap form div.input1 input {
  border-radius: 10px;
}
