/* Content-only light restyle. Do not touch header / utility / contact FABs. */

html, html[data-theme="dark"], html[data-theme="light"] {
  --ink: #1a1a1a;
  --muted: #6e6e6e;
  --paper: #ffffff;
  --soft: #f6f5f1;
  --line: #e6e4df;
  --accent: #1a1a1a;
  --gold: #8c7350;
  color-scheme: light;
}

html, body {
  color: #1a1a1a;
  background: #fff;
}

main {
  color: #1c1b19;
  background: #f7f5f1;
}

main .arrivals-page,
main .catalog-page,
main .shop-page,
main .product-page,
main .blog-browser,
main .home-blog-wrap {
  color: #1c1b19;
}

main .arrivals-page {
  padding-top: 36px;
}

main .section-heading {
  align-items: flex-end;
  margin-bottom: 28px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e0d8;
}

main .section-heading .eyebrow,
main .arrivals-page .eyebrow {
  color: #8c7350;
  font-size: 11px;
  letter-spacing: .22em;
}

main .section-heading h1,
main .arrivals-page h1 {
  margin: 6px 0 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.05;
  color: #1c1b19;
}

main .product-grid,
main .product-catalog {
  gap: 36px 22px;
}

main .product-card {
  background: #fff;
  border: 1px solid #ece8e1;
  padding: 10px 10px 16px;
}

main .product-card:hover {
  border-color: #d9d3c8;
}

main .product-image {
  aspect-ratio: 1;
  background: #f4f1ea;
}

main .product-card:hover .product-image img {
  transform: none;
}

main .product-info {
  padding: 14px 6px 2px;
}

main .product-info .brand,
main .product-category {
  color: #8c7350;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
}

main .product-info h3 {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #2a2926;
}

main .condition {
  color: #7a776f;
}

main .price-row {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1c1b19;
}

main .blog-card {
  background: #fff;
  border: 1px solid #ece8e1;
  padding: 0 0 16px;
}

main .blog-card-title {
  padding: 12px 14px 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

main .blog-card-excerpt,
main .home-blog-card .blog-card-excerpt,
main .home-blog-excerpt {
  display: none !important;
}

main .home-blog-block[data-home-cat-block="Watches Video"] {
  display: none !important;
}

main .blog-popular-thumb {
  background: #f3f1eb;
}

main .blog-popular-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .blog-cats .category-pill,
main .category-pill {
  background: #fff;
  border: 1px solid #ddd8cf;
  color: #1c1b19;
}

main .category-pill.active {
  background: #1c1b19;
  border-color: #1c1b19;
  color: #fff;
}

main .home-blog-block-title a,
main .home-blog-block-title {
  color: #1c1b19;
}

main .btn-dark {
  background: #1c1b19;
  color: #fff;
  border-color: #1c1b19;
}

html[data-theme="dark"] main .btn-dark {
  background: #1c1b19;
  color: #fff;
  border-color: #1c1b19;
}

/* White hero: show the banner as-is, copy below the image */
.fp-hero {
  background: #fff !important;
  min-height: 0 !important;
}
.fp-hero::after {
  display: none !important;
}
.fp-hero > img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
.fp-hero-copy {
  position: static !important;
  transform: none !important;
  max-width: 720px !important;
  margin: 28px auto 36px !important;
  padding: 0 20px !important;
  color: #1a1a1a !important;
  text-align: center !important;
}
.fp-hero-copy h1 {
  color: #111 !important;
  text-shadow: none !important;
}
.fp-hero-lead {
  color: #555 !important;
  text-transform: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.fp-hero-actions {
  justify-content: center !important;
}
