/*
Theme Name: Flatsome Child
Template: flatsome
Version: 2.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #0a1628;
  --navy-soft: #1c2e47;
  --ink: #33404f;
  --cream: #f6f2ea;
  --cream-deep: #ede5d6;
  --blue-accent: #5BA3DC;
  --sage: #7c9885;
  --sage-deep: #5f7d68;
  --border-soft: #e4ded0;
}

/* ---------- Typography ---------- */
body, .header-nav-main a, button, input, select, textarea {
  font-family: 'Inter', -apple-system, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.title, .page-title, .entry-title,
.woocommerce-loop-product__title, .product_title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.01em;
}
body { color: var(--ink); background: var(--cream); }
a { color: var(--navy); }

.eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 14px;
}
.display-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-optical-sizing: auto;
}

/* ---------- Header / Nav ---------- */
#header, .header-wrapper { background: #fffdf9; }
.header-top { background: var(--navy); color: #fff; letter-spacing: 0.04em; font-size: 12px; }
.header-nav-main a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.header-nav-main > li > a:hover,
.header-nav-main > li.current > a { color: var(--sage-deep); }
.is-sticky .header-wrapper { background: #fffdf9; box-shadow: 0 2px 20px rgba(10,22,40,0.06); }
#logo a { letter-spacing: -0.01em; }

/* ---------- Buttons ---------- */
.button, button, input[type="submit"], .wc-forward, .add_to_cart_button, .single_add_to_cart_button {
  border-radius: 999px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button.is-outline, .wc-forward { border-color: var(--navy); color: var(--navy); border-width: 1.5px; }
.button.is-outline:hover, .wc-forward:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.button:not(.is-outline), .single_add_to_cart_button, .checkout-button {
  background: var(--navy) !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 6px 18px rgba(10,22,40,0.18);
}
.button:not(.is-outline):hover, .single_add_to_cart_button:hover, .checkout-button:hover {
  background: var(--navy-soft) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10,22,40,0.24);
}
.badge.onsale { background: var(--sage) !important; border-radius: 999px; font-family: 'Inter', sans-serif; }

/* ---------- Sections ---------- */
.section-cream { background: var(--cream); }
.section-white { background: #fffdf9; }
.section-navy { background: var(--navy); color: #f2ede1; }
.section-navy h1, .section-navy h2, .section-navy h3, .section-navy p { color: #f2ede1; }

/* ---------- Trust badge (circular seal) ---------- */
.trust-seal {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(95,125,104,0.35);
  flex-shrink: 0;
}
.trust-seal span { padding: 0 18px; line-height: 1.4; }

/* ---------- Product cards ---------- */
ul.products li.product {
  background: #fffdf9;
  border-radius: 18px;
  padding: 18px 18px 22px;
  border: 1px solid var(--border-soft);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(10,22,40,0.08);
  border-color: transparent;
}
ul.products li.product .box-image img,
ul.products li.product .box-image-wrap { border-radius: 12px; }
ul.products li.product .price {
  font-family: 'Fraunces', serif;
  color: var(--navy);
  font-weight: 500;
}
ul.products li.product .price ins { color: var(--sage-deep); }
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-family: 'Fraunces', serif;
  color: var(--navy);
}

/* ---------- Feature columns ---------- */
.feature-card {
  background: #fffdf9;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 36px 28px;
  height: 100%;
}
.feature-card h4 { margin-top: 0; }

/* ---------- Footer ---------- */
#footer { background: var(--navy); color: #cfd6df; }
#footer a { color: #e8e3d6; }
