/* Site-wide theme — matches home-new typography & product cards */

:root {
  --site-rose: #9b1c34;
  --site-rose-dark: #6b0e20;
  --site-rose-light: #f7eaed;
  --site-charcoal: #16100e;
  --site-text: #261a18;
  --site-muted: #7a6a68;
  --site-border: #e8d8d3;
}

/* ── Typography (non-home pages) ── */
body.site-v2-theme {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 17px;
  color: var(--site-text);
}

body.site-v2-theme .header-area,
body.site-v2-theme .footer,
body.site-v2-theme .mobile-header-wrapper-style,
body.site-v2-theme .wrapper,
body.site-v2-theme .gambo-Breadcrumb {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

body.site-v2-theme .callemail,
body.site-v2-theme .second-row-item h4,
body.site-v2-theme .second-row-item a,
body.site-v2-theme .second-row-item li,
body.site-v2-theme .contact-infor li,
body.site-v2-theme .contact-infor span,
body.site-v2-theme .footer-bottom-links a,
body.site-v2-theme .footer-last-row,
body.site-v2-theme .mobile-menu a,
body.site-v2-theme .dropdown-item,
body.site-v2-theme .item.channel_item,
body.site-v2-theme .social-links-footer a {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important;
}

body.site-v2-theme .callemail {
  font-size: 20px !important;
}

body.site-v2-theme .second-row-item h4 {
  font-size: 22px !important;
}

body.site-v2-theme .second-row-item a,
body.site-v2-theme .second-row-item li,
body.site-v2-theme .contact-infor li,
body.site-v2-theme .contact-infor span,
body.site-v2-theme .footer-bottom-links a,
body.site-v2-theme .footer-last-row,
body.site-v2-theme .mobile-menu a {
  font-size: 17px !important;
}

body.site-v2-theme .product-top-dt h2,
body.site-v2-theme .main-title-tt h2,
body.site-v2-theme .main-title-tab h4,
body.site-v2-theme .dashboard-right h4 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  color: var(--site-charcoal);
}

body.site-v2-theme .breadcrumb,
body.site-v2-theme .breadcrumb a {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 16px;
}

body.site-v2-theme .pdpt-title h4 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 18px;
}

/* ── Product cards (listing, wishlist, related) ── */
.site-theme .product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow .25s ease, transform .25s ease;
  width: 100%;
  height: 100%;
}

.site-theme .product-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
  text-decoration: none;
  color: inherit;
}

.site-theme .product-card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.site-theme .product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-theme .product-card-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.site-theme .product-brand {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  line-height: 1.2;
}

.site-theme .product-title {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site-theme .product-price {
  margin-top: auto;
  padding-top: 6px;
  font-size: 22px;
  font-weight: 700;
  color: var(--site-rose);
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.02em;
}

.site-theme .product-card-col {
  margin-bottom: 30px;
}

.site-theme .product-card-wrap {
  position: relative;
  height: 100%;
}

.site-theme .site-theme-wishlist-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--site-rose);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background .2s, color .2s;
}

.site-theme .site-theme-wishlist-remove:hover {
  background: var(--site-rose);
  color: #fff;
}

.site-theme .owl-carousel .item {
  height: 100%;
}

.site-theme .owl-carousel .product-card {
  max-width: none;
  margin: 0;
}
