/* ==========================================================================
   Theme: Starter
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --theme-primary: #2563eb;
  --theme-primary-hover: #1d4ed8;
  --theme-primary-light: #dbeafe;
  --theme-accent: #93c5fd;
  --theme-bg: #ffffff;
  --theme-surface: #f9fafb;
  --theme-soft: #f3f4f6;
  --theme-text: #1f2937;
  --theme-muted: #6b7280;
  --theme-border: #e5e7eb;
  --theme-star: #f59e0b;
  --theme-dark: #1f2937;
  --theme-card-radius: 0.5rem;
  --theme-card-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --theme-btn-radius: 0.375rem;
}

body {
  background: var(--theme-bg);
  color: var(--theme-text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.logo-font {
  color: var(--theme-primary);
  font-family: 'Inter', system-ui, sans-serif;
}

.promo-bar {
  background: var(--theme-primary);
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  text-align: center;
}

.geo-banner {
  align-items: center;
  background-color: #ffe082;
  color: #000;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  text-align: center;
}

.geo-banner img {
  height: 14px;
  margin-right: 8px;
  width: 20px;
}

.geo-banner .close-btn {
  background: none;
  border: 0;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 8px;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--theme-border);
}

.site-nav a:hover,
.section-link,
.footer-links a:hover,
.footer-meta a:hover,
.footer-social a:hover,
.footer-social i:hover,
.brand-link {
  color: var(--theme-primary);
}

.nav-toggle,
.mobile-menu-link {
  color: var(--theme-text);
}

.mobile-menu {
  border-color: var(--theme-border);
}

.mobile-menu-link {
  border-color: var(--theme-border);
}

.nav-search {
  align-items: center;
  display: flex;
  flex: 1 1 28rem;
  margin: 0 2rem;
  max-width: 36rem;
}

.nav-search-form {
  position: relative;
  width: 100%;
}

.nav-search-input {
  background: var(--theme-surface) !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 9999px !important;
  box-shadow: none !important;
  color: var(--theme-text);
  display: block;
  font-size: 0.875rem !important;
  height: 44px !important;
  line-height: 44px !important;
  margin: 0 !important;
  padding: 0 1.25rem 0 2.75rem !important;
  text-indent: 0 !important;
  width: 100% !important;
}

.nav-search-input:focus {
  border-color: var(--theme-primary) !important;
  outline: none !important;
}

.nav-search-button {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  color: var(--theme-muted);
  display: flex;
  height: 44px;
  justify-content: center;
  left: 0.875rem;
  padding: 0 !important;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.hero-home {
  background: var(--theme-soft);
  color: var(--theme-text);
  min-height: 360px;
  padding: 3rem 1rem;
  text-align: center;
}

.hero-home .btn-primary {
  margin: 0 auto;
}

.btn-primary {
  align-items: center;
  background: var(--theme-primary);
  border: 0;
  border-radius: var(--theme-btn-radius);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  transition: background 0.2s ease;
}

.btn-primary:hover {
  background: var(--theme-primary-hover);
}

.section-label {
  color: var(--theme-primary);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-link,
.section-subcopy,
.footer-copy,
.footer-links,
.footer-social,
.footer-meta,
.rating-count {
  color: var(--theme-muted);
}

.collection-card-media {
  background: var(--theme-soft);
  border-radius: var(--theme-card-radius);
}

.collection-card-art {
  background: linear-gradient(135deg, #eff6ff, #f9fafb);
}

.collection-card-icon {
  color: var(--theme-accent);
}

.collection-card,
.product-card {
  transition: all 0.25s ease;
}

.collection-card:hover {
  transform: scale(1.02);
}

.product-card-shell {
  background: #fff;
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-card-radius);
}

.product-card-media {
  background: var(--theme-soft);
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card:hover .product-card-shell {
  box-shadow: var(--theme-card-shadow);
}

.product-card:hover .product-card-title {
  color: var(--theme-primary);
}

.price-badge {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}

.products-section {
  background: #fff;
}

.star-rating .fa-star,
.star-rating .fa-star-half-alt,
.star-rating .fa-star-half-stroke,
.star-rating .fa-regular.fa-star {
  color: var(--theme-star);
}

.trust-bar {
  background: var(--theme-dark);
  color: #fff;
}

.trust-icon {
  color: var(--theme-primary);
}

.trust-copy {
  color: #d1d5db;
}

.site-footer {
  background: var(--theme-soft);
}

.footer-brand {
  color: var(--theme-primary);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}

.mobile-buy-wrap {
  background: #fff;
  border-top: 1px solid var(--theme-border);
}

.mobile-buy-btn {
  align-items: center;
  background: var(--theme-primary);
  border: 0;
  border-radius: var(--theme-btn-radius);
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.mobile-buy-btn:hover {
  background: var(--theme-primary-hover);
}

.content-wrapper {
  background: #fff;
  line-height: 1.8;
  margin: 2rem auto;
  max-width: 800px;
  padding: 40px;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.content-wrapper p,
.content-wrapper ul,
.content-wrapper table {
  margin-bottom: 20px;
}

.content-wrapper ul {
  padding-left: 20px;
}

.content-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.content-wrapper th,
.content-wrapper td {
  border: 1px solid var(--theme-border);
  padding: 16px;
  text-align: left;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
