/* Symphony Perfume — chic redesign shared stylesheet.
   Enqueued site-wide only on pages symphony_is_chic_page() returns true for
   (see functions.php) — currently product category archives. Scoped under
   body.sym-chic-page throughout so it never leaks onto un-migrated pages. */

body.sym-chic-page {
  --bg:         #211710;
  --surface:    #2c1f15;
  --surface-2:  #261b12;
  --surface-3:  #2f2216;
  --surface-4:  #241a11;
  --text:       #f5ead9;
  --text-muted: #b8a68a;
  --text-dim:   #8a7862;
  --gold:       #d9a44f;
  --gold-dark:  #b08a3f;
  --cream:      #f5ead9;
  --cream-dark: #3a2c1c;
  --border:     rgba(245,234,217,0.08);
  --border-mid: rgba(245,234,217,0.12);

  background: var(--bg) !important;
  color: var(--text) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

/* Hide the theme's own header/footer on chic pages — replaced by the
   wp_body_open / wp_footer injected markup below. */
body.sym-chic-page #header.ct-header,
body.sym-chic-page #footer.ct-footer {
  display: none;
}

body.sym-chic-page .sym-chic-announce {
  text-align: center;
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--text);
  background: var(--surface);
  border-bottom: 0.5px solid var(--border);
}

body.sym-chic-page .sym-chic-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 24px;
  padding: 16px 40px;
  background: rgba(33,23,16,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--border-mid);
  font-family: 'Jost', sans-serif;
}

body.sym-chic-page .sym-nav-brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; justify-self: start;
}
body.sym-chic-page .sym-nav-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 17px; letter-spacing: 4px; color: var(--text);
}
body.sym-chic-page .sym-nav-links {
  display: flex; align-items: center; gap: 32px; list-style: none;
  font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; letter-spacing: 2px;
}
body.sym-chic-page .sym-nav-links a {
  font-family: inherit; font-size: inherit; font-weight: inherit; letter-spacing: inherit;
  color: rgba(245,234,217,0.8); text-decoration: none; transition: color 0.2s;
}
body.sym-chic-page .sym-nav-links a:hover { color: var(--text); }
body.sym-chic-page .sym-nav-links a.is-current { color: var(--gold); }

body.sym-chic-page .sym-nav-item-dropdown {
  position: relative; display: flex; align-items: center;
  padding-bottom: 18px; margin-bottom: -18px;
}
body.sym-chic-page .sym-nav-dropdown-trigger {
  display: inline-flex; align-items: center; gap: 5px;
  background: none; border: none; padding: 0;
  font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 2px;
  color: rgba(245,234,217,0.8); cursor: pointer; transition: color 0.2s;
}
body.sym-chic-page .sym-nav-dropdown-trigger:hover,
body.sym-chic-page .sym-nav-dropdown-trigger:focus-visible { color: var(--text); }
body.sym-chic-page .sym-nav-caret { font-size: 8px; line-height: 1; transform: translateY(1px); transition: transform 0.2s ease; }
body.sym-chic-page .sym-nav-item-dropdown:hover .sym-nav-caret,
body.sym-chic-page .sym-nav-item-dropdown.open .sym-nav-caret { transform: translateY(1px) rotate(180deg); }
body.sym-chic-page .sym-nav-dropdown-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(-6px);
  min-width: 168px; background: var(--surface); border: 0.5px solid var(--border-mid);
  list-style: none; padding: 10px 0; margin: 0; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; z-index: 50;
  font-family: 'Jost', sans-serif;
}
body.sym-chic-page .sym-nav-item-dropdown:hover .sym-nav-dropdown-menu,
body.sym-chic-page .sym-nav-item-dropdown.open .sym-nav-dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
body.sym-chic-page .sym-nav-dropdown-menu a {
  display: block; padding: 9px 22px; font-family: inherit; font-size: 11px; font-weight: 300;
  letter-spacing: 1.5px; color: rgba(245,234,217,0.8); text-decoration: none; white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}
body.sym-chic-page .sym-nav-dropdown-menu a:hover,
body.sym-chic-page .sym-nav-dropdown-menu a:focus-visible { color: var(--text); background: rgba(245,234,217,0.05); }
body.sym-chic-page .sym-nav-dropdown-menu .shop-all a { color: var(--gold); }

body.sym-chic-page .sym-nav-cart {
  font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 2px;
  color: rgba(245,234,217,0.8); text-decoration: none; transition: color 0.2s; justify-self: end;
}
body.sym-chic-page .sym-nav-cart:hover { color: var(--text); }

/* Collection hero band */
body.sym-chic-page .sym-collection-hero {
  padding: 64px 48px 44px;
  text-align: center;
  border-bottom: 0.5px solid var(--border);
}
body.sym-chic-page .sym-collection-eyebrow {
  font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 4px;
  color: var(--gold); margin-bottom: 18px;
}
body.sym-chic-page .sym-collection-title {
  font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 52px);
  font-weight: 400; color: var(--text); margin: 0 0 16px;
}
body.sym-chic-page .sym-collection-desc {
  font-family: 'Jost', sans-serif; font-size: 14px; line-height: 1.7;
  color: var(--text-muted); max-width: 560px; margin: 0 auto 12px;
}
body.sym-chic-page .sym-collection-count {
  font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 1px; color: var(--text-dim);
}

/* Product grid (shared visual language with homepage Most Loved) */
body.sym-chic-page .sym-archive-wrap { padding: 48px 48px 80px; }
body.sym-chic-page .sym-products-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 16px;
}
body.sym-chic-page .sym-product-card { text-decoration: none; display: block; }
body.sym-chic-page .sym-product-img { height: 200px; margin-bottom: 12px; overflow: hidden; }
body.sym-chic-page .sym-product-img-bg { width: 100%; height: 100%; transition: transform 0.5s ease; }
body.sym-chic-page .sym-product-card:hover .sym-product-img-bg { transform: scale(1.04); }
body.sym-chic-page .sym-product-card:nth-child(4n+1) .sym-product-img-bg { background: var(--surface); }
body.sym-chic-page .sym-product-card:nth-child(4n+2) .sym-product-img-bg { background: var(--surface-2); }
body.sym-chic-page .sym-product-card:nth-child(4n+3) .sym-product-img-bg { background: var(--surface-3); }
body.sym-chic-page .sym-product-card:nth-child(4n+4) .sym-product-img-bg { background: var(--surface-4); }
body.sym-chic-page .sym-product-name {
  font-family: 'Jost', sans-serif; font-size: 13px; color: var(--text); margin-bottom: 4px;
}
body.sym-chic-page .sym-product-price {
  font-family: 'Jost', sans-serif; font-size: 12px; color: var(--gold);
}
body.sym-chic-page .sym-product-price del { color: var(--text-dim); margin-right: 6px; font-size: 11px; }

body.sym-chic-page .sym-empty-state {
  text-align: center; padding: 60px 20px; color: var(--text-muted);
  font-family: 'Jost', sans-serif; font-size: 14px;
}

/* Pagination */
body.sym-chic-page .sym-pagination {
  display: flex; justify-content: center; gap: 10px; margin-top: 48px;
  font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 1px;
}
body.sym-chic-page .sym-pagination a,
body.sym-chic-page .sym-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; height: 34px; padding: 0 6px;
  color: var(--text-muted); text-decoration: none; border: 0.5px solid var(--border-mid);
  transition: color 0.2s, border-color 0.2s;
}
body.sym-chic-page .sym-pagination a:hover { color: var(--text); border-color: var(--text-muted); }
body.sym-chic-page .sym-pagination .current { color: var(--gold); border-color: var(--gold); }

/* Footer (shared with homepage) */
body.sym-chic-page .sym-chic-footer {
  padding: 44px 48px; text-align: center; border-top: 0.5px solid var(--border-mid);
}
body.sym-chic-page .sym-footer-wordmark {
  font-family: 'Playfair Display', serif; font-size: 13px; letter-spacing: 3px; color: var(--text-muted);
}
body.sym-chic-page .sym-footer-tagline { font-family: 'Jost', sans-serif; font-size: 11px; color: var(--text-dim); margin-top: 10px; }
body.sym-chic-page .sym-footer-nav {
  font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 1px; color: var(--text-dim); margin: 18px 0 14px;
}
body.sym-chic-page .sym-footer-nav a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
body.sym-chic-page .sym-footer-nav a:hover { color: var(--text); }
body.sym-chic-page .sym-footer-nav .sep { margin: 0 10px; opacity: 0.5; }
body.sym-chic-page .sym-footer-social { display: flex; justify-content: center; align-items: center; gap: 18px; margin-bottom: 18px; color: var(--text-muted); }
body.sym-chic-page .sym-footer-social-link { display: inline-flex; color: inherit; transition: color 0.2s; }
body.sym-chic-page .sym-footer-social-link:hover { color: var(--gold); }
body.sym-chic-page .sym-footer-legal { margin-top: 18px; font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 0.5px; color: var(--text-dim); }
body.sym-chic-page .sym-footer-legal a { color: inherit; text-decoration: none; transition: color 0.2s; }
body.sym-chic-page .sym-footer-legal a:hover { color: var(--text-muted); }
body.sym-chic-page .sym-footer-legal .sep { margin: 0 8px; opacity: 0.5; }

@media (max-width: 768px) {
  body.sym-chic-page .sym-chic-nav { padding: 14px 20px; }
  body.sym-chic-page .sym-nav-links { display: none; }
  body.sym-chic-page .sym-collection-hero { padding: 44px 24px 32px; }
  body.sym-chic-page .sym-archive-wrap { padding: 32px 20px 56px; }
  body.sym-chic-page .sym-products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }
  body.sym-chic-page .sym-chic-footer { padding: 36px 24px; }
}

/* ── Story pages (Our Company, Manufacturing, Customized Perfumes, Contact) ── */
body.sym-chic-page .sym-story-hero { padding: 88px 48px 64px; text-align: center; border-bottom: 0.5px solid var(--border); }
body.sym-chic-page .sym-story-eyebrow { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 4px; color: var(--gold); margin: 0 0 18px; }
body.sym-chic-page .sym-story-title { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5.5vw, 60px); font-weight: 400; line-height: 1.1; color: var(--text); margin: 0 0 20px; }
body.sym-chic-page .sym-story-sub { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(17px, 2vw, 22px); color: var(--gold); margin: 0 0 26px; }
body.sym-chic-page .sym-story-lead { font-family: 'Jost', sans-serif; font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--text-muted); max-width: 680px; margin: 0 auto 16px; }

body.sym-chic-page .sym-story-section { padding: 72px 48px; border-top: 0.5px solid var(--border); }
body.sym-chic-page .sym-story-inner { max-width: 1100px; margin: 0 auto; }
body.sym-chic-page .sym-story-h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.4vw, 36px); font-weight: 400; line-height: 1.15; color: var(--text); text-align: center; margin: 0 0 16px; }
body.sym-chic-page .sym-story-intro { font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--text-muted); text-align: center; max-width: 640px; margin: 0 auto 44px; }
body.sym-chic-page .sym-story-section .sym-story-h2:last-child { margin-bottom: 0; }

body.sym-chic-page .sym-story-grid { display: grid; gap: 40px 32px; }
body.sym-chic-page .sym-story-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
body.sym-chic-page .sym-story-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
body.sym-chic-page .sym-story-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
body.sym-chic-page .sym-story-item { border-top: 0.5px solid var(--border-mid); padding-top: 22px; }
body.sym-chic-page .sym-story-item h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; line-height: 1.25; color: var(--text); margin: 0 0 12px; }
body.sym-chic-page .sym-story-item p { font-family: 'Jost', sans-serif; font-size: 13.5px; font-weight: 300; line-height: 1.75; color: var(--text-muted); margin: 0; }
body.sym-chic-page .sym-story-list { list-style: none; margin: 16px 0 0; padding: 0; }
body.sym-chic-page .sym-story-list li { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.5; color: var(--text); padding: 9px 0; border-top: 0.5px solid var(--border); }

body.sym-chic-page .sym-story-band { background: var(--cream); padding: 64px 48px; text-align: center; }
body.sym-chic-page .sym-story-band p { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(20px, 2.6vw, 28px); line-height: 1.5; color: var(--cream-dark); max-width: 760px; margin: 0 auto; }

body.sym-chic-page .sym-story-cta { text-align: center; padding: 80px 48px 96px; border-top: 0.5px solid var(--border); }
body.sym-chic-page .sym-story-cta .sym-story-h2 { margin-bottom: 14px; }
body.sym-chic-page .sym-story-cta .sym-story-intro { margin-bottom: 30px; }
body.sym-chic-page .sym-story-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
body.sym-chic-page .sym-btn { display: inline-block; padding: 13px 32px; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 2px; text-decoration: none; transition: all 0.25s; }
body.sym-chic-page .sym-btn-gold { background: var(--gold); color: var(--cream-dark); border: none; }
body.sym-chic-page .sym-btn-gold:hover { background: #c4933f; }
body.sym-chic-page .sym-btn-outline { border: 0.5px solid rgba(245,234,217,0.38); color: var(--text); background: transparent; }
body.sym-chic-page .sym-btn-outline:hover { border-color: rgba(245,234,217,0.7); }

/* Contact */
body.sym-chic-page .sym-office h3 { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin: 0 0 12px; }
body.sym-chic-page .sym-office p { font-family: 'Jost', sans-serif; font-size: 13.5px; font-weight: 300; line-height: 1.75; color: var(--text-muted); margin: 0 0 8px; }
body.sym-chic-page .sym-office p.sym-office-phone { color: var(--text); }
body.sym-chic-page .sym-contact-form { max-width: 720px; margin: 0 auto; padding: 0 48px 96px; }
body.sym-chic-page .sym-contact-form .wpforms-field-label,
body.sym-chic-page .sym-contact-form .wpforms-field-sublabel { font-family: 'Jost', sans-serif !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 1.5px; color: var(--text-muted) !important; }
body.sym-chic-page .sym-contact-form input[type=text],
body.sym-chic-page .sym-contact-form input[type=email],
body.sym-chic-page .sym-contact-form input[type=tel],
body.sym-chic-page .sym-contact-form textarea,
body.sym-chic-page .sym-contact-form select { background: transparent !important; border: 0.5px solid var(--border-mid) !important; border-radius: 2px !important; color: var(--text) !important; font-family: 'Jost', sans-serif !important; font-size: 14px !important; }
body.sym-chic-page .sym-contact-form input:focus,
body.sym-chic-page .sym-contact-form textarea:focus { border-color: var(--gold) !important; outline: none !important; box-shadow: none !important; }
body.sym-chic-page .sym-contact-form .wpforms-submit { background: var(--gold) !important; color: var(--cream-dark) !important; border: none !important; border-radius: 2px !important; padding: 13px 32px !important; font-family: 'Jost', sans-serif !important; font-size: 11px !important; letter-spacing: 2px !important; height: auto !important; }
body.sym-chic-page .sym-contact-form .wpforms-submit:hover { background: #c4933f !important; }
body.sym-chic-page .sym-contact-form .wpforms-confirmation-container-full { background: transparent !important; border: 0.5px solid var(--gold) !important; color: var(--text) !important; }

@media (max-width: 768px) {
  body.sym-chic-page .sym-story-hero { padding: 56px 24px 44px; }
  body.sym-chic-page .sym-story-section { padding: 52px 24px; }
  body.sym-chic-page .sym-story-grid.cols-2,
  body.sym-chic-page .sym-story-grid.cols-3,
  body.sym-chic-page .sym-story-grid.cols-4 { grid-template-columns: 1fr; gap: 28px; }
  body.sym-chic-page .sym-story-band { padding: 48px 24px; }
  body.sym-chic-page .sym-story-cta { padding: 56px 24px 64px; }
  body.sym-chic-page .sym-contact-form { padding: 0 24px 64px; }
}

@media (max-width: 600px) {
  body.sym-chic-page .sym-contact-form .wpforms-field.wpforms-one-half,
  body.sym-chic-page .sym-contact-form .wpforms-field.wpforms-first,
  body.sym-chic-page .sym-contact-form .wpforms-field.wpforms-last { width: 100% !important; margin-left: 0 !important; float: none !important; clear: both; }
}

/* ── Single product page ── */
body.sym-chic-page .sym-prod-wrap { max-width: 1240px; margin: 0 auto; padding: 28px 48px 0; }
body.sym-chic-page .sym-crumbs { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 1.5px; color: var(--text-dim); margin: 0 0 28px; }
body.sym-chic-page .sym-crumbs a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
body.sym-chic-page .sym-crumbs a:hover { color: var(--text); }
body.sym-chic-page .sym-crumbs .sep { margin: 0 8px; opacity: 0.5; }

body.sym-chic-page .sym-prod { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 64px; align-items: start; padding-bottom: 72px; }
body.sym-chic-page .sym-prod-gallery { position: sticky; top: 100px; }
body.sym-chic-page .sym-prod-img { aspect-ratio: 4 / 5; background: var(--surface); }
body.sym-chic-page .sym-prod-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
body.sym-chic-page .sym-prod-thumbs span { aspect-ratio: 1; background: var(--surface-2); }

body.sym-chic-page .sym-prod-eyebrow { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 4px; color: var(--gold); margin: 0 0 14px; }
body.sym-chic-page .sym-prod-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 4vw, 44px); font-weight: 400; line-height: 1.12; color: var(--text); margin: 0 0 8px; }
body.sym-chic-page .sym-prod-type { font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin: 0 0 4px; }
body.sym-chic-page .sym-prod-inspired { font-family: 'Jost', sans-serif; font-size: 12px; color: var(--text-dim); margin: 0 0 22px; }
body.sym-chic-page .sym-prod-rating { font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 1px; color: var(--gold); margin: 0 0 16px; }
body.sym-chic-page .sym-prod-rating span { color: var(--text-muted); margin-left: 6px; }
body.sym-chic-page .sym-prod-price { font-family: 'Jost', sans-serif; font-size: 22px; font-weight: 300; color: var(--gold); margin: 0 0 20px; }
body.sym-chic-page .sym-prod-price del { color: var(--text-dim); font-size: 15px; margin-right: 8px; }
body.sym-chic-page .sym-prod-price ins { text-decoration: none; }
body.sym-chic-page .sym-prod-price .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
body.sym-chic-page .sym-prod-short { font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--text-muted); margin: 0 0 28px; }

body.sym-chic-page .sym-buy { border-top: 0.5px solid var(--border-mid); padding-top: 26px; }
body.sym-chic-page .sym-buy form.cart { margin: 0; }
body.sym-chic-page .sym-buy table.variations { border: 0; margin: 0 0 18px; width: 100%; }
body.sym-chic-page .sym-buy table.variations th,
body.sym-chic-page .sym-buy table.variations td { display: block; padding: 0; border: 0; background: transparent; }
body.sym-chic-page .sym-buy table.variations label { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin: 0 0 10px; display: block; }
body.sym-chic-page .sym-buy .variable-items-wrapper { gap: 8px; }
body.sym-chic-page .sym-buy .variable-items-wrapper .variable-item.button-variable-item { background: transparent !important; border: 0.5px solid var(--border-mid) !important; border-radius: 2px !important; box-shadow: none !important; color: var(--text) !important; min-width: 64px; height: 44px; font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 1px; }
body.sym-chic-page .sym-buy .variable-items-wrapper .variable-item.button-variable-item.selected { border-color: var(--gold) !important; color: var(--gold) !important; }
body.sym-chic-page .sym-buy .variable-items-wrapper .variable-item.disabled { opacity: 0.35; }
body.sym-chic-page .sym-buy select { background: transparent; color: var(--text); border: 0.5px solid var(--border-mid); border-radius: 2px; }
body.sym-chic-page .sym-buy .reset_variations { font-family: 'Jost', sans-serif; font-size: 11px; color: var(--text-dim); }
body.sym-chic-page .sym-buy .woocommerce-variation-price,
body.sym-chic-page .sym-buy .woocommerce-variation-description { font-family: 'Jost', sans-serif; color: var(--gold); margin-bottom: 14px; }
body.sym-chic-page .sym-buy .woocommerce-variation-price del { color: var(--text-dim); }
body.sym-chic-page .sym-buy .woocommerce-variation-price ins { text-decoration: none; }
body.sym-chic-page .sym-buy .stock { font-family: 'Jost', sans-serif; font-size: 12px; color: var(--text-muted); }
body.sym-chic-page .sym-buy .woocommerce-variation-add-to-cart,
body.sym-chic-page .sym-buy form.cart:not(.variations_form) { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; }
body.sym-chic-page .sym-buy .quantity input.qty { background: transparent !important; color: var(--text) !important; border: 0.5px solid var(--border-mid) !important; border-radius: 2px !important; height: 50px; width: 72px; font-family: 'Jost', sans-serif; text-align: center; }
body.sym-chic-page .sym-buy .single_add_to_cart_button { flex: 1; min-width: 180px; background: var(--gold) !important; color: var(--cream-dark) !important; border: none !important; border-radius: 2px !important; height: 50px; padding: 0 32px !important; font-family: 'Jost', sans-serif !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 2px !important; text-transform: uppercase; transition: background 0.25s; }
body.sym-chic-page .sym-buy .single_add_to_cart_button:hover { background: #c4933f !important; }
body.sym-chic-page .sym-buy .single_add_to_cart_button.disabled { opacity: 0.45; }
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist { margin-top: 16px; font-family: 'Jost', sans-serif; font-size: 12px; }
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist a { color: var(--text-muted); text-decoration: none; }
body.sym-chic-page .sym-prod-trust { font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 1px; color: var(--text-muted); margin: 22px 0 0; padding-top: 18px; border-top: 0.5px solid var(--border); }

body.sym-chic-page .sym-notes { border-top: 0.5px solid var(--border); padding: 72px 48px; }
body.sym-chic-page .sym-notes-inner { max-width: 960px; margin: 0 auto; }
body.sym-chic-page .sym-section-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 32px); font-weight: 400; color: var(--text); text-align: center; margin: 0 0 40px; }
body.sym-chic-page .sym-notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; }
body.sym-chic-page .sym-note-wave { display: flex; justify-content: center; align-items: flex-end; gap: 5px; height: 64px; margin-bottom: 14px; }
body.sym-chic-page .sym-note-wave span { width: 4px; border-radius: 2px; }
body.sym-chic-page .sym-note-wave.dim span { background: #8d7454; }
body.sym-chic-page .sym-note-wave.mid span { background: #c1965a; }
body.sym-chic-page .sym-note-wave.bright span { background: var(--gold); }
body.sym-chic-page .sym-note-label { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 3px; color: var(--gold); margin: 0 0 10px; }
body.sym-chic-page .sym-note-list { font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--text); margin: 0; }

body.sym-chic-page .sym-prod-details { border-top: 0.5px solid var(--border); padding: 72px 48px; }
body.sym-chic-page .sym-prod-details-inner { max-width: 760px; margin: 0 auto; }
body.sym-chic-page .sym-prod-details h2,
body.sym-chic-page .sym-prod-details h3 { font-family: 'Playfair Display', serif; font-weight: 400; color: var(--text); margin: 34px 0 12px; }
body.sym-chic-page .sym-prod-details h3 { font-size: 22px; }
body.sym-chic-page .sym-prod-details p { font-family: 'Jost', sans-serif; font-size: 14.5px; font-weight: 300; line-height: 1.85; color: var(--text-muted); margin: 0 0 16px; }

body.sym-chic-page .sym-prod-reviews { border-top: 0.5px solid var(--border); padding: 72px 48px; }
body.sym-chic-page .sym-prod-reviews-inner { max-width: 760px; margin: 0 auto; font-family: 'Jost', sans-serif; color: var(--text-muted); }
body.sym-chic-page .sym-prod-reviews h2,
body.sym-chic-page .sym-prod-reviews .comment-reply-title { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 400; color: var(--text); margin: 0 0 20px; }
body.sym-chic-page .sym-prod-reviews p, body.sym-chic-page .sym-prod-reviews label, body.sym-chic-page .sym-prod-reviews .meta { color: var(--text-muted); }
body.sym-chic-page .sym-prod-reviews ol.commentlist { list-style: none; margin: 0 0 28px; padding: 0; }
body.sym-chic-page .sym-prod-reviews .comment_container { display: block; }
body.sym-chic-page .sym-prod-reviews img.avatar { display: none; }
body.sym-chic-page .sym-prod-reviews .comment-text { margin: 0 !important; border: 0 !important; padding: 0 0 18px !important; border-bottom: 0.5px solid var(--border) !important; }
body.sym-chic-page .sym-prod-reviews .star-rating { color: var(--gold); }
body.sym-chic-page .sym-prod-reviews input[type=text], body.sym-chic-page .sym-prod-reviews input[type=email], body.sym-chic-page .sym-prod-reviews textarea { background: transparent !important; border: 0.5px solid var(--border-mid) !important; color: var(--text) !important; border-radius: 2px !important; }
body.sym-chic-page .sym-prod-reviews input[type=submit] { background: var(--gold) !important; color: var(--cream-dark) !important; border: none !important; border-radius: 2px !important; padding: 13px 32px !important; font-size: 11px !important; letter-spacing: 2px !important; }

body.sym-chic-page .sym-related { border-top: 0.5px solid var(--border); padding: 72px 48px 88px; }
body.sym-chic-page .sym-related .sym-products-grid { max-width: 1240px; margin: 0 auto; }

body.sym-chic-page .sym-sticky-buy { display: none; }

@media (max-width: 900px) {
  body.sym-chic-page .sym-prod-wrap { padding: 20px 20px 0; }
  body.sym-chic-page .sym-prod { grid-template-columns: 1fr; gap: 32px; padding-bottom: 48px; }
  body.sym-chic-page .sym-prod-gallery { position: static; }
  body.sym-chic-page .sym-notes,
  body.sym-chic-page .sym-prod-details,
  body.sym-chic-page .sym-prod-reviews,
  body.sym-chic-page .sym-related { padding: 52px 24px; }
  body.sym-chic-page .sym-notes-grid { grid-template-columns: 1fr; gap: 40px; }
  body.sym-chic-page .sym-sticky-buy { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 20px; background: rgba(33,23,16,0.96); backdrop-filter: blur(12px); border-top: 0.5px solid var(--border-mid); transform: translateY(0); transition: transform 0.3s ease; }
  body.sym-chic-page .sym-sticky-buy.is-hidden { transform: translateY(110%); }
  body.sym-chic-page .sym-sticky-price { font-family: 'Jost', sans-serif; font-size: 15px; color: var(--gold); }
  body.sym-chic-page .sym-sticky-price del { display: none; }
  body.sym-chic-page .sym-sticky-price ins { text-decoration: none; }
  body.sym-chic-page .sym-sticky-btn { background: var(--gold); color: var(--cream-dark); font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 2px; text-decoration: none; padding: 14px 26px; min-height: 44px; display: inline-flex; align-items: center; }
}

/* Theme link typography overrides: anchors set their own font, so inherit explicitly. */
body.sym-chic-page .sym-crumbs a,
body.sym-chic-page .sym-footer-nav a,
body.sym-chic-page .sym-footer-legal a,
body.sym-chic-page .sym-prod-details a { font-family: inherit !important; font-size: inherit !important; font-weight: inherit !important; line-height: inherit !important; }

body.sym-chic-page .sym-buy table.variations label,
body.sym-chic-page .sym-buy .woo-selected-variation-item-name { font-family: 'Jost', sans-serif !important; font-size: 12px !important; font-weight: 400 !important; letter-spacing: 1.5px; color: var(--text) !important; text-transform: none; }
body.sym-chic-page .sym-buy table.variations label { text-transform: uppercase; color: var(--text-muted) !important; font-size: 11px !important; }
body.sym-chic-page .sym-buy .quantity { border-color: var(--border-mid) !important; }
body.sym-chic-page .sym-buy .quantity .ct-increase,
body.sym-chic-page .sym-buy .quantity .ct-decrease { color: var(--text-muted) !important; }
body.sym-chic-page .sym-buy .quantity .ct-increase:hover,
body.sym-chic-page .sym-buy .quantity .ct-decrease:hover { color: var(--gold) !important; }
body.sym-chic-page .sym-buy .single_add_to_cart_button { text-transform: uppercase !important; }
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist,
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist a,
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist span { font-family: 'Jost', sans-serif !important; font-size: 12px !important; letter-spacing: 1px; color: var(--text-muted) !important; }
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist svg,
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist svg path { stroke: var(--text-muted) !important; color: var(--text-muted) !important; }
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist a:hover,
body.sym-chic-page .sym-buy .yith-wcwl-add-to-wishlist a:hover span { color: var(--gold) !important; }
body.sym-chic-page .sym-sticky-price .discount-badge { display: none; }
body.sym-chic-page .sym-prod-price .discount-badge { display: inline-block; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 1px; color: var(--cream-dark); background: var(--gold); padding: 3px 8px; margin-right: 10px; vertical-align: middle; }

body.sym-chic-page .sym-product-price .sale-price { display: inline !important; text-align: left !important; }
body.sym-chic-page .sym-product-price .discount-badge { margin-right: 6px; }
body.sym-chic-page .sym-prod-reviews .woocommerce-Reviews-title { font-size: 22px; line-height: 1.3; }
@media (max-width: 900px) {
  body.sym-chic-page.single-product .ct-back-to-top { bottom: 84px !important; }
}

body.sym-chic-page .sym-notices .woocommerce-message,
body.sym-chic-page .sym-notices .woocommerce-error,
body.sym-chic-page .sym-notices .woocommerce-info { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; background: var(--surface) !important; color: var(--text) !important; border: 0 !important; border-left: 2px solid var(--gold) !important; border-radius: 0 !important; padding: 14px 18px !important; margin: 0 0 24px !important; font-family: 'Jost', sans-serif; font-size: 13px; list-style: none; }
body.sym-chic-page .sym-notices .woocommerce-error { border-left-color: #c4574a !important; }
body.sym-chic-page .sym-notices .woocommerce-message a.button,
body.sym-chic-page .sym-notices .woocommerce-info a.button { background: transparent !important; color: var(--gold) !important; border: 0.5px solid var(--gold) !important; border-radius: 2px !important; padding: 8px 18px !important; font-family: 'Jost', sans-serif !important; font-size: 11px !important; letter-spacing: 2px !important; text-transform: uppercase; order: 2; }
body.sym-chic-page .sym-notices ul.woocommerce-error li { list-style: none; }

body.sym-chic-page .sym-notices .woocommerce-message::before,
body.sym-chic-page .sym-notices .woocommerce-error::before,
body.sym-chic-page .sym-notices .woocommerce-info::before { display: none !important; content: none !important; }
