@import url('/theme-assets/theme.css?theme=default');

:root {
  --font-size-base: 0.9375rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2.2rem;
  --font-size-3xl: 3.2rem;
  --radius-sm: 0;
  --radius-md: 2px;
  --radius-lg: 4px;
  --shadow-sm: none;
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.06);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.015em;
  background-color: #fafafa;
}

h1, h2, h3, .hero__title, .section__title, .pdp__title {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.header__inner {
  min-height: 5.5rem;
}

.nav__link {
  text-transform: uppercase;
  font-size: 0.78125rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.hero {
  border: none;
  background: #f4f3f0;
}

.hero__title {
  font-size: 3rem;
  line-height: 1.15;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.78125rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  padding: 0.85rem 1.8rem;
}

.btn--primary {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
}

.btn--primary:hover {
  background: #333333;
}

.product-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.product-card__title {
  font-family: "Georgia", serif;
  font-size: 1.05rem;
  font-weight: 400;
}

.cat-card {
  border: none;
  border-radius: 0;
  background: #f0efeb;
}

.cat-card__title {
  font-family: "Georgia", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}

.announcement {
  background: #111111;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
