/* ============================================================
   GoGiftings V24 Unified Fix
   Replaces: gg-v19-cake-flower-match.css, gg-cake-flower-style-fix.css,
             gg-v22-personalised-gogifting-match.css, gg-v23-personalised-ui-parity.css
   All categories (Flowers, Cakes, Personalised) share the same
   card and product-page structure for full visual parity.
   ============================================================ */

/* ----------------------------------------------------------
   1. LISTING PAGE — CATEGORY BADGE + SIDEBAR ALWAYS VISIBLE
   ---------------------------------------------------------- */
body.gg-listing-page .listing-layout {
  display: grid !important;
  grid-template-columns: 230px minmax(0,1fr) !important;
  align-items: start !important;
  gap: 28px !important;
}
body.gg-listing-page .sidebar {
  display: block !important;
}
body.gg-listing-page .sortbar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  background: #fff !important;
  border: 1px solid rgba(246,39,128,.12) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 32px rgba(52,20,42,.07) !important;
  padding: 18px 22px !important;
  margin-bottom: 18px !important;
  gap: 14px !important;
}
body.gg-listing-page .sortbar h1 {
  font-size: clamp(26px, 3.5vw, 38px) !important;
  line-height: 1.05 !important;
  margin: 0 0 4px !important;
  color: #221324 !important;
  letter-spacing: -.025em !important;
  font-weight: 900 !important;
}
body.gg-listing-page .sortbar p {
  color: #736f79 !important;
  font-size: 14px !important;
  margin: 0 !important;
}

/* ----------------------------------------------------------
   2. UNIVERSAL PRODUCT CARD — same for flowers, cakes, personalised
   ---------------------------------------------------------- */
.gg-unified-card {
  background: #fff !important;
  border: 1px solid #eedaea !important;
  border-radius: 20px !important;
  padding: 10px !important;
  box-shadow: 0 10px 30px rgba(72,32,84,.07) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}
.gg-unified-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 48px rgba(72,32,84,.13) !important;
  border-color: rgba(246,39,128,.30) !important;
}

/* Image wrap */
.gg-unified-card .thumb-wrap {
  position: relative !important;
  aspect-ratio: 1/1 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff7fb !important;
  border: 1px solid #f3e2ef !important;
  flex-shrink: 0 !important;
}
.gg-unified-card .product-thumb {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
.gg-unified-card .gg-unified-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 14px !important;
  transition: transform .38s ease !important;
}
.gg-unified-card:hover .gg-unified-img {
  transform: scale(1.05) !important;
}

/* Delivery tag badge */
.gg-unified-card .gg-tag {
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
  top: auto !important;
  left: auto !important;
  background: #fff !important;
  color: var(--brand, #f62780) !important;
  border: 1px solid #f3d0e7 !important;
  border-radius: 999px !important;
  padding: 5px 9px !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 12px rgba(66,26,73,.11) !important;
  z-index: 4 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

/* Rating pill (for personalised) */
.gg-unified-card .gg-rating-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: #058e43 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 3px 7px !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  z-index: 4 !important;
}

/* Card body */
.gg-unified-card .product-card-body {
  padding: 10px 2px 2px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.gg-unified-card h4 {
  margin: 0 0 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  min-height: 38px !important;
  color: #221324 !important;
}
.gg-unified-card h4 a {
  color: inherit !important;
  text-decoration: none !important;
}
.gg-unified-card .price {
  font-size: 17px !important;
  font-weight: 900 !important;
  color: var(--brand, #f62780) !important;
  margin-bottom: 5px !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
}
.gg-unified-card .price .currency-text {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #7a6b7e !important;
}
.gg-unified-card .meta {
  font-size: 11px !important;
  color: #158944 !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}
.gg-unified-card .meta::before {
  content: '• ' !important;
  font-size: 16px !important;
  vertical-align: -1px !important;
}
.gg-unified-card .meta b {
  color: #0a6e35 !important;
}

/* Action buttons row */
.gg-unified-card .gg-card-actions {
  display: grid !important;
  grid-template-columns: 1fr 1.25fr !important;
  gap: 7px !important;
  margin-top: auto !important;
}
.gg-unified-card .gg-view-btn {
  height: 38px !important;
  border-radius: 12px !important;
  background: #fff0f6 !important;
  color: var(--brand, #f62780) !important;
  border: 1px solid #fad4e8 !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.gg-unified-card .gg-view-btn:hover {
  background: #fde6f0 !important;
}
.gg-unified-card .quick-add,
.gg-unified-card .gg-add-btn {
  height: 38px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--brand, #f62780), var(--brand-2, #5a1a93)) !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  width: 100% !important;
  min-height: unset !important;
  margin: 0 !important;
  box-shadow: 0 8px 20px rgba(246,39,128,.20) !important;
}

/* ----------------------------------------------------------
   3. LISTING GRID for all unified categories
   ---------------------------------------------------------- */
.gg-unified-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 18px !important;
  background: transparent !important;
  padding: 0 !important;
}

/* ----------------------------------------------------------
   4. PRODUCT PAGE — unified 3-col layout (matches flower page)
   ---------------------------------------------------------- */
body.gg-unified-product .product-page {
  display: grid !important;
  grid-template-columns: 86px minmax(320px,560px) minmax(300px,1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  background: #fff !important;
  border: 1px solid rgba(34,19,34,.08) !important;
  border-radius: 28px !important;
  box-shadow: 0 20px 60px rgba(43,20,35,.07) !important;
  padding: 22px !important;
  overflow: visible !important;
}

/* Gallery rail */
body.gg-unified-product .gallery-rail {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 86px !important;
  position: static !important;
}
body.gg-unified-product .gallery-thumb {
  width: 74px !important;
  height: 74px !important;
  border-radius: 16px !important;
  border: 1px solid #e9d8e8 !important;
  background: #fff !important;
  padding: 4px !important;
  box-shadow: 0 6px 18px rgba(34,19,34,.06) !important;
  overflow: hidden !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}
body.gg-unified-product .gallery-thumb.active {
  border-color: var(--brand, #f62780) !important;
  box-shadow: 0 0 0 2px rgba(246,39,128,.18), 0 10px 24px rgba(246,39,128,.14) !important;
}
body.gg-unified-product .gallery-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

/* Main image */
body.gg-unified-product .main-visual,
body.gg-unified-product .visual-wrap,
body.gg-unified-product [data-gallery-main] {
  background: linear-gradient(135deg, #fff7fb, #fff) !important;
  border: 1px solid rgba(34,19,34,.07) !important;
  border-radius: 26px !important;
  padding: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 40px rgba(43,20,35,.06) !important;
}
body.gg-unified-product .main-product-photo {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;   /* V29 fix: contain shows full product */
  border-radius: 20px !important;
  display: block !important;
}

/* Product summary */
body.gg-unified-product .product-summary {
  padding: 2px 0 0 !important;
}
body.gg-unified-product .product-summary .title {
  font-size: clamp(14px, 1.5vw, 20px) !important;  /* V29 fix: was 34px max */
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important;
  margin: 0 0 12px !important;
  color: #221324 !important;
  text-align: left !important;
  word-break: break-word !important;
  white-space: normal !important;
}

/* Price box */
body.gg-unified-product .price-box {
  background: rgba(255,255,255,.8) !important;
  border: 1px solid #f0daea !important;
  border-radius: 18px !important;
  padding: 14px 18px !important;
  box-shadow: 0 12px 32px rgba(217,106,164,.09) !important;
  margin-bottom: 14px !important;
}
body.gg-unified-product .price-box .amount {
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #1a1018 !important;
}
body.gg-unified-product .price-box .tax {
  font-size: 12px !important;
  color: #6e5e72 !important;
  margin-top: 4px !important;
}

/* Variant strip */
body.gg-unified-product .variant-strip {
  margin: 14px 0 !important;
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto !important;
  padding-bottom: 4px !important;
  scroll-snap-type: x proximity !important;
}
body.gg-unified-product .variant-card {
  border: 1px solid #e8d8e6 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 8px !important;
  flex: 0 0 155px !important;
  scroll-snap-align: start !important;
  cursor: pointer !important;
  text-decoration: none !important;
  color: #2a1a2c !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}
body.gg-unified-product .variant-card.active,
body.gg-unified-product .variant-card:hover {
  border-color: var(--brand, #f62780) !important;
  box-shadow: 0 0 0 2px rgba(246,39,128,.12) !important;
}
body.gg-unified-product .variant-card .thumb img,
body.gg-unified-product .variant-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;   /* V29 fix: was cover — show full flower */
  object-position: center !important;
  border-radius: 10px !important;
  display: block !important;
  background: #fff !important;
}
body.gg-unified-product .variant-copy .variant-name {
  font-size: 11px !important;
  display: block !important;
  line-height: 1.25 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
body.gg-unified-product .variant-copy strong {
  font-size: 12px !important;
  color: var(--brand, #f62780) !important;
}

/* Add to Cart button */
body.gg-unified-product .add-cart-premium-btn {
  width: 100% !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
  background: linear-gradient(135deg, var(--brand, #f62780), var(--brand-2, #5a1a93)) !important;
  border-radius: 16px !important;
}

/* CTA row (Buy Now + WhatsApp) */
body.gg-unified-product .premium-product-actions,
body.gg-unified-product .cta-wide {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}
body.gg-unified-product .buy-now-theme-btn {
  background: linear-gradient(135deg, #ff7a1a, var(--brand, #f62780)) !important;
  border-radius: 16px !important;
}
body.gg-unified-product .whatsapp-order-btn {
  background: linear-gradient(135deg, #25d366, #128c2e) !important;
  border-radius: 16px !important;
}

/* Promises strip */
body.gg-unified-product .premium-product-promises {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}
body.gg-unified-product .premium-product-promises span {
  background: #fff7fb !important;
  border: 1px solid rgba(246,39,128,.12) !important;
  border-radius: 14px !important;
  padding: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #3d3040 !important;
}

/* Drawer launcher */
body.gg-unified-product .product-drawer-launcher {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
}
body.gg-unified-product .drawer-link {
  background: #fff !important;
  border: 1px solid rgba(34,19,34,.10) !important;
  border-radius: 16px !important;
  padding: 12px !important;
  text-align: left !important;
  box-shadow: 0 8px 22px rgba(34,19,34,.05) !important;
  cursor: pointer !important;
  transition: border-color .2s, box-shadow .2s !important;
}
body.gg-unified-product .drawer-link:hover {
  border-color: rgba(246,39,128,.25) !important;
  box-shadow: 0 12px 28px rgba(246,39,128,.10) !important;
}
body.gg-unified-product .drawer-link span {
  font-size: 20px !important;
  display: block !important;
  margin-bottom: 4px !important;
}
body.gg-unified-product .drawer-link strong {
  display: block !important;
  color: #211622 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
body.gg-unified-product .drawer-link em {
  display: block !important;
  color: #7a6b7e !important;
  font-size: 11px !important;
  font-style: normal !important;
}

/* ----------------------------------------------------------
   5. CAKE-SPECIFIC — message-on-cake box
   ---------------------------------------------------------- */
.gg-cake-message-box {
  display: block !important;
  margin: 14px 0 !important;
  padding: 13px 15px !important;
  background: #fff8df !important;
  border: 1px solid #ffd15d !important;
  border-radius: 16px !important;
}
.gg-cake-message-box span {
  display: block !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  color: #946000 !important;
  margin-bottom: 8px !important;
}
.gg-cake-message-box input {
  width: 100% !important;
  height: 44px !important;
  border: 1px solid #ecd3a0 !important;
  border-radius: 12px !important;
  padding: 0 12px !important;
  background: #fff !important;
  font-size: 13px !important;
  outline: none !important;
}
.gg-cake-message-box input:focus {
  border-color: #f6b500 !important;
  box-shadow: 0 0 0 3px rgba(246,181,0,.10) !important;
}

/* ----------------------------------------------------------
   6. PERSONALISED-SPECIFIC — upload / text input box
   ---------------------------------------------------------- */
.gg-personal-input-box {
  border: 1.5px solid rgba(246,39,128,.24) !important;
  background: #fffafe !important;
  border-radius: 16px !important;
  padding: 13px 14px !important;
  margin: 14px 0 !important;
  box-shadow: 0 10px 24px rgba(246,39,128,.07) !important;
}
.gg-personal-input-box h3 {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #241924 !important;
}
.gg-personal-upload {
  width: 100% !important;
  min-height: 52px !important;
  border: 1.5px dashed rgba(246,39,128,.45) !important;
  background: #fff !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  color: #241924 !important;
  cursor: pointer !important;
  transition: border-color .2s, background .2s !important;
}
.gg-personal-upload:hover {
  border-color: rgba(246,39,128,.7) !important;
  background: #fff8fc !important;
}
.gg-personal-upload strong {
  display: block !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.gg-personal-upload small {
  font-size: 10px !important;
  color: #8a7a8c !important;
}
.gg-personal-upload b {
  font-size: 22px !important;
  font-weight: 400 !important;
  color: var(--brand, #f62780) !important;
}
.gg-personal-text-label {
  display: flex !important;
  align-items: center !important;
  border: 1.5px dashed rgba(246,39,128,.45) !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 8px 12px !important;
}
.gg-personal-text-label textarea {
  flex: 1 !important;
  border: 0 !important;
  outline: none !important;
  resize: none !important;
  height: 44px !important;
  font: inherit !important;
  font-size: 13px !important;
  background: transparent !important;
}
.gg-personal-text-label em {
  font-size: 11px !important;
  color: #a096a3 !important;
  white-space: nowrap !important;
  font-style: normal !important;
}

/* BNPL box */
.gg-product-bnpl {
  border: 1px solid rgba(34,19,34,.09) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  margin: 14px 0 !important;
}
.gg-product-bnpl h3 {
  margin: 0 !important;
  padding: 11px 14px !important;
  font-size: 13px !important;
  background: #fff7fb !important;
  font-weight: 800 !important;
}
.gg-product-bnpl p {
  margin: 0 !important;
  padding: 10px 14px !important;
  border-top: 1px solid rgba(34,19,34,.08) !important;
  font-size: 12px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
}
.gg-product-bnpl b {
  background: #ffe0cb !important;
  border-radius: 6px !important;
  padding: 2px 6px !important;
  margin-right: 6px !important;
  font-weight: 900 !important;
}
.gg-product-bnpl p:nth-child(3) b {
  background: #b3f0d2 !important;
  color: #0a6e35 !important;
}
.gg-product-bnpl a {
  color: var(--brand, #f62780) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  font-size: 11px !important;
  white-space: nowrap !important;
}

/* Product info soft box */
.gg-product-info-box {
  margin-top: 14px !important;
  padding: 16px !important;
  border: 1px solid #f0daea !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(217,106,164,.07) !important;
}
.gg-product-info-box h3 {
  margin: 0 0 8px !important;
  font-size: 16px !important;
}
.gg-product-info-box p {
  margin: 0 !important;
  color: #5a5060 !important;
  line-height: 1.65 !important;
  font-size: 14px !important;
}

/* ----------------------------------------------------------
   7. RESPONSIVE
   ---------------------------------------------------------- */
@media (max-width: 1100px) {
  .gg-unified-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
  body.gg-listing-page .listing-layout { grid-template-columns: 200px minmax(0,1fr) !important; }
}
@media (max-width: 900px) {
  body.gg-listing-page .listing-layout { display: block !important; }
  body.gg-listing-page .sidebar { margin-bottom: 14px !important; }
  .gg-unified-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 12px !important; }
  body.gg-unified-product .product-page {
    grid-template-columns: 72px minmax(0,1fr) !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }
  body.gg-unified-product .product-summary { grid-column: 1 / -1 !important; }
  body.gg-unified-product .premium-product-actions,
  body.gg-unified-product .cta-wide { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .gg-unified-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 10px !important; }
  .gg-unified-card h4 { font-size: 13px !important; min-height: auto !important; }
  .gg-unified-card .gg-tag { font-size: 8px !important; padding: 4px 7px !important; }
  body.gg-unified-product .product-page { display: flex !important; flex-direction: column !important; gap: 12px !important; }
  body.gg-unified-product .gallery-rail { flex-direction: row !important; overflow-x: auto !important; width: 100% !important; }
  body.gg-unified-product .gallery-thumb { flex: 0 0 68px !important; }
  body.gg-unified-product .premium-product-promises { grid-template-columns: 1fr !important; }
  body.gg-unified-product .product-drawer-launcher { grid-template-columns: 1fr !important; }
}

/* ----------------------------------------------------------
   8. NEUTRALISE OLD CONFLICTING PATCHES (specificity wins)
   ---------------------------------------------------------- */
/* Kill old cake body classes when gg-unified-product is present */
body.gg-unified-product.cakes-match-flower-product .product-page,
body.gg-unified-product.cake-product-page-final .product-page {
  /* already handled by gg-unified-product rules above */
}
/* Kill old personalised overrides on the listing */
body.gg-listing-page.gg-personalized-page .listing-grid,
body.gg-listing-page.gg-personalised-listing-v23 .listing-grid {
  background: transparent !important;
}
/* Ensure cake-listing-page body class no longer hides sidebar */
body.gg-listing-page.cake-listing-page .sidebar {
  display: block !important;
}

/* Nav active highlight for current category */
body.gg-category-cakes .navbar a[href*="cakes"],
body.gg-category-personalized .navbar a[href*="personalized"],
body.gg-category-personalized .navbar a[href*="personal"],
body.gg-category-flowers .navbar a[href="listing.html"]:not([href*="category"]) {
  background: linear-gradient(135deg, var(--brand, #f62780), var(--brand-2, #5a1a93)) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
}

/* Breadcrumb active item */
.gg-breadcrumb-active {
  color: var(--brand, #f62780) !important;
  font-weight: 800 !important;
}

/* ----------------------------------------------------------
   9. FILTER GROUP — sidebar label / input base styles
   ---------------------------------------------------------- */
.filter-group {
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #f0e4ee !important;
}
.filter-group:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.filter-group h4 {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #2a1a2c !important;
  margin: 0 0 12px !important;
  letter-spacing: -.01em !important;
}
.filter-group label {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  font-size: 13px !important;
  color: #4a3f4e !important;
  padding: 5px 0 !important;
  cursor: pointer !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}
.filter-group label:hover {
  color: var(--brand, #f62780) !important;
}
.filter-group input[type="checkbox"],
.filter-group input[type="radio"] {
  accent-color: var(--brand, #f62780) !important;
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0 !important;
}

/* ----------------------------------------------------------
   10. LISTING LAYOUT — ensure grid even without body class
       (as a defensive fallback once body class is added)
   ---------------------------------------------------------- */
body.gg-listing-page .listing-layout {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

/* ----------------------------------------------------------
   11. SORT SELECT — unified style across all category pages
   ---------------------------------------------------------- */
body.gg-listing-page .sort-select,
body.gg-listing-page select.sort-select {
  border: 1px solid #e8d8e6 !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #3a2a3d !important;
  background: #fff !important;
  outline: none !important;
  cursor: pointer !important;
  min-width: 190px !important;
}

/* ----------------------------------------------------------
   12. PRODUCT PAGE — enforce 3-col grid always for desktop
   ---------------------------------------------------------- */
body.gg-unified-product .product-page {
  display: grid !important;
  grid-template-columns: 86px minmax(320px, 520px) minmax(280px, 1fr) !important;
}

/* ----------------------------------------------------------
   13. WISHLIST TOGGLE — remove old absolute-positioned one
       that was leaking into personalised/cake cards
   ---------------------------------------------------------- */
.gg-unified-card .wishlist-toggle {
  display: none !important;
}

/* ----------------------------------------------------------
   14. NAV-PILL — remove old cake override that stays active
   ---------------------------------------------------------- */
body.gg-category-cakes .navbar a.nav-pill,
body.gg-category-personalized .navbar a.nav-pill,
body.gg-category-flowers .navbar a.nav-pill {
  background: #f3e3ef !important;
  color: var(--brand, #f62780) !important;
}
body.gg-category-cakes .navbar a.nav-pill.active,
body.gg-category-personalized .navbar a.nav-pill.active,
body.gg-category-flowers .navbar a.nav-pill.active {
  background: linear-gradient(135deg, var(--brand, #f62780), var(--brand-2, #5a1a93)) !important;
  color: #fff !important;
}

/* ----------------------------------------------------------
   15. GLOBAL CARD PARITY — make leftover non-unified cards
       in the listing grid look consistent
   ---------------------------------------------------------- */
.gg-unified-grid .product-card:not(.gg-unified-card) {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(72,32,84,.07) !important;
  border: 1px solid #eedaea !important;
  transition: transform .24s ease, box-shadow .24s ease !important;
}
.gg-unified-grid .product-card:not(.gg-unified-card):hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 48px rgba(72,32,84,.13) !important;
}

/* ----------------------------------------------------------
   16. BREADCRUMB — consistent style
   ---------------------------------------------------------- */
.breadcrumb {
  font-size: 13px !important;
  color: #7a6b7e !important;
  margin-bottom: 16px !important;
}
.breadcrumb a {
  color: #7a6b7e !important;
  text-decoration: none !important;
}
.breadcrumb a:hover {
  color: var(--brand, #f62780) !important;
}
.gg-breadcrumb-active {
  color: var(--brand, #f62780) !important;
  font-weight: 800 !important;
}

/* ----------------------------------------------------------
   17. PRODUCT PAGE SECTION spacing
   ---------------------------------------------------------- */
body.gg-unified-product .page-pad {
  padding-top: 18px !important;
}
