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

:root {
  --sh-gold: #C6A15B;
  --sh-gold-2: #E8D5A3;
  --sh-burgundy: #6B1D2A;
  --sh-cream: #F7F1E6;
  --sh-paper: #FBF7F0;
  --sh-ink: #2B2118;
  --bs-primary: #6B1D2A;
  --theme-accent: #6B1D2A;
  --theme-accent-2: #E8D5A3;
  --theme-soft: #FBF7F0;
  --theme-ink: #2B2118;
  --theme-card: #fff;
  --theme-radius: 2px;
  --theme-btn-radius: 0;
}

html, body {
  background: var(--sh-cream);
  font-family: Jost, "Segoe UI", sans-serif;
  color: var(--sh-ink);
}
h1, h2, h3, .sh-logo-text, .product-name, .section-title .title {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.sh-strip {
  background: var(--sh-burgundy);
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 10px 12px;
}
.sh-strip a { color: var(--sh-gold-2); }

.sh-head {
  background: var(--sh-paper);
  padding: 18px 0 8px;
  border-bottom: 1px solid #eadfcd;
}
.sh-head-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.sh-logo {
  text-align: center;
}
.sh-logo img { max-height: 64px; }
.sh-logo-text {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: var(--sh-burgundy);
  letter-spacing: .08em;
}
.sh-logo small {
  display: block;
  font-family: Jost, sans-serif;
  letter-spacing: .28em;
  font-size: 10px;
  color: var(--sh-gold);
  text-transform: uppercase;
}
.sh-side { display: flex; align-items: center; gap: 14px; font-size: 13px; }
.sh-side.right { justify-content: flex-end; }
.sh-side a { color: var(--sh-ink); font-weight: 500; }
.sh-search {
  display: flex;
  border-bottom: 1px solid var(--sh-gold);
  max-width: 220px;
}
.sh-search input { border: 0; background: transparent; height: 34px; width: 100%; }
.sh-search button { border: 0; background: transparent; color: var(--sh-burgundy); }

.sh-nav {
  background: var(--sh-paper);
  border-bottom: 1px solid #eadfcd;
}
.sh-nav ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 10px 0 14px;
  overflow-x: auto;
}
.sh-nav a {
  color: var(--sh-burgundy);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 12px;
  white-space: nowrap;
}
.sh-nav a:hover { color: var(--sh-gold); border-bottom: 1px solid var(--sh-gold); }

.sh-hero { position: relative; }
.sh-hero img { width: 100%; height: 520px; object-fit: cover; display: block; }
.sh-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(43,33,24,.45), rgba(43,33,24,.1));
  text-align: center;
  color: #fff;
}
.sh-hero-copy h1 {
  font-size: 56px;
  margin-bottom: 8px;
}
.sh-hero-copy p { letter-spacing: .18em; text-transform: uppercase; font-size: 13px; }
.sh-hero-copy a {
  display: inline-block;
  margin-top: 16px;
  border: 1px solid var(--sh-gold);
  color: #fff;
  padding: 10px 22px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
}

.sh-section { padding: 56px 0; }
.sh-kicker {
  display: block;
  text-align: center;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sh-gold);
  font-size: 12px;
  margin-bottom: 8px;
}
.sh-section h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 28px;
}

.sh-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.sh-cats a {
  background: #fff;
  text-align: center;
  color: var(--sh-burgundy);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 14px;
  box-shadow: 0 10px 30px rgba(107,29,42,.08);
}
.sh-cats img { width: 100%; height: 220px; object-fit: cover; margin-bottom: 12px; }

.sh-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 0;
  min-height: 360px;
}
.sh-split img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.sh-split article {
  background: var(--sh-burgundy);
  color: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sh-split article a {
  color: var(--sh-gold);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.product-item {
  background: #fff;
  padding-bottom: 16px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.product-item .sh-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--sh-burgundy);
  color: #fff;
  font-size: 10px;
  letter-spacing: .12em;
  padding: 4px 8px;
  z-index: 2;
}
.product-item img { height: 260px; object-fit: cover; width: 100%; }
.product-item .product-content { padding: 12px 14px 0; text-align: center; }
.product-item .product-name { display: block; min-height: 48px; font-size: 20px; color: var(--sh-ink); }
.product-item .new-price { color: var(--sh-burgundy); font-weight: 600; font-size: 18px; }
.product-item .old-price { color: #999; text-decoration: line-through; margin-left: 6px; }
.btn-outline-gold {
  border: 1px solid var(--sh-gold);
  color: var(--sh-burgundy);
  background: transparent;
  padding: 8px 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.bb-add { display: none !important; }

.sh-stores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sh-stores article { background: #fff; padding: 22px; border-top: 3px solid var(--sh-gold); }
.sh-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sh-quotes article { background: #fff; padding: 22px; font-style: italic; }

.header-search-area { position: relative; }
#suggestions {
  display: none; position: absolute; left: 0; right: 0; top: 38px;
  background: #fff; z-index: 30; box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.footer-top { background: #1a140f !important; color: #fff !important; }
.footer-top a, .footer-top p, .footer-top li, .footer-top .widget-title { color: #fff !important; }
.footer-bottom { background: var(--sh-burgundy) !important; }

@media (max-width: 991px) {
  .sh-head-row { grid-template-columns: 1fr; text-align: center; }
  .sh-side { justify-content: center; }
  .sh-cats, .sh-stores, .sh-quotes { grid-template-columns: 1fr; }
  .sh-split { grid-template-columns: 1fr; }
  .sh-hero img { height: 320px; }
  .sh-hero-copy h1 { font-size: 32px; }
}

.sh-listing-hero { text-align: center; padding: 48px 16px 24px; }
.sh-listing-hero h1 { font-size: 48px; margin-bottom: 8px; }
.sh-listing-toolbar { display: flex; justify-content: center; margin-bottom: 24px; }
.sh-listing-toolbar select { border: 0; border-bottom: 1px solid var(--sh-gold); background: transparent; padding: 8px 12px; }
.sh-listing-side { background: #fff; padding: 18px; margin-bottom: 20px; border-top: 3px solid var(--sh-gold); }
.listing-widget h3 { font-family: "Cormorant Garamond", serif; font-size: 22px; margin-bottom: 12px; }
.listing-widget ul { list-style: none; margin: 0; padding: 0; }
.listing-cats-collection label { display: block; text-align: center; cursor: pointer; margin-bottom: 14px; font-family: "Cormorant Garamond", serif; font-size: 18px; }
.listing-cats-collection img { width: 100%; height: 110px; object-fit: cover; margin-bottom: 6px; }
.listing-packs label { border: 1px solid var(--sh-gold); padding: 4px 10px; display: inline-block; margin: 0 6px 8px 0; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
#product-list.is-loading { opacity: .55; }

.pd-crumb { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin: 18px 0; }
.pd-crumb a { color: var(--sh-burgundy); }
.pd-gallery { background: #fff; padding: 12px; }
.pd-main img { width: 100%; height: 520px; object-fit: cover; }
.pd-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.pd-thumbs button { border: 1px solid transparent; padding: 0; background: none; }
.pd-thumbs button.is-active { border-color: var(--sh-gold); }
.pd-thumbs img { width: 80px; height: 80px; object-fit: cover; }
.sh-detail-buy { padding: 12px 8px 12px 18px; }
.sh-detail-buy h1 { font-size: 42px; }
.sh-detail-buy .new-price { color: var(--sh-burgundy); font-size: 26px; }
.sh-detail-buy .old-price { color: #999; text-decoration: line-through; margin-left: 8px; }
.sh-detail-actions { display: flex; gap: 10px; margin: 16px 0; }
.sh-enquire { background: #fff; border-top: 3px solid var(--sh-gold); padding: 18px; margin: 18px 0; }
.variant-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.variant-chips input { display: none; }
.variant-chips label { border: 1px solid var(--sh-gold); padding: 8px 12px; cursor: pointer; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.variant-chips input:checked + label { background: var(--sh-burgundy); color: #fff; border-color: var(--sh-burgundy); }
.pd-related { padding: 48px 0; }
.pd-related h2 { text-align: center; font-size: 36px; margin-bottom: 24px; }

.sh-footer { background: var(--sh-burgundy); color: #f4e8d4; margin-top: 24px; }
.sh-footer a { color: var(--sh-gold-2); }
.sh-footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding: 48px 0; }
.sh-footer h2 { color: #fff; font-size: 36px; }
.sh-footer small { letter-spacing: .22em; text-transform: uppercase; color: var(--sh-gold); }
.sh-footer h4 { color: var(--sh-gold); letter-spacing: .16em; text-transform: uppercase; font-size: 12px; }
.sh-footer ul { list-style: none; padding: 0; }
.sh-footer li { margin-bottom: 8px; }
.sh-footer-bottom { border-top: 1px solid rgba(232,213,163,.25); padding: 14px 0; }
@media (max-width: 991px) {
  .sh-footer-top { grid-template-columns: 1fr 1fr; }
  .pd-main img { height: 320px; }
  .sh-listing-hero h1 { font-size: 32px; }
}

.breadcrumb-area, .breadcrumb-area[data-bg-image] { background: var(--sh-paper) !important; background-image: none !important; min-height: 110px; padding: 24px 0; }
.account-page-area, .cart-area { padding-top: 28px; }
.myaccount-tab-trigger .nav-link.active { background: var(--sh-burgundy); color: #fff; }
.nav-pills .nav-link { color: var(--sh-burgundy) !important; border-color: var(--sh-gold) !important; }
.nav-pills .nav-link.active { background: var(--sh-burgundy) !important; color: #fff !important; }
.auth-jewellery .auth-card { border-radius: 8px; }
.auth-jewellery .auth-input { border-radius: 4px !important; }
.auth-jewellery .auth-submit { background: var(--sh-burgundy); border-radius: 999px; }
.auth-jewellery h1 { font-family: "Cormorant Garamond", serif; font-weight: 600; }
.page-kicker { color: var(--sh-gold); letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
