:root {
  --pc-ink: #0a2f52;
  --pc-plum: #0d365c;
  --pc-coral: #f0555c;
  --pc-coral-dark: #d9434b;
  --pc-gold: #f4b83f;
  --pc-cream: #fff8ef;
  --pc-mint: #a8e3ce;
  --pc-white: #fff;
  --pc-muted: #6e6a77;
  --pc-border: #e8e4e8;
  --pc-soft: #f7f5f7;
  --pc-radius: 18px;
  --pc-shadow: 0 18px 55px rgba(29, 20, 42, 0.10);
  --pc-shell: min(1240px, calc(100vw - 40px));
}

html { scroll-behavior: smooth; }
body.passioncadeau-site {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--pc-ink);
  background: #fff;
}
body.pc-menu-open { overflow: hidden; }

.pc-shell { width: var(--pc-shell); margin-inline: auto; }
.pc-kicker {
  display: inline-block;
  font-size: 0.77rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #726b78;
}
.pc-kicker--accent { color: var(--pc-coral); }

.pc-site-header {
  position: relative;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--pc-border);
}
.pc-site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(23, 22, 37, 0.08);
}
.pc-trustbar {
  background: var(--pc-ink);
  color: #fff;
  font-size: 0.78rem;
}
.pc-trustbar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
}
.pc-trustbar__inner span { white-space: nowrap; }
.pc-header-main { background: #fff; }
.pc-header-main__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.pc-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pc-ink);
  text-decoration: none;
  white-space: nowrap;
}
.pc-brand:hover { color: var(--pc-ink); }
.pc-brand-mark {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 12px 12px 12px 4px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--pc-coral), #ff7b69);
  color: #fff;
  font-weight: 950;
  font-size: 1.3rem;
  box-shadow: 0 8px 22px rgba(240, 85, 92, .22);
  transform: rotate(-3deg);
}
.pc-brand-name {
  font-weight: 950;
  letter-spacing: -0.04em;
  font-size: 1.45rem;
  line-height: 1;
}
.pc-brand-name > span { color: var(--pc-coral); }
.pc-product-search {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 50px;
  border: 1px solid #ded9e0;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px transparent;
  transition: .2s ease;
}
.pc-product-search:focus-within {
  border-color: var(--pc-coral);
  box-shadow: 0 0 0 3px rgba(240, 85, 92, .12);
}
.pc-product-search input {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 0.93rem;
  padding: 0 16px !important;
  min-width: 0;
}
.pc-product-search button {
  border: 0;
  background: var(--pc-ink);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pc-product-search svg,
.pc-header-action svg,
.pc-mobile-toggle svg,
.pc-mobile-close svg,
.pc-section-heading a svg,
.pc-split-card > strong svg,
.pc-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-header-actions { display: flex; align-items: center; gap: 8px; }
.pc-header-action {
  display: inline-flex;
  min-width: 76px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--pc-ink);
  font-size: 0.83rem;
  font-weight: 750;
}
.pc-header-action:hover { background: var(--pc-soft); color: var(--pc-ink); }
.pc-header-cart__icon { position: relative; display: inline-flex; }
.pc-cart-count {
  position: absolute;
  top: -9px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--pc-coral);
  color: #fff;
  font-size: 0.64rem;
  font-weight: 900;
  border: 2px solid #fff;
}
.pc-mobile-toggle { display: none; }

.pc-desktop-nav {
  border-top: 1px solid #f0edf1;
  background: #fff;
}
.pc-main-menu,
.pc-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-main-menu {
  display: flex;
  align-items: stretch;
  min-height: 52px;
  gap: 2px;
}
.pc-main-menu > li { position: static; display: flex; align-items: stretch; }
.pc-main-menu a {
  color: var(--pc-ink);
  text-decoration: none;
  font-weight: 780;
  font-size: 0.88rem;
}
.pc-main-menu > li > a {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 10px;
}
.pc-main-menu > li > a:hover,
.pc-main-menu > li.current-menu-item > a,
.pc-main-menu > li.current-menu-ancestor > a { color: var(--pc-coral); background: #fff3f2; }
.pc-main-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.pc-main-menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(1120px, calc(100vw - 48px));
  transform: translate(-50%, 12px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px 28px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 0 0 18px 18px;
  box-shadow: var(--pc-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.pc-main-menu > li:hover > .sub-menu,
.pc-main-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.pc-main-menu .sub-menu > li > a {
  display: flex;
  min-height: 39px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 9px;
}
.pc-main-menu .sub-menu > li > a:hover { background: var(--pc-soft); color: var(--pc-coral); }
.pc-main-menu .sub-menu .sub-menu {
  margin: 0 0 10px;
  padding: 0 0 0 12px;
}
.pc-main-menu .sub-menu .sub-menu a { font-size: .81rem; font-weight: 600; color: var(--pc-muted); }

.pc-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  background: rgba(23, 22, 37, .42);
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}
.pc-mobile-drawer[aria-hidden="false"] { opacity: 1; visibility: visible; }
.pc-mobile-drawer__panel {
  width: min(390px, 92vw);
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 18px;
  transform: translateX(-100%);
  transition: transform .22s ease;
}
.pc-mobile-drawer[aria-hidden="false"] .pc-mobile-drawer__panel { transform: translateX(0); }
.pc-mobile-drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--pc-border);
}
.pc-mobile-close,
.pc-mobile-toggle,
.pc-submenu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--pc-ink);
  cursor: pointer;
}
.pc-mobile-close { width: 42px; height: 42px; display: grid; place-items: center; }
.pc-mobile-menu,
.pc-mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.pc-mobile-menu { padding-top: 12px; }
.pc-mobile-menu li { position: relative; border-bottom: 1px solid #f0edf1; }
.pc-mobile-menu a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-right: 46px;
  color: var(--pc-ink);
  text-decoration: none;
  font-weight: 750;
}
.pc-mobile-menu .sub-menu { display: none; padding: 0 0 10px 14px; }
.pc-mobile-menu li.is-open > .sub-menu { display: block; }
.pc-mobile-menu .sub-menu li { border-bottom: 0; }
.pc-mobile-menu .sub-menu a { min-height: 38px; font-size: .88rem; color: #5f5966; }
.pc-submenu-toggle {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.pc-submenu-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.pc-mobile-menu li.is-open > .pc-submenu-toggle svg { transform: rotate(90deg); }

/* Homepage */
.pc-home { overflow: clip; }
.pc-hero {
  background: var(--pc-cream);
  padding: clamp(54px, 7vw, 92px) 0 clamp(72px, 8vw, 108px);
}
.pc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}
.pc-hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  line-height: .94;
  letter-spacing: -0.065em;
  color: var(--pc-ink);
  max-width: 800px;
}
.pc-hero h1 span { color: var(--pc-coral); }
.pc-hero__copy > p {
  margin: 0;
  max-width: 710px;
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.65;
  color: #625c68;
}
.pc-hero-search {
  margin-top: 28px;
  width: min(690px, 100%);
  min-height: 60px;
  padding: 6px;
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(37, 27, 56, .11);
  border: 1px solid rgba(37, 27, 56, .08);
}
.pc-hero-search input {
  min-width: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
  padding: 0 16px !important;
  font-size: 1rem;
}
.pc-hero-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 142px;
  border: 0;
  border-radius: 11px;
  background: var(--pc-ink);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}
.pc-hero-search button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pc-popular-searches { margin-top: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .82rem; }
.pc-popular-searches > span { color: #7e7682; font-weight: 750; }
.pc-popular-searches a {
  color: var(--pc-ink);
  text-decoration: none;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(37, 27, 56, .10);
  padding: 5px 9px;
  border-radius: 999px;
  font-weight: 720;
}
.pc-popular-searches a:hover { border-color: var(--pc-coral); color: var(--pc-coral); }

.pc-hero__visual {
  min-height: 465px;
  position: relative;
}
.pc-hero__visual::before,
.pc-hero__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(.1px);
}
.pc-hero__visual::before { width: 330px; height: 330px; right: 10px; top: 30px; background: #dff2ea; }
.pc-hero__visual::after { width: 210px; height: 210px; left: 10px; bottom: 20px; background: #f9d99b; }
.pc-hero-card {
  position: absolute;
  z-index: 2;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(37, 27, 56, .16);
}
.pc-hero-card--shirt { width: 300px; left: 0; top: 8px; transform: rotate(-4deg); }
.pc-hero-card--mug { width: 238px; right: 4px; bottom: 0; transform: rotate(4deg); }
.pc-hero-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #857c89;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 850;
}
.pc-hero-card > strong { display: block; margin-top: 10px; font-size: 1.08rem; }
.pc-shirt-shape {
  width: 100%;
  aspect-ratio: 1.05;
  clip-path: polygon(30% 5%, 42% 0, 58% 0, 70% 5%, 92% 20%, 80% 38%, 72% 32%, 72% 95%, 28% 95%, 28% 32%, 20% 38%, 8% 20%);
  background: #191b20;
  display: grid;
  place-items: center;
  text-align: center;
  color: #f3b83d;
  font-weight: 950;
  font-size: 1.05rem;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.pc-shirt-shape small { color: #fff; font-size: .57rem; line-height: 1.25; }
.pc-mug-shape {
  width: 150px;
  height: 160px;
  margin: 5px auto 0;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(100deg,#eee 0,#fff 35%,#f5f5f5 75%,#dedede 100%);
  border-radius: 8px 8px 18px 18px;
  color: #8c5f1e;
  font-weight: 950;
  line-height: 1.05;
  box-shadow: inset -15px 0 18px rgba(0,0,0,.04), 0 15px 25px rgba(0,0,0,.10);
}
.pc-mug-shape::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 75px;
  right: -35px;
  top: 32px;
  border: 13px solid #e6e6e6;
  border-left-width: 10px;
  border-radius: 0 50% 50% 0;
  z-index: -1;
}
.pc-hero-sticker {
  position: absolute;
  z-index: 3;
  right: 160px;
  top: 36px;
  width: 108px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--pc-coral);
  color: #fff;
  font-size: .68rem;
  line-height: 1.05;
  transform: rotate(9deg);
  box-shadow: 0 14px 28px rgba(240,85,92,.28);
}
.pc-hero-sticker strong { font-size: 1rem; }

.pc-finder-wrap { position: relative; margin-top: -38px; z-index: 5; }
.pc-gift-finder {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 20px;
  padding: 20px 22px 22px;
  box-shadow: var(--pc-shadow);
}
.pc-finder-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.pc-finder-heading h2 { margin: 3px 0 0; font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: -.035em; }
.pc-finder-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 10px; }
.pc-finder-field { margin: 0; }
.pc-finder-field > span { display: block; margin: 0 0 6px 4px; font-size: .72rem; color: #766f7b; font-weight: 800; }
.pc-finder-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ded9e0 !important;
  border-radius: 11px !important;
  background: #fff !important;
  padding-inline: 12px !important;
  font-weight: 700;
  color: var(--pc-ink);
}
.pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 0;
  border-radius: 11px;
  padding: 0 18px;
  font-weight: 850;
  cursor: pointer;
}
.pc-button--dark { align-self: end; background: var(--pc-ink); color: #fff; }
.pc-button--dark:hover { background: var(--pc-plum); }

.pc-section { padding: clamp(64px, 8vw, 100px) 0; }
.pc-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.pc-section-heading h2 {
  margin: 4px 0 0;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.pc-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: var(--pc-ink);
  font-size: .88rem;
  font-weight: 800;
  white-space: nowrap;
}
.pc-section-heading > a:hover { color: var(--pc-coral); }
.pc-section-heading > a svg { width: 17px; height: 17px; }
.pc-section-heading--center { justify-content: center; text-align: center; }

.pc-person-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.pc-person-card {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--pc-border);
  border-radius: 17px;
  background: #fff;
  color: var(--pc-ink);
  text-decoration: none;
  transition: .18s ease;
}
.pc-person-card:hover { transform: translateY(-4px); border-color: #d8d1dc; box-shadow: 0 15px 30px rgba(37,27,56,.08); color: var(--pc-coral); }
.pc-person-card > span { font-size: 2.45rem; }
.pc-person-card > strong { font-size: .9rem; }

.pc-section--ages { background: var(--pc-ink); color: #fff; }
.pc-section--ages .pc-kicker { color: #b9b2c0; }
.pc-section--ages .pc-section-heading > a { color: #fff; }
.pc-age-grid { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 10px; }
.pc-age-grid a {
  min-height: 108px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  padding: 14px 16px;
  border-radius: 15px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
  color: #fff;
  text-decoration: none;
  transition: .18s ease;
}
.pc-age-grid a:hover { background: var(--pc-coral); transform: translateY(-3px); }
.pc-age-grid strong { font-size: 2.25rem; line-height: 1; letter-spacing: -.05em; }
.pc-age-grid span { opacity: .72; font-weight: 700; font-size: .78rem; }
.pc-age-grid__birth { grid-column: span 2; background: linear-gradient(135deg, rgba(244,184,63,.18), rgba(240,85,92,.20)) !important; }

.pc-section--products { background: #fff; }
.pc-product-shortcode .products { margin-bottom: 0 !important; }

/* WooCommerce product cards */
.passioncadeau-site [data-products] .product,
.passioncadeau-site .woocommerce ul.products li.product {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--pc-border);
  transition: .2s ease;
}
.passioncadeau-site [data-products] .product:hover,
.passioncadeau-site .woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(29,20,42,.10);
  border-color: #dcd5df;
}
.passioncadeau-site [data-products] .product .ct-media-container,
.passioncadeau-site .woocommerce ul.products li.product a img {
  background: #f5f4f3;
}
.passioncadeau-site [data-products] .product .woocommerce-loop-product__title,
.passioncadeau-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: .95rem;
  line-height: 1.35;
  font-weight: 780;
  letter-spacing: -.015em;
}
.passioncadeau-site [data-products] .product .price,
.passioncadeau-site .woocommerce ul.products li.product .price {
  font-weight: 900;
  color: var(--pc-ink);
  font-size: 1rem;
}
.pc-card-shipping {
  margin-top: 4px;
  color: #6f6875;
  font-size: .72rem;
  font-weight: 700;
}
.passioncadeau-site [data-products] .product .button,
.passioncadeau-site .woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  background: var(--pc-gold);
  color: var(--pc-ink);
  font-size: .78rem;
  font-weight: 900;
  box-shadow: none;
}
.passioncadeau-site [data-products] .product .button:hover,
.passioncadeau-site .woocommerce ul.products li.product .button:hover { background: #ffc94f; color: var(--pc-ink); }

.pc-section--occasions { background: var(--pc-cream); }
.pc-occasion-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.pc-occasion-grid a {
  min-height: 175px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 18px;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(37,27,56,.08);
  background: #fff;
  color: var(--pc-ink);
  text-decoration: none;
  transition: .18s ease;
}
.pc-occasion-grid a:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(37,27,56,.08); }
.pc-occasion-grid a > span { grid-row: 1 / 3; font-size: 3.1rem; align-self: center; }
.pc-occasion-grid a > strong { align-self: end; font-size: 1.08rem; }
.pc-occasion-grid a > small { color: var(--pc-muted); font-weight: 700; }

.pc-section--split { padding-top: 0; background: var(--pc-cream); }
.pc-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pc-split-card {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
}
.pc-split-card:hover { color: #fff; }
.pc-split-card--shirts { background: linear-gradient(135deg, #251b38, #161420); }
.pc-split-card--mugs { background: linear-gradient(135deg, #e84e56, #f37867); }
.pc-split-card .pc-kicker { color: rgba(255,255,255,.68); }
.pc-split-card h2 { position: relative; z-index: 2; margin: 7px 0 10px; max-width: 420px; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: .98; letter-spacing: -.055em; color: #fff; }
.pc-split-card p { position: relative; z-index: 2; max-width: 390px; color: rgba(255,255,255,.78); }
.pc-split-card > strong { position: relative; z-index: 2; display: inline-flex; align-items: center; margin-top: 12px; gap: 4px; }
.pc-split-shirt {
  position: absolute;
  right: -20px;
  bottom: -34px;
  width: 265px;
  aspect-ratio: 1;
  clip-path: polygon(30% 5%, 42% 0, 58% 0, 70% 5%, 92% 20%, 80% 38%, 72% 32%, 72% 95%, 28% 95%, 28% 32%, 20% 38%, 8% 20%);
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  color: var(--pc-ink);
  font-weight: 950;
  font-size: 1.8rem;
  line-height: .92;
  transform: rotate(7deg);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.pc-split-mug {
  position: absolute;
  right: 45px;
  bottom: -20px;
  width: 190px;
  height: 260px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 12px 12px 30px 30px;
  background: #fff;
  color: var(--pc-ink);
  font-size: 2rem;
  line-height: .94;
  font-weight: 950;
  transform: rotate(-7deg);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.pc-split-mug::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 110px;
  right: -56px;
  top: 60px;
  border: 18px solid #fff;
  border-left-width: 10px;
  border-radius: 0 50% 50% 0;
}

.pc-section--why { background: #fff; }
.pc-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.pc-why-grid article {
  min-height: 215px;
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  padding: 26px;
  background: #fff;
}
.pc-why-grid article > span { font-size: 2rem; }
.pc-why-grid h3 { margin: 17px 0 8px; font-size: 1rem; }
.pc-why-grid p { margin: 0; color: var(--pc-muted); font-size: .88rem; line-height: 1.55; }

.pc-section--new { background: #f8f6f7; }
.pc-seo-home { background: var(--pc-plum); color: #fff; padding: 74px 0; }
.pc-seo-home__inner { max-width: 900px; text-align: center; }
.pc-seo-home .pc-kicker { color: var(--pc-gold); }
.pc-seo-home h2 { margin: 8px 0 18px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1; letter-spacing: -.055em; color: #fff; }
.pc-seo-home p { max-width: 820px; margin: 0 auto 14px; color: rgba(255,255,255,.76); line-height: 1.7; }

/* Single product */
.pc-product-promises {
  margin: 14px 0 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.pc-product-promises > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 12px;
  border-radius: 10px;
  background: #f8f6f7;
  border: 1px solid #ebe7eb;
}
.pc-product-promises strong { font-size: .76rem; }
.pc-product-promises span { font-size: .67rem; color: #726b78; }
.passioncadeau-site.single-product .entry-summary .price { color: var(--pc-ink); font-weight: 950; }
.passioncadeau-site.single-product .single_add_to_cart_button {
  min-height: 52px !important;
  border-radius: 11px !important;
  background: var(--pc-coral) !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 24px rgba(240,85,92,.22) !important;
}
.passioncadeau-site.single-product .single_add_to_cart_button:hover { background: var(--pc-coral-dark) !important; }
.passioncadeau-site.single-product .product-entry-wrapper { gap: clamp(26px, 5vw, 68px); }
.passioncadeau-site.single-product .woocommerce-product-gallery { border-radius: 18px; overflow: hidden; }

.pc-active-filters {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #e5dfe7;
  border-radius: 12px;
  background: var(--pc-cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: .82rem;
}
.pc-active-filters > div { display: flex; flex-wrap: wrap; gap: 7px; }
.pc-active-filters span { background: #fff; padding: 5px 8px; border-radius: 7px; }
.pc-active-filters a { color: var(--pc-coral); font-weight: 800; text-decoration: none; white-space: nowrap; }

/* Footer */
.pc-site-footer { background: #11101a; color: #fff; }
.pc-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 56px;
  padding: 66px 0 54px;
}
.pc-brand--footer { color: #fff; }
.pc-brand--footer:hover { color: #fff; }
.pc-footer-brand > p { margin: 18px 0 18px; max-width: 320px; color: rgba(255,255,255,.68); }
.pc-footer-promises { display: flex; flex-direction: column; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.76); }
.pc-footer-grid h2 { color: #fff; font-size: .9rem; margin: 0 0 16px; }
.pc-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pc-footer-links li { color: rgba(255,255,255,.58); font-size: .81rem; }
.pc-footer-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.pc-footer-links a:hover { color: #fff; }
.pc-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.pc-footer-bottom > .pc-shell { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.47); font-size: .75rem; }

@media (max-width: 1100px) {
  .pc-header-main__inner { grid-template-columns: auto 1fr auto; gap: 16px; }
  .pc-header-action > span:last-child { display: none; }
  .pc-header-action { min-width: 44px; }
  .pc-main-menu > li > a { padding-inline: 10px; font-size: .82rem; }
  .pc-hero__grid { grid-template-columns: 1fr .75fr; }
  .pc-hero-card--shirt { width: 250px; }
  .pc-hero-card--mug { width: 205px; }
  .pc-person-grid { grid-template-columns: repeat(4,1fr); }
  .pc-age-grid { grid-template-columns: repeat(5,1fr); }
  .pc-why-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  :root { --pc-shell: min(100% - 28px, 760px); }
  .pc-trustbar__inner { justify-content: flex-start; overflow-x: auto; padding: 0 2px; scrollbar-width: none; }
  .pc-trustbar__inner::-webkit-scrollbar { display: none; }
  .pc-header-main__inner { min-height: 68px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .pc-mobile-toggle { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; }
  .pc-brand-mark { width: 34px; border-radius: 10px 10px 10px 3px; }
  .pc-brand-name { font-size: 1.16rem; }
  .pc-product-search, .pc-desktop-nav { display: none; }
  .pc-header-actions .pc-header-action:first-child { display: none; }
  .pc-header-actions { justify-self: end; }
  .pc-hero { padding-top: 48px; }
  .pc-hero__grid { grid-template-columns: 1fr; }
  .pc-hero__visual { min-height: 390px; width: min(520px,100%); margin-inline: auto; }
  .pc-finder-fields { grid-template-columns: 1fr 1fr; }
  .pc-button--dark { grid-column: span 2; }
  .pc-occasion-grid { grid-template-columns: repeat(2,1fr); }
  .pc-split-grid { grid-template-columns: 1fr; }
  .pc-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
  .pc-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .pc-trustbar__inner { min-height: 32px; font-size: .7rem; }
  .pc-trustbar__inner span:nth-child(4) { display: none; }
  .pc-header-main__inner { gap: 6px; }
  .pc-header-actions { gap: 0; }
  .pc-header-action { min-width: 38px; width: 38px; padding: 0; }
  .pc-brand { gap: 7px; }
  .pc-brand-mark { width: 31px; }
  .pc-brand-name { font-size: 1.02rem; }
  .pc-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .pc-hero-search { grid-template-columns: 1fr 52px; }
  .pc-hero-search button { min-width: 0; font-size: 0; }
  .pc-hero-search button svg { width: 21px; }
  .pc-popular-searches { display: none; }
  .pc-hero__visual { min-height: 330px; }
  .pc-hero-card--shirt { width: 215px; }
  .pc-hero-card--mug { width: 170px; }
  .pc-mug-shape { width: 112px; height: 122px; font-size: .74rem; }
  .pc-mug-shape::after { width: 40px; height: 55px; right: -29px; border-width: 10px; }
  .pc-hero-sticker { width: 84px; right: 104px; top: 42px; font-size: .56rem; }
  .pc-hero-sticker strong { font-size: .76rem; }
  .pc-gift-finder { padding: 18px 15px; }
  .pc-finder-heading { display: block; }
  .pc-finder-fields { grid-template-columns: 1fr; }
  .pc-button--dark { grid-column: auto; }
  .pc-section-heading { align-items: flex-start; }
  .pc-section-heading > a { display: none; }
  .pc-person-grid { grid-template-columns: repeat(2,1fr); }
  .pc-person-card { min-height: 116px; }
  .pc-age-grid { grid-template-columns: repeat(3,1fr); }
  .pc-age-grid__birth { grid-column: span 3; }
  .pc-age-grid a { min-height: 92px; }
  .pc-occasion-grid { grid-template-columns: 1fr; }
  .pc-occasion-grid a { min-height: 140px; padding: 22px; }
  .pc-split-card { min-height: 390px; }
  .pc-split-shirt { width: 210px; opacity: .93; }
  .pc-split-mug { width: 145px; height: 205px; right: 30px; }
  .pc-split-mug::after { width: 55px; height: 85px; right: -45px; top: 48px; border-width: 14px; }
  .pc-why-grid { grid-template-columns: 1fr; }
  .pc-product-promises { grid-template-columns: 1fr; }
  .pc-active-filters { align-items: flex-start; flex-direction: column; }
  .pc-footer-grid { grid-template-columns: 1fr 1fr; }
  .pc-footer-brand { grid-column: 1 / -1; }
  .pc-footer-bottom > .pc-shell { align-items: flex-start; justify-content: center; flex-direction: column; padding: 16px 0; }
}

/* =========================================================
   PassionCadeau V2 — mobile, product cards & T-shirt options
   ========================================================= */

.pc-mobile-search {
  margin: 14px 0 4px;
  height: 46px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 46px;
  overflow: hidden;
  border: 1px solid var(--pc-border);
  border-radius: 12px;
  background: #fff;
}
.pc-mobile-search input {
  min-width: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
  padding: 0 12px !important;
  font-size: .86rem;
}
.pc-mobile-search button {
  border: 0;
  background: var(--pc-ink);
  color: #fff;
  display: grid;
  place-items: center;
}
.pc-mobile-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* More complete birthday landing grid. */
.pc-age-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.pc-age-grid__birth {
  grid-column: span 3;
  align-items: flex-start !important;
}
.pc-age-grid__birth strong {
  font-size: 1.18rem !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
}
.pc-age-grid__birth span { margin-top: 7px; }

/* Larger, more legible WooCommerce cards. */
.pc-product-shortcode .products,
.passioncadeau-site.woocommerce-shop [data-products],
.passioncadeau-site.tax-product_cat [data-products] {
  gap: clamp(16px, 2vw, 24px) !important;
}
.passioncadeau-site [data-products] .product,
.passioncadeau-site .woocommerce ul.products li.product {
  --card-inner-spacing: 18px;
  min-width: 0;
}
.passioncadeau-site [data-products] .product .ct-media-container,
.passioncadeau-site .woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
}
.passioncadeau-site [data-products] .product .woocommerce-loop-product__title,
.passioncadeau-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 1.28;
  min-height: 3.84em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.passioncadeau-site [data-products] .product .price,
.passioncadeau-site .woocommerce ul.products li.product .price {
  font-size: 1.12rem;
}
.passioncadeau-site [data-products] .product .button,
.passioncadeau-site .woocommerce ul.products li.product .button {
  min-height: 46px;
  font-size: .82rem;
}
.pc-product-shortcode .products:has(> li:only-child) {
  grid-template-columns: minmax(260px, 330px) !important;
}

/* Native-looking simple T-shirt options. */
.pc-tshirt-options {
  margin: 20px 0 16px;
  display: grid;
  gap: 18px;
}
.pc-option-block {
  margin: 0;
  padding: 0;
  border: 0;
}
.pc-option-heading {
  width: 100%;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--pc-ink);
  font-size: .88rem;
}
.pc-option-heading strong { font-size: .88rem; }
.pc-option-heading span { color: var(--pc-muted); font-size: .75rem; font-weight: 700; }
.pc-color-options,
.pc-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pc-color-choice,
.pc-size-choice {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.pc-color-choice input,
.pc-size-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pc-color-choice {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 12px 5px 7px;
  border: 1px solid #dcd7df;
  border-radius: 999px;
  background: #fff;
  font-size: .82rem;
  font-weight: 800;
}
.pc-color-swatch {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: var(--pc-swatch);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #cfc9d2;
}
.pc-color-choice input:checked + .pc-color-swatch {
  box-shadow: 0 0 0 2px var(--pc-coral);
}
.pc-size-choice > span {
  min-width: 46px;
  height: 42px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border: 1px solid #dcd7df;
  border-radius: 10px;
  background: #fff;
  color: var(--pc-ink);
  font-size: .8rem;
  font-weight: 900;
  transition: .16s ease;
}
.pc-size-choice:hover > span { border-color: #aca4b0; }
.pc-size-choice input:checked + span {
  border-color: var(--pc-ink);
  background: var(--pc-ink);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(23,22,37,.08);
}
.pc-size-choice input:focus-visible + span,
.pc-color-choice input:focus-visible + .pc-color-swatch {
  outline: 3px solid rgba(240,85,92,.24);
  outline-offset: 2px;
}

/* Product page readability. */
.passioncadeau-site.single-product .entry-summary h1 {
  line-height: 1.03;
  letter-spacing: -.045em;
}
.passioncadeau-site.single-product .woocommerce-product-details__short-description {
  color: #5f5966;
  line-height: 1.55;
}
.passioncadeau-site.single-product .woocommerce-tabs ul.tabs {
  gap: 22px;
  flex-wrap: wrap;
}
.passioncadeau-site.single-product .woocommerce-tabs ul.tabs li a {
  font-size: .84rem;
  font-weight: 850;
}

/* Mobile cart: keep product, price and quantity readable instead of squeezing
   a desktop table into a narrow viewport. */
@media (max-width: 689px) {
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form table.shop_table,
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tbody {
    display: block;
    width: 100%;
  }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form thead { display: none; }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item {
    position: relative;
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) 28px;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    row-gap: 5px;
    padding: 16px 0;
    border-bottom: 1px solid var(--pc-border);
  }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item > td {
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item > td::before { display: none !important; }
  .passioncadeau-site.woocommerce-cart .product-thumbnail {
    display: block !important;
    grid-column: 1;
    grid-row: 1 / span 3;
  }
  .passioncadeau-site.woocommerce-cart .product-thumbnail img {
    width: 74px !important;
    max-width: 74px !important;
    border-radius: 10px;
  }
  .passioncadeau-site.woocommerce-cart .product-name {
    grid-column: 2;
    grid-row: 1;
    padding-right: 2px !important;
    line-height: 1.25;
  }
  .passioncadeau-site.woocommerce-cart .product-name > a {
    display: block;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.28;
  }
  .passioncadeau-site.woocommerce-cart .product-name > p { display: none !important; }
  .passioncadeau-site.woocommerce-cart .product-name .variation,
  .passioncadeau-site.woocommerce-cart .product-name .wc-item-meta {
    margin: 6px 0 0;
    font-size: .71rem;
  }
  .passioncadeau-site.woocommerce-cart .product-price {
    grid-column: 2;
    grid-row: 2;
    color: var(--pc-ink);
    font-size: .86rem;
    font-weight: 900;
  }
  .passioncadeau-site.woocommerce-cart .product-quantity {
    grid-column: 2;
    grid-row: 3;
    margin-top: 3px;
  }
  .passioncadeau-site.woocommerce-cart .product-quantity .quantity { max-width: 112px; }
  .passioncadeau-site.woocommerce-cart .product-remove {
    display: block !important;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }
  .passioncadeau-site.woocommerce-cart .product-subtotal { display: none !important; }
}

@media (max-width: 1100px) {
  .pc-age-grid { grid-template-columns: repeat(5, 1fr); }
  .pc-age-grid__birth { grid-column: span 2; }
}

@media (max-width: 860px) {
  .pc-age-grid { grid-template-columns: repeat(4, 1fr); }
  .pc-age-grid__birth { grid-column: span 2; }
}

@media (max-width: 560px) {
  /* Compact trust bar: no half-visible third/fourth promise. */
  .pc-trustbar__inner {
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
  }
  .pc-trustbar__inner span:nth-child(n+3) { display: none; }

  .pc-header-main__inner { min-height: 58px; }
  .pc-mobile-toggle { width: 34px; height: 34px; }
  .pc-header-action { width: 34px; min-width: 34px; height: 40px; }

  /* Mobile hero prioritises the proposition + search. The decorative mockups
     return on tablet/desktop, avoiding a very long first screen on phones. */
  .pc-hero { padding: 28px 0 34px; }
  .pc-hero__grid { gap: 0; }
  .pc-hero__visual { display: none; }
  .pc-hero .pc-kicker { font-size: .63rem; letter-spacing: .07em; }
  .pc-hero h1 {
    margin: 9px 0 13px;
    max-width: 100%;
    font-size: clamp(2rem, 11.4vw, 3rem);
    line-height: .96;
    letter-spacing: -.058em;
  }
  .pc-hero__copy > p {
    font-size: .92rem;
    line-height: 1.48;
  }
  .pc-hero-search {
    margin-top: 17px;
    min-height: 52px;
    border-radius: 13px;
  }
  .pc-hero-search input { padding-left: 12px !important; font-size: .86rem; }

  .pc-age-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .pc-age-grid a { min-height: 82px; padding: 11px; }
  .pc-age-grid strong { font-size: 1.55rem; }
  .pc-age-grid__birth { grid-column: span 3; min-height: 76px !important; }
  .pc-age-grid__birth strong { font-size: .95rem !important; }

  .pc-product-shortcode .products,
  .passioncadeau-site.woocommerce-shop [data-products],
  .passioncadeau-site.tax-product_cat [data-products] {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 10px !important;
  }
  .passioncadeau-site [data-products] .product,
  .passioncadeau-site .woocommerce ul.products li.product {
    --card-inner-spacing: 11px;
    border-radius: 13px;
  }
  .passioncadeau-site [data-products] .product .woocommerce-loop-product__title,
  .passioncadeau-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.6em;
    font-size: .78rem;
    -webkit-line-clamp: 3;
  }
  .passioncadeau-site [data-products] .product .price,
  .passioncadeau-site .woocommerce ul.products li.product .price { font-size: .9rem; }
  .passioncadeau-site [data-products] .product .button,
  .passioncadeau-site .woocommerce ul.products li.product .button {
    min-height: 38px;
    padding-inline: 8px;
    font-size: .67rem;
  }
  .pc-product-shortcode .products:has(> li:only-child) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pc-mobile-drawer__panel { width: min(340px, 92vw); padding: 14px; }
  .pc-mobile-menu a { min-height: 44px; font-size: .86rem; }
  .pc-mobile-menu .sub-menu a { font-size: .8rem; }

  .passioncadeau-site.single-product .entry-summary h1 { font-size: clamp(1.65rem, 8.6vw, 2.25rem); }
  .pc-product-promises { grid-template-columns: 1fr 1fr; }
  .pc-product-promises > div { padding: 9px; }
  .pc-product-promises strong { font-size: .68rem; }
  .pc-product-promises span { font-size: .6rem; }
  .pc-size-options { gap: 6px; }
  .pc-size-choice > span { min-width: 42px; height: 40px; padding: 0 7px; font-size: .72rem; }
  .pc-color-choice { min-height: 40px; font-size: .76rem; }
}

@media (max-width: 360px) {
  .pc-brand-name { font-size: .91rem; }
  .pc-brand-mark { width: 29px; }
  .pc-trustbar__inner { font-size: .61rem; }
  .pc-hero h1 { font-size: 1.88rem; }
  .pc-product-promises { grid-template-columns: 1fr; }
  .pc-product-shortcode .products,
  .passioncadeau-site.woocommerce-shop [data-products],
  .passioncadeau-site.tax-product_cat [data-products] { grid-template-columns: 1fr !important; }
}


/* V2.1 — Blocksy simple-product + narrow-cart fixes. */
.passioncadeau-site.single-product form.cart .pc-tshirt-options {
  width: 100%;
  flex: 0 0 100%;
}
.passioncadeau-site.single-product .pc-option-block--color .pc-color-choice {
  border-color: #cfc9d2;
}
.passioncadeau-site.single-product .pc-color-choice input:checked ~ span:last-child {
  color: var(--pc-ink);
  font-weight: 900;
}

@media (max-width: 689px) {
  /* Blocksy already provides a dedicated mobile actions row inside product-name.
     Hide the desktop cells aggressively so no line subtotal is squeezed on the
     right edge of a 320–390px viewport. */
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-quantity,
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-subtotal,
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-remove {
    display: none !important;
  }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.cart_item {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 10px !important;
    padding: 14px 0 !important;
  }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 58px !important;
  }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail img {
    width: 58px !important;
    max-width: 58px !important;
  }
  .passioncadeau-site.woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
  }
  .passioncadeau-site.woocommerce-cart .product-name > a {
    font-size: .78rem !important;
    line-height: 1.25 !important;
  }
  .passioncadeau-site.woocommerce-cart .product-name > p,
  .passioncadeau-site.woocommerce-cart .product-name .wc-block-components-product-metadata__description {
    display: none !important;
  }
  .passioncadeau-site.woocommerce-cart .product-mobile-actions {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px !important;
    margin-top: 8px !important;
    font-size: .78rem;
  }
  .passioncadeau-site.woocommerce-cart .product-mobile-actions .quantity {
    max-width: 104px !important;
  }
  .passioncadeau-site.woocommerce-cart .product-mobile-actions .remove {
    margin-inline-start: 2px !important;
  }
}

/* V2.2 — guaranteed T-shirt selector fallback for Blocksy product builder. */
.passioncadeau-site.single-product .entry-summary > .pc-tshirt-options {
  margin-top: 18px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--pc-border);
  border-radius: 14px;
  background: #fff;
}
.pc-options-error {
  margin: -5px 0 10px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #fff1f1;
  color: #9c2529;
  font-size: .76rem;
  font-weight: 800;
}
@media (max-width: 560px) {
  .passioncadeau-site.single-product .entry-summary > .pc-tshirt-options {
    padding: 12px;
  }
}

/* ========================================================================
   V3 — PREMIUM FUN ART DIRECTION + ORIGINAL PASSIONCADEAU ICON SYSTEM
   ======================================================================== */
.pc-icon-svg {
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
  overflow: visible;
  color: currentColor;
  --pc-icon-accent: var(--pc-coral);
}
.pc-icon-svg .pc-icon-accent { stroke: var(--pc-icon-accent); }
.pc-icon-svg [fill]:not([fill="none"]) { fill: currentColor; }

/* Original icon language in the header/footer. */
.pc-trustbar__inner span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pc-trustbar__inner .pc-icon-svg { width: 17px; height: 17px; color: var(--pc-gold); --pc-icon-accent: var(--pc-coral); }
.pc-footer-promises span { display: inline-flex; align-items: center; gap: 8px; }
.pc-footer-promises .pc-icon-svg { width: 18px; height: 18px; color: var(--pc-gold); --pc-icon-accent: var(--pc-coral); }

/* A little motion without turning the shop into a theme-park. */
.pc-reveal-ready [data-pc-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .62s cubic-bezier(.2,.7,.2,1), transform .62s cubic-bezier(.2,.7,.2,1);
}
.pc-reveal-ready [data-pc-reveal].is-visible { opacity: 1; transform: none; }

/* HERO — layered and branded rather than a flat template section. */
.pc-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fffdfb 100%);
}
.pc-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -95px 35%;
  height: 180px;
  background-image:none;
  background-size: 16px 16px;
  transform: rotate(-4deg);
  pointer-events: none;
  mask-image: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
}
.pc-hero__grid { position: relative; z-index: 2; }
.pc-hero-orbit {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37,27,56,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 36px rgba(37,27,56,.08);
  color: var(--pc-coral);
}
.pc-hero-orbit .pc-icon-svg { width: 34px; height: 34px; }
.pc-hero-orbit--one { left: 3.5%; top: 22%; transform: rotate(-11deg); }
.pc-hero-orbit--two { right: 2.8%; bottom: 17%; transform: rotate(10deg); color: var(--pc-plum); }
.pc-hero__copy > p { max-width: 710px; }
.pc-hero-microproofs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  color: #6d6573;
  font-size: .73rem;
  font-weight: 800;
}
.pc-hero-microproofs span { display: inline-flex; align-items: center; gap: 6px; }
.pc-hero-microproofs .pc-icon-svg { width: 17px; height: 17px; color: var(--pc-coral); }
.pc-hero__visual { isolation: isolate; }
.pc-hero-backdrop {
  position: absolute;
  inset: 10% 0 8% 12%;
  z-index: -2;
  border-radius: 46% 54% 41% 59% / 58% 46% 54% 42%;
  background: linear-gradient(145deg, rgba(168,227,206,.65), rgba(255,248,239,.9));
  transform: rotate(5deg);
}
.pc-hero-card {
  border: 1px solid rgba(37,27,56,.07);
  box-shadow: 0 26px 70px rgba(37,27,56,.14);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.pc-hero__visual:hover .pc-hero-card--shirt { transform: rotate(-5deg) translateY(-6px); }
.pc-hero__visual:hover .pc-hero-card--mug { transform: rotate(7deg) translateY(-9px); }
.pc-hero-card__eyebrow { display: inline-flex; align-items: center; gap: 7px; }
.pc-hero-card__eyebrow .pc-icon-svg { width: 19px; height: 19px; color: var(--pc-coral); }
.pc-hero-sticker { display: flex; align-items: center; justify-content: center; gap: 5px; }
.pc-hero-sticker .pc-icon-svg { width: 21px; height: 21px; color: var(--pc-gold); --pc-icon-accent: #fff; }
.pc-hero-sticker span { display: block; }

/* Moving brand ribbon — subtle motion makes the storefront feel alive. */
.pc-brand-ribbon {
  overflow: hidden;
  background: var(--pc-ink);
  color: #fff;
  border-block: 1px solid rgba(255,255,255,.07);
}
.pc-brand-ribbon__track {
  width: max-content;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-inline: 15px;
  animation: pc-ribbon 34s linear infinite;
}
.pc-brand-ribbon__track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .02em;
}
.pc-brand-ribbon__track .pc-icon-svg { width: 18px; height: 18px; color: var(--pc-gold); --pc-icon-accent: var(--pc-coral); }
@keyframes pc-ribbon { to { transform: translateX(-50%); } }

/* Gift finder gets depth instead of sitting like a large white form. */
.pc-finder-wrap { position: relative; z-index: 3; }
.pc-gift-finder {
  box-shadow: 0 24px 70px rgba(29,20,42,.12);
  background: #fff;
}
.pc-gift-finder::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 50%;
  left: 0;
  top: 25%;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(var(--pc-coral), var(--pc-gold));
}

/* People — original character pictograms, no emoji set. */
.pc-person-card {
  position: relative;
  overflow: hidden;
  min-height: 158px;
  justify-content: flex-start;
  padding: 18px 12px 14px;
}
.pc-person-card::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: -40px;
  bottom: -42px;
  border-radius: 50%;
  background: var(--pc-cream);
  transition: transform .28s ease;
}
.pc-person-card:hover::after { transform: scale(1.45); }
.pc-person-card__icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
  border-radius: 22px 22px 22px 7px;
  background: linear-gradient(145deg, #fff3ef, #fff9ee);
  color: var(--pc-plum);
  transform: rotate(-2deg);
}
.pc-person-card:nth-child(2n) .pc-person-card__icon { background: linear-gradient(145deg, #eefaf6, #fff); transform: rotate(2deg); }
.pc-person-card:nth-child(3n) .pc-person-card__icon { background: linear-gradient(145deg, #fff8df, #fff); }
.pc-person-card__icon .pc-icon-svg { width: 50px; height: 50px; --pc-icon-accent: var(--pc-coral); }
.pc-person-card small { color: var(--pc-muted); font-size: .68rem; font-weight: 700; }
.pc-person-card:hover small { color: var(--pc-coral-dark); }

/* Ages — tiny sparks and one oversized thematic card. */
.pc-section--ages { position: relative; overflow: hidden; }
.pc-section--ages::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -170px;
  top: -160px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018);
}
.pc-age-spark { position: absolute; left: 2%; bottom: 8%; opacity: .12; transform: rotate(-14deg); }
.pc-age-spark .pc-icon-svg { width: 110px; height: 110px; color: #fff; }
.pc-age-grid a { position: relative; overflow: hidden; }
.pc-age-grid a > i { position: absolute; right: 9px; top: 9px; opacity: 0; transform: scale(.6) rotate(-15deg); transition: .2s ease; }
.pc-age-grid a > i .pc-icon-svg { width: 18px; height: 18px; }
.pc-age-grid a:hover > i { opacity: .85; transform: scale(1) rotate(0); }
.pc-age-grid__birth { display: grid !important; grid-template-columns: auto 1fr !important; align-items: center !important; column-gap: 12px; }
.pc-age-grid__birth-icon { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.12); }
.pc-age-grid__birth-icon .pc-icon-svg { width: 32px; height: 32px; }

/* Occasion cards — illustration layer from the PassionCadeau icon family. */
.pc-occasion-grid a { position: relative; overflow: hidden; }
.pc-occasion-grid a::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  right: -80px;
  bottom: -85px;
  background: linear-gradient(145deg, rgba(244,184,63,.16), rgba(240,85,92,.10));
  transition: transform .25s ease;
}
.pc-occasion-grid a:hover::after { transform: scale(1.35); }
.pc-occasion-icon {
  grid-row: 1 / 3;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 20px 20px 20px 7px;
  background: var(--pc-cream);
  color: var(--pc-plum);
}
.pc-occasion-icon .pc-icon-svg { width: 48px; height: 48px; --pc-icon-accent: var(--pc-coral); }
.pc-occasion-grid a > small { display: inline-flex; align-items: center; gap: 4px; }
.pc-occasion-grid a > small .pc-icon-svg { width: 14px; height: 14px; }

/* Split cards get a deliberate icon signature. */
.pc-split-card { transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
.pc-split-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(29,20,42,.18); }
.pc-split-card__icon {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.pc-split-card__icon .pc-icon-svg { width: 38px; height: 38px; --pc-icon-accent: var(--pc-gold); }

/* Why cards — no stock emojis. */
.pc-why-grid article {
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pc-why-grid article::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  right: -45px;
  top: -48px;
  border-radius: 50%;
  background: rgba(240,85,92,.055);
}
.pc-why-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(29,20,42,.09); border-color: #ddd4df; }
.pc-why-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 17px 17px 17px 6px;
  background: var(--pc-cream);
  color: var(--pc-plum);
}
.pc-why-icon .pc-icon-svg { width: 36px; height: 36px; --pc-icon-accent: var(--pc-coral); }
.pc-why-grid article > span { font-size: inherit; }

/* Product cards — give catalogue grids more visual energy. */
.passioncadeau-site [data-products] .product,
.passioncadeau-site .woocommerce ul.products li.product {
  position: relative;
  box-shadow: 0 0 0 rgba(29,20,42,0);
}
.passioncadeau-site [data-products] .product::before,
.passioncadeau-site .woocommerce ul.products li.product::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 38px;
  height: 5px;
  left: 16px;
  top: 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--pc-coral) 0 55%, var(--pc-gold) 55% 100%);
  opacity: 0;
  transform: translateY(-5px);
  transition: .22s ease;
  pointer-events: none;
}
.passioncadeau-site [data-products] .product:hover::before,
.passioncadeau-site .woocommerce ul.products li.product:hover::before { opacity: 1; transform: none; }
.passioncadeau-site [data-products] .product .ct-media-container img,
.passioncadeau-site .woocommerce ul.products li.product a img { transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.passioncadeau-site [data-products] .product:hover .ct-media-container img,
.passioncadeau-site .woocommerce ul.products li.product:hover a img { transform: scale(1.035); }

/* SEO panel gets a branded icon seal. */
.pc-seo-home__inner { position: relative; }
.pc-seo-home__icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px 24px 24px 8px;
  background: rgba(255,255,255,.06);
  color: var(--pc-gold);
  transform: rotate(-3deg);
}
.pc-seo-home__icon .pc-icon-svg { width: 48px; height: 48px; --pc-icon-accent: var(--pc-coral); }

/* ---------------------------- SINGLE PRODUCT ---------------------------- */
.passioncadeau-site.single-product .product-entry-wrapper {
  align-items: flex-start;
}
.passioncadeau-site.single-product .woocommerce-product-gallery {
  position: relative;
  border: 1px solid #eee9ef;
  background: #fbfafb;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
}
.passioncadeau-site.single-product .woocommerce-product-gallery::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  right: 16px;
  top: 16px;
  background-image:none;
  background-size: 9px 9px;
  opacity: .32;
  pointer-events: none;
}

/* Promise cards: icon + copy, no emoji. */
.pc-product-promises > div {
  min-height: 66px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  background: linear-gradient(145deg, #faf8fa, #fff);
}
.pc-promise-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px 11px 11px 4px;
  background: var(--pc-cream);
  color: var(--pc-coral);
}
.pc-promise-icon .pc-icon-svg { width: 24px; height: 24px; --pc-icon-accent: var(--pc-gold); }
.pc-product-promises > div > span:last-child { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pc-product-promises strong { color: var(--pc-ink); font-size: .74rem; line-height: 1.15; }
.pc-product-promises small { color: #77707b; font-size: .61rem; line-height: 1.3; }

/* Cleaner selectors: one label only, no duplicated Noir / Taille caption. */
.passioncadeau-site.single-product .entry-summary > .pc-tshirt-options {
  margin-top: 18px;
  padding: 15px;
  border-color: #e5dfe7;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fffdfc);
  box-shadow: 0 10px 30px rgba(29,20,42,.045);
}
.pc-option-block + .pc-option-block { margin-top: 15px; }
.pc-option-heading {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
  color: var(--pc-ink);
}
.pc-option-heading > strong { font-size: .78rem; }
.pc-option-heading > span { display: none !important; }
.pc-size-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  padding: 4px 0;
  background: none;
  color: #5e5570;
  font-size: .69rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.pc-size-guide-link:hover { color: var(--pc-coral-dark); }
.pc-size-guide-link .pc-icon-svg { width: 16px; height: 16px; }
.pc-color-choice { background: #fff; box-shadow: 0 3px 11px rgba(29,20,42,.04); }
.pc-size-choice > span { transition: .18s ease; }
.pc-size-choice input:checked + span {
  background: var(--pc-ink);
  color: #fff;
  border-color: var(--pc-ink);
  box-shadow: 0 6px 16px rgba(23,22,37,.16);
}

/* Hide Blocksy/third-party generic service actions; V3 provides branded ones. */
.passioncadeau-site.single-product .ct-product-additional-actions { display: none !important; }
.pc-single-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 7px;
  margin: 17px 0 3px;
}
.pc-service-card {
  min-height: 76px;
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  align-items: center;
  gap: 7px;
  padding: 9px;
  border: 1px solid #e5dfe7;
  border-radius: 12px;
  background: #fff;
}
.pc-service-card__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px 9px 9px 3px;
  background: #fff3f1;
  color: var(--pc-coral);
}
.pc-service-card__icon .pc-icon-svg { width: 20px; height: 20px; --pc-icon-accent: var(--pc-gold); }
.pc-service-card > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.pc-service-card strong { font-size: .65rem; line-height: 1.15; color: var(--pc-ink); }
.pc-service-card small { font-size: .55rem; line-height: 1.25; color: #7a7280; }

/* Product information lives in modern accordions under the service row. */
.passioncadeau-site.single-product .woocommerce-tabs { display: none !important; }
.pc-product-accordion {
  margin-top: 16px;
  border-top: 1px solid #e7e1e9;
}
.pc-product-accordion__item { border-bottom: 1px solid #e7e1e9; }
.pc-product-accordion__item > summary {
  list-style: none;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: var(--pc-ink);
  font-size: .76rem;
  font-weight: 900;
}
.pc-product-accordion__item > summary::-webkit-details-marker { display: none; }
.pc-product-accordion__title { display: inline-flex; align-items: center; gap: 9px; }
.pc-product-accordion__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px 9px 9px 3px;
  background: var(--pc-cream);
  color: var(--pc-plum);
}
.pc-product-accordion__icon .pc-icon-svg { width: 20px; height: 20px; --pc-icon-accent: var(--pc-coral); }
.pc-product-accordion__toggle { transition: transform .2s ease; color: #8b8390; }
.pc-product-accordion__toggle .pc-icon-svg { width: 18px; height: 18px; }
.pc-product-accordion__item[open] .pc-product-accordion__toggle { transform: rotate(180deg); }
.pc-product-accordion__content {
  padding: 2px 0 17px 39px;
  color: #635d68;
  font-size: .74rem;
  line-height: 1.6;
}
.pc-product-accordion__content > :first-child { margin-top: 0; }
.pc-product-accordion__content > :last-child { margin-bottom: 0; }
.pc-product-facts { display: grid; gap: 8px; }
.pc-product-facts > div {
  display: grid;
  grid-template-columns: 34px auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 10px;
  background: #faf8fa;
}
.pc-product-facts > div > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--pc-coral); }
.pc-product-facts .pc-icon-svg { width: 21px; height: 21px; }
.pc-product-facts strong { font-size: .7rem; }
.pc-product-facts small { text-align: right; color: #756e7a; font-size: .64rem; }
.pc-size-guide__sizes { display: flex; flex-wrap: wrap; gap: 6px; margin: 9px 0 13px; }
.pc-size-guide__sizes span { min-width: 38px; height: 34px; display: grid; place-items: center; border-radius: 9px; border: 1px solid #ded7e1; background: #fff; color: var(--pc-ink); font-weight: 900; }
.pc-size-guide__steps { display: grid; gap: 7px; }
.pc-size-guide__steps p { display: flex; align-items: center; gap: 8px; margin: 0; }
.pc-size-guide__steps p > span { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border-radius: 50%; background: var(--pc-plum); color: #fff; font-size: .63rem; }
.pc-size-guide__note { margin-top: 12px !important; padding: 9px 10px; border-radius: 9px; background: #fff8e8; color: #6d6047; font-size: .66rem; }

/* Product continuation — prevents the large empty, "dead" lower page. */
.pc-product-below { margin-top: clamp(35px, 6vw, 80px); }
.pc-product-story { padding: clamp(55px, 7vw, 88px) 0; }
.pc-product-story--pair { background: linear-gradient(135deg, #fff8ef 0%, #fff 60%); border-top: 1px solid #f0e8dc; }
.pc-story-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.pc-story-heading h2 { margin: 4px 0 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.pc-story-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px 18px 18px 6px; background: var(--pc-plum); color: var(--pc-gold); transform: rotate(-3deg); }
.pc-story-icon .pc-icon-svg { width: 36px; height: 36px; --pc-icon-accent: var(--pc-coral); }
.pc-counterpart-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(240px, 34%) 1fr;
  overflow: hidden;
  border: 1px solid #eadfe2;
  border-radius: 24px;
  background: #fff;
  color: var(--pc-ink);
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(29,20,42,.08);
  transition: transform .26s ease, box-shadow .26s ease;
}
.pc-counterpart-card:hover { transform: translateY(-5px); box-shadow: 0 30px 70px rgba(29,20,42,.12); color: var(--pc-ink); }
.pc-counterpart-card__media { min-height: 260px; display: grid; place-items: center; padding: 22px; background: #f6f4f5; }
.pc-counterpart-card__media img { max-height: 220px; width: auto; object-fit: contain; }
.pc-counterpart-card__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 9px; padding: 32px; }
.pc-counterpart-card__copy > strong { max-width: 650px; font-size: clamp(1.5rem, 2.7vw, 2.4rem); line-height: 1.05; letter-spacing: -.04em; }
.pc-counterpart-card__price { font-size: 1.25rem; font-weight: 950; color: var(--pc-coral-dark); }
.pc-counterpart-card__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: .78rem; font-weight: 900; }
.pc-counterpart-card__cta .pc-icon-svg { width: 18px; height: 18px; }
.pc-product-story--related { background: #fff; }
.pc-related-products .products { margin-bottom: 0 !important; }
.pc-product-story--explore { background: #f8f6f8; }
.pc-product-category-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.pc-product-category-links a {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 24px;
  border: 1px solid #e5dfe7;
  border-radius: 18px;
  background: #fff;
  color: var(--pc-ink);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.pc-product-category-links a:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(29,20,42,.08); color: var(--pc-coral-dark); }
.pc-product-category-links a > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px 14px 14px 5px; background: var(--pc-cream); color: var(--pc-plum); }
.pc-product-category-links a > span .pc-icon-svg { width: 31px; height: 31px; --pc-icon-accent: var(--pc-coral); }
.pc-product-category-links strong { font-size: 1.1rem; }
.pc-product-category-links small { display: inline-flex; align-items: center; gap: 4px; color: #776e7d; font-weight: 800; }
.pc-product-category-links small .pc-icon-svg { width: 15px; height: 15px; }
.pc-product-story--brand { background: var(--pc-plum); color: #fff; }
.pc-brand-proof { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 7vw, 90px); align-items: center; }
.pc-brand-proof__copy .pc-kicker { color: var(--pc-gold); }
.pc-brand-proof__copy h2 { margin: 8px 0 16px; color: #fff; font-size: clamp(2.3rem, 4vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.pc-brand-proof__copy p { max-width: 600px; color: rgba(255,255,255,.72); line-height: 1.7; }
.pc-brand-proof__icons { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.pc-brand-proof__icons > div { min-height: 145px; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 13px; padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.055); }
.pc-brand-proof__icons > div > span { grid-row: 1 / 3; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px 16px 16px 5px; background: rgba(255,255,255,.08); color: var(--pc-gold); }
.pc-brand-proof__icons .pc-icon-svg { width: 34px; height: 34px; --pc-icon-accent: var(--pc-coral); }
.pc-brand-proof__icons strong { align-self: end; font-size: 1rem; color: #fff; }
.pc-brand-proof__icons small { color: rgba(255,255,255,.58); }

@media (max-width: 1100px) {
  .pc-hero-orbit { display: none; }
  .pc-product-category-links { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 860px) {
  .pc-brand-ribbon__track { animation-duration: 26s; }
  .pc-hero-microproofs { display: none; }
  .pc-person-card { min-height: 145px; }
  .pc-occasion-icon { width: 58px; height: 58px; }
  .pc-occasion-icon .pc-icon-svg { width: 38px; height: 38px; }
  .pc-single-services { grid-template-columns: 1fr 1fr 1fr; }
  .pc-product-accordion__content { padding-left: 0; }
  .pc-counterpart-card { grid-template-columns: 1fr 1.4fr; }
  .pc-brand-proof { grid-template-columns: 1fr; }
}

@media (max-width: 689px) {
  .pc-brand-ribbon__track { min-height: 42px; gap: 22px; }
  .pc-brand-ribbon__track span { font-size: .7rem; }
  .pc-person-card__icon { width: 60px; height: 60px; }
  .pc-person-card__icon .pc-icon-svg { width: 42px; height: 42px; }
  .pc-occasion-grid a { min-height: 135px; padding: 18px; column-gap: 12px; }
  .pc-occasion-icon { width: 52px; height: 52px; }
  .pc-occasion-icon .pc-icon-svg { width: 34px; height: 34px; }
  .pc-split-card__icon { width: 48px; height: 48px; right: 18px; top: 18px; }
  .pc-split-card__icon .pc-icon-svg { width: 31px; height: 31px; }
  .pc-single-services { grid-template-columns: 1fr; gap: 6px; }
  .pc-service-card { min-height: 60px; grid-template-columns: 34px 1fr; }
  .pc-service-card strong { font-size: .68rem; }
  .pc-service-card small { font-size: .58rem; }
  .pc-product-accordion__item > summary { min-height: 50px; }
  .pc-product-accordion__content { font-size: .72rem; }
  .pc-counterpart-card { grid-template-columns: 1fr; }
  .pc-counterpart-card__media { min-height: 210px; }
  .pc-counterpart-card__copy { padding: 22px; }
  .pc-product-category-links { grid-template-columns: 1fr; }
  .pc-product-category-links a { min-height: 125px; }
  .pc-brand-proof__icons { grid-template-columns: 1fr 1fr; }
  .pc-brand-proof__icons > div { min-height: 125px; grid-template-columns: 44px 1fr; padding: 14px; }
  .pc-brand-proof__icons > div > span { width: 44px; height: 44px; }
  .pc-brand-proof__icons .pc-icon-svg { width: 28px; height: 28px; }
}

@media (max-width: 560px) {
  .pc-brand-ribbon { margin-top: 0; }
  .pc-gift-finder::before { width: 6px; }
  .pc-person-card small { display: none; }
  .pc-product-promises > div { grid-template-columns: 31px minmax(0,1fr); min-height: 58px; padding: 8px; }
  .pc-promise-icon { width: 30px; height: 30px; }
  .pc-promise-icon .pc-icon-svg { width: 20px; height: 20px; }
  .pc-product-promises small { font-size: .56rem; }
  .pc-option-heading { align-items: center; }
  .pc-size-guide-link { font-size: .64rem; }
  .pc-brand-proof__icons { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-brand-ribbon__track { animation: none; }
  .pc-reveal-ready [data-pc-reveal] { opacity: 1; transform: none; transition: none; }
  .pc-hero-card, .pc-person-card, .pc-occasion-grid a, .pc-split-card, .pc-why-grid article { transition: none; }
}

/* =========================================================
   PassionCadeau V4 — RESET HOME / PRODUCT-LED PREMIUM FUN
   ========================================================= */

/* Header: keep service proof, lose decorative pictograms. */
.pc-trustbar__inner span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pc-trustbar__inner span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--pc-coral);
}
.pc-trustbar__inner span:nth-child(2)::before { background: var(--pc-gold); }
.pc-trustbar__inner span:nth-child(3)::before { background: var(--pc-mint); }
.pc-trustbar__inner span:nth-child(4)::before { background: #fff; opacity: .65; }

/* Homepage globals. */
.pc4-home {
  --pc4-navy: #102b46;
  --pc4-ink: #0c2845;
  --pc4-coral: #ff625d;
  --pc4-yellow: #ffc94e;
  --pc4-cream: #fff7eb;
  --pc4-ice: #f2f7f9;
  --pc4-pink: #fff0ee;
  --pc4-border: #dfe7eb;
  color: var(--pc4-ink);
  background: #fff;
  overflow: hidden;
}
.pc4-home * { box-sizing: border-box; }
.pc4-home a { color: inherit; }
.pc4-home h1,
.pc4-home h2,
.pc4-home h3,
.pc4-home p { margin-top: 0; }
.pc4-section { padding: 70px 0; }
.pc4-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
.pc4-heading > div { max-width: 850px; }
.pc4-heading > div > span,
.pc4-support-intro > span,
.pc4-seo__copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--pc4-coral);
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.pc4-heading h2,
.pc4-support-intro h2,
.pc4-seo__copy h2 {
  margin-bottom: 0;
  color: var(--pc4-ink);
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 950;
}
.pc4-heading p { margin: 12px 0 0; color: #677887; font-size: 1.02rem; }
.pc4-heading > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: var(--pc4-ink);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 900;
  border-bottom: 2px solid var(--pc4-coral);
}
.pc4-heading--light h2,
.pc4-heading--light > a { color: #fff; }
.pc4-heading--light > div > span { color: var(--pc4-yellow); }
.pc4-heading--light p { color: #b8c2cc; }

/* Hero — dense, readable and built around real products. */
.pc4-hero {
  position: relative;
  padding: 62px 0 54px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}
.pc4-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #edf1f3;
}
.pc4-hero__grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
}
.pc4-eyebrow {
  margin-bottom: 16px;
  color: var(--pc4-coral);
  font-size: .84rem;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.pc4-hero h1 {
  margin-bottom: 22px;
  max-width: 720px;
  color: var(--pc4-ink);
  font-size: clamp(3.35rem, 5.2vw, 5.6rem);
  line-height: .91;
  letter-spacing: -.072em;
  font-weight: 950;
}
.pc4-hero h1 em {
  color: var(--pc4-coral);
  font-style: normal;
}
.pc4-hero__lead {
  max-width: 720px;
  margin-bottom: 26px;
  color: #506779;
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.48;
}
.pc4-search {
  max-width: 760px;
  min-height: 62px;
  padding: 6px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 6px;
  background: #fff;
  border: 1px solid #dce5e9;
  border-radius: 15px;
  box-shadow: 0 14px 38px rgba(17,43,69,.09);
}
.pc4-search input {
  min-width: 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 16px !important;
  color: var(--pc4-ink);
  font-size: 1.02rem;
}
.pc4-search button {
  min-width: 176px;
  border: 0;
  border-radius: 10px;
  background: var(--pc4-ink);
  color: #fff;
  padding: 0 18px;
  font-size: .92rem;
  font-weight: 900;
  cursor: pointer;
}
.pc4-hero__quicklinks {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .84rem;
}
.pc4-hero__quicklinks > span { color: #758593; font-weight: 700; margin-right: 2px; }
.pc4-hero__quicklinks a {
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #dfe7eb;
  background: #fff;
  text-decoration: none;
  font-weight: 850;
}
.pc4-hero__quicklinks a:hover { border-color: var(--pc4-coral); color: var(--pc4-coral); }
.pc4-hero__proofs {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  color: #71818e;
  font-size: .84rem;
}
.pc4-hero__proofs span { display: flex; align-items: baseline; gap: 6px; }
.pc4-hero__proofs b { color: var(--pc4-ink); font-size: .95rem; }

.pc4-hero__showcase {
  position: relative;
  min-height: 490px;
}
.pc4-hero__showcase::before {
  content: "";
  position: absolute;
  inset: 38px 40px 32px 64px;
  border-radius: 42% 58% 49% 51% / 42% 36% 64% 58%;
  background: #dff2eb;
  transform: rotate(-3deg);
}
.pc4-hero-product {
  position: absolute;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e4eaed;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(17,43,69,.15);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pc4-hero-product:hover { transform: translateY(-7px) rotate(0deg) !important; box-shadow: 0 30px 70px rgba(17,43,69,.2); }
.pc4-hero-product--1 { z-index: 3; width: 48%; left: 5%; top: 18px; transform: rotate(-3deg); }
.pc4-hero-product--2 { z-index: 4; width: 43%; right: 0; bottom: 10px; transform: rotate(3deg); }
.pc4-hero-product--3 { z-index: 2; width: 35%; right: 14%; top: 4px; transform: rotate(6deg); opacity: .97; }
.pc4-hero-product__media {
  display: block;
  aspect-ratio: 1 / 1;
  padding: 15px;
  background: #fafafa;
}
.pc4-hero-product__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pc4-hero-product__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px 15px;
  color: var(--pc4-ink);
}
.pc4-hero-product__meta strong {
  max-width: 72%;
  font-size: .85rem;
  line-height: 1.18;
  font-weight: 900;
}
.pc4-hero-product__meta > span { flex: 0 0 auto; font-size: 1rem; font-weight: 950; }
.pc4-hero-badge {
  position: absolute;
  z-index: 7;
  right: 28%;
  top: 45%;
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  background: var(--pc4-coral);
  color: #fff;
  font-size: .68rem;
  line-height: 1.05;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(255,98,93,.3);
  transform: rotate(-8deg);
}
.pc4-hero-badge b { font-size: .91rem; }
.pc4-hero-placeholder {
  position: absolute;
  inset: 90px 60px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 40px;
  border-radius: 30px;
  background: #fff;
  border: 1px dashed #cfdae0;
  text-align: center;
}
.pc4-hero-placeholder strong { font-size: 2rem; }
.pc4-hero-placeholder span { color: #728390; }

/* Typography-only ticker, no decorative icon language. */
.pc4-ticker {
  overflow: hidden;
  background: var(--pc4-ink);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.pc4-ticker__track {
  width: max-content;
  min-width: 200%;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 22px;
  animation: pc4Ticker 34s linear infinite;
}
.pc4-ticker span { font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.pc4-ticker i { color: var(--pc4-yellow); font-style: normal; }
@keyframes pc4Ticker { to { transform: translateX(-50%); } }

/* Finder: compact horizontal tool, not a giant empty card. */
.pc4-finder-section { padding: 30px 0 10px; background: #fff; }
.pc4-finder {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(250px,.7fr) minmax(0,1.65fr);
  gap: 26px;
  align-items: end;
  border-radius: 20px;
  background: var(--pc4-cream);
  border: 1px solid #f0e3d1;
}
.pc4-finder__intro > span { display: block; margin-bottom: 3px; color: #8d6f50; font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.pc4-finder__intro h2 { margin: 0; font-size: 1.62rem; line-height: 1.05; letter-spacing: -.045em; }
.pc4-finder__fields { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 10px; }
.pc4-finder .pc-finder-field { min-width: 0; }
.pc4-finder .pc-finder-field > span { margin-bottom: 5px; font-size: .73rem; font-weight: 850; color: #625f65; }
.pc4-finder select {
  height: 48px;
  width: 100%;
  padding: 0 11px !important;
  border: 1px solid #e1d9cd !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--pc4-ink);
  font-size: .86rem;
  box-shadow: none !important;
}
.pc4-finder button {
  height: 48px;
  align-self: end;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: var(--pc4-coral);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  cursor: pointer;
}

/* Age navigation: compact chips, no giant blank cards. */
.pc4-section--ages { padding-top: 60px; padding-bottom: 58px; background: #f5f8f9; }
.pc4-age-grid {
  display: grid;
  grid-template-columns: repeat(9,minmax(0,1fr));
  gap: 9px;
}
.pc4-age-grid a {
  min-height: 74px;
  padding: 12px 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  border: 1px solid #d9e3e8;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: .18s ease;
}
.pc4-age-grid a:nth-child(4n+1) { background: #fff8ee; }
.pc4-age-grid a:nth-child(4n+2) { background: #f0faf6; }
.pc4-age-grid a:nth-child(4n+3) { background: #fff2f1; }
.pc4-age-grid a:hover { transform: translateY(-3px); border-color: var(--pc4-coral); box-shadow: 0 10px 22px rgba(17,43,69,.08); }
.pc4-age-grid b { font-size: 1.55rem; line-height: 1; font-weight: 950; }
.pc4-age-grid span { color: #6f7e8a; font-size: .73rem; font-weight: 800; }
.pc4-age-grid__birth {
  grid-column: span 3;
  justify-content: flex-start !important;
  padding-inline: 18px !important;
  background: linear-gradient(110deg,#fff1d8,#ffe3df) !important;
}
.pc4-age-grid__birth b { font-size: 1.02rem; }

/* People: visual category blocks use product photography, not icons. */
.pc4-section--people { background: #fff; }
.pc4-person-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.pc4-person-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  border-radius: 18px;
  border: 1px solid #e1e8eb;
  text-decoration: none;
  background: #fff4e8;
}
.pc4-person-card--2 { background: #eff9f4; }
.pc4-person-card--3 { background: #fff0ef; }
.pc4-person-card__copy { z-index: 2; padding: 24px 0 22px 24px; display: flex; flex-direction: column; align-items: flex-start; }
.pc4-person-card__copy small { color: #657886; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pc4-person-card__copy strong { margin-top: 4px; font-size: 1.8rem; line-height: 1; font-weight: 950; letter-spacing: -.045em; }
.pc4-person-card__copy em { margin-top: 11px; color: #607584; font-size: .86rem; line-height: 1.35; font-style: normal; }
.pc4-person-card__copy b { margin-top: auto; padding-top: 12px; font-size: .8rem; color: var(--pc4-coral); }
.pc4-person-card__media {
  position: absolute;
  right: -3%;
  bottom: -13%;
  width: 52%;
  height: 115%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  mix-blend-mode: multiply;
  transition: transform .25s ease;
}
.pc4-person-card:hover .pc4-person-card__media { transform: translateY(-7px) scale(1.035); }
.pc4-person-card__letter {
  position: absolute;
  right: 24px;
  bottom: -20px;
  color: rgba(12,40,69,.12);
  font-size: 10rem;
  line-height: 1;
  font-weight: 950;
}

/* Custom product rails: big visual area, larger type, no tiny Woo card feeling. */
.pc4-section--ink { background: var(--pc4-ink); color: #fff; }
.pc4-section--warm { background: var(--pc4-cream); }
.pc4-section--new { background: #f5f6f7; }
.pc4-product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
}
.pc4-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe7ea;
  border-radius: 17px;
  background: #fff;
  color: var(--pc4-ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pc4-product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(11,38,64,.14); }
.pc4-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f6f5;
}
.pc4-product-card__image { width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease; }
.pc4-product-card:hover .pc4-product-card__image { transform: scale(1.045); }
.pc4-product-card__type,
.pc4-product-card__draft {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(255,255,255,.94);
  color: var(--pc4-ink);
  font-size: .67rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .055em;
  box-shadow: 0 5px 14px rgba(17,43,69,.08);
}
.pc4-product-card__draft { left: auto; right: 10px; background: #fff2cc; }
.pc4-product-card__body { padding: 14px 14px 15px; }
.pc4-product-card__context { display: block; min-height: 17px; margin-bottom: 5px; color: var(--pc4-coral); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.pc4-product-card h3 { min-height: 3.75em; margin: 0; font-size: .92rem; line-height: 1.25; font-weight: 900; letter-spacing: -.018em; }
.pc4-product-card h3 a { text-decoration: none; }
.pc4-product-card__bottom { margin-top: 13px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pc4-product-card__price { font-size: 1.06rem; font-weight: 950; white-space: nowrap; }
.pc4-product-card__price del { color: #8897a3; font-weight: 700; font-size: .78rem; }
.pc4-product-card__price ins { text-decoration: none; }
.pc4-product-card__cta {
  padding: 8px 9px;
  border-radius: 8px;
  background: var(--pc4-ink);
  color: #fff !important;
  text-decoration: none;
  font-size: .68rem;
  font-weight: 900;
  white-space: nowrap;
}
.pc4-section--ink .pc4-product-card__cta { background: var(--pc4-coral); }

/* Occasions: editorial visual cards with photography. */
.pc4-section--occasions { background: #fff; }
.pc4-occasion-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.pc4-occasion-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  background: #ffd65f;
  text-decoration: none;
}
.pc4-occasion-card--2 { background: #d8eee6; }
.pc4-occasion-card--3 { background: #ffdfdc; }
.pc4-occasion-card--4 { background: #dfe8ff; }
.pc4-occasion-card__copy {
  position: relative;
  z-index: 2;
  width: 60%;
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pc4-occasion-card__copy small { font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.pc4-occasion-card__copy strong { margin-top: 4px; max-width: 360px; font-size: 2.15rem; line-height: .95; letter-spacing: -.05em; font-weight: 950; }
.pc4-occasion-card__copy em { margin-top: 12px; max-width: 330px; font-size: .94rem; line-height: 1.38; font-style: normal; }
.pc4-occasion-card__copy b { margin-top: auto; font-size: .82rem; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.pc4-occasion-card__media {
  position: absolute;
  right: -2%;
  bottom: -8%;
  width: 49%;
  height: 112%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  transition: transform .25s ease;
}
.pc4-occasion-card:hover .pc4-occasion-card__media { transform: scale(1.04) translateY(-4px); }

/* Support category triptych. */
.pc4-section--support { padding: 62px 0; background: #fff8ed; }
.pc4-support-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr .95fr;
  gap: 14px;
  align-items: stretch;
}
.pc4-support-intro { padding: 26px 24px 26px 0; display: flex; flex-direction: column; justify-content: center; }
.pc4-support-intro h2 { font-size: clamp(2.25rem,3.2vw,3.45rem); }
.pc4-support-intro p { max-width: 510px; margin: 18px 0 0; color: #657784; font-size: 1rem; line-height: 1.55; }
.pc4-support-card {
  min-height: 330px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 21px;
  text-decoration: none;
  position: relative;
}
.pc4-support-card--shirt { background: var(--pc4-ink); color: #fff; }
.pc4-support-card--mug { background: var(--pc4-coral); color: #fff; }
.pc4-support-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -55px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.pc4-support-card small { font-size: .73rem; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; opacity: .8; }
.pc4-support-card strong { margin-top: 12px; max-width: 290px; font-size: 2.25rem; line-height: .94; letter-spacing: -.055em; font-weight: 950; }
.pc4-support-card > span { margin-top: 17px; font-size: 1.35rem; font-weight: 950; }
.pc4-support-card b { margin-top: auto; font-size: .82rem; border-bottom: 2px solid currentColor; padding-bottom: 4px; }

/* Text stats replace decorative service icon cards. */
.pc4-stats { background: var(--pc4-ink); color: #fff; }
.pc4-stats__grid { min-height: 148px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.pc4-stats__grid > div { padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.pc4-stats__grid > div:last-child { border-right: 0; }
.pc4-stats strong { display: block; color: var(--pc4-yellow); font-size: 2rem; line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.pc4-stats span { display: block; margin-top: 7px; color: #d4dce2; font-size: .86rem; font-weight: 700; }

/* SEO endcap: readable, useful and dense. */
.pc4-seo { padding: 76px 0; background: #f3f7f8; }
.pc4-seo__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.pc4-seo__copy p { max-width: 760px; margin: 18px 0 0; color: #5d7180; font-size: 1.02rem; line-height: 1.65; }
.pc4-seo__links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pc4-seo__links a { min-height: 115px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 14px; border: 1px solid #dce6ea; background: #fff; text-decoration: none; }
.pc4-seo__links a:nth-child(1) { background: #fff4e6; }
.pc4-seo__links a:nth-child(2) { background: #eaf7f2; }
.pc4-seo__links a:nth-child(3) { background: #fff0ef; }
.pc4-seo__links a:nth-child(4) { background: #edf1ff; }
.pc4-seo__links b { font-size: 1.35rem; font-weight: 950; }
.pc4-seo__links span { margin-top: 4px; color: #6a7c89; font-size: .78rem; }

/* V4 product page cleanup — one logistics row, fewer icons, better reading. */
.pc-product-promises--text > div { position: relative; padding-left: 15px; }
.pc-product-promises--text > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pc-coral);
}
.pc-product-promises--text > div:nth-child(2)::before { background: var(--pc-gold); }
.pc-product-promises--text .pc-promise-icon { display: none !important; }
.pc-product-accordion__icon { display: none !important; }
.pc-product-accordion__toggle {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--pc-coral);
  font-size: 1.1rem;
  font-weight: 500;
  transition: transform .18s ease;
}
.pc-product-accordion__item[open] .pc-product-accordion__toggle { transform: rotate(45deg); }
.pc-size-guide-link .pc-icon-svg { display: none !important; }
.pc-product-facts--text { grid-template-columns: repeat(3,1fr); }
.pc-product-facts--text > div { padding: 13px 12px; }
.pc-product-facts--text > div > span { display: none !important; }
.pc-brand-proof__icons--text span { display: none !important; }
.pc-brand-proof__icons--text strong { font-size: 1.3rem !important; }

/* Responsive — keep density without recreating giant empty zones. */
@media (max-width: 1120px) {
  .pc4-hero__grid { grid-template-columns: 1fr .9fr; gap: 36px; }
  .pc4-hero__showcase { min-height: 420px; }
  .pc4-age-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .pc4-age-grid__birth { grid-column: span 3; }
  .pc4-product-rail { grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-flow: row; }
  .pc4-product-rail > :nth-child(n+9) { display: none; }
  .pc4-support-grid { grid-template-columns: 1fr 1fr; }
  .pc4-support-intro { grid-column: 1 / -1; padding-right: 0; }
}

@media (max-width: 860px) {
  .pc4-section { padding: 52px 0; }
  .pc4-hero { padding: 42px 0 42px; }
  .pc4-hero__grid { min-height: 0; grid-template-columns: 1fr; }
  .pc4-hero h1 { max-width: 760px; font-size: clamp(3.4rem,9vw,5.1rem); }
  .pc4-hero__showcase { min-height: 430px; width: min(620px,100%); margin-inline: auto; }
  .pc4-finder { grid-template-columns: 1fr; gap: 14px; }
  .pc4-finder__fields { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pc4-finder button { grid-column: 1 / -1; }
  .pc4-person-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pc4-product-rail {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .pc4-product-rail::-webkit-scrollbar { display:none; }
  .pc4-product-card { flex: 0 0 min(300px, 42vw); scroll-snap-align: start; }
  .pc4-occasion-grid { grid-template-columns: 1fr; }
  .pc4-stats__grid { grid-template-columns: 1fr 1fr; }
  .pc4-stats__grid > div:nth-child(2) { border-right: 0; }
  .pc4-stats__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .pc4-seo__grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 560px) {
  .pc4-section { padding: 42px 0; }
  .pc4-heading { align-items: flex-start; margin-bottom: 20px; }
  .pc4-heading h2,
  .pc4-support-intro h2,
  .pc4-seo__copy h2 { font-size: 2.18rem; }
  .pc4-heading > a { display: none; }
  .pc4-hero { padding: 34px 0 30px; }
  .pc4-eyebrow { font-size: .68rem; letter-spacing: .08em; }
  .pc4-hero h1 { margin-bottom: 16px; font-size: clamp(2.8rem,14vw,4.2rem); }
  .pc4-hero__lead { margin-bottom: 20px; font-size: 1rem; }
  .pc4-search { grid-template-columns: 1fr; padding: 5px; }
  .pc4-search input { min-height: 48px; }
  .pc4-search button { min-height: 46px; width: 100%; }
  .pc4-hero__quicklinks { display: none; }
  .pc4-hero__proofs { gap: 8px 15px; margin-top: 17px; font-size: .72rem; }
  .pc4-hero__showcase { min-height: 305px; }
  .pc4-hero__showcase::before { inset: 25px 18px; }
  .pc4-hero-product--1 { width: 53%; left: 0; }
  .pc4-hero-product--2 { width: 48%; right: 0; }
  .pc4-hero-product--3 { display: none; }
  .pc4-hero-product__media { padding: 8px; }
  .pc4-hero-product__meta { padding: 8px 9px 10px; display: block; }
  .pc4-hero-product__meta strong { max-width: none; display: block; font-size: .68rem; }
  .pc4-hero-product__meta > span { display: block; margin-top: 4px; font-size: .78rem; }
  .pc4-hero-badge { width: 72px; height: 72px; right: 32%; top: 42%; font-size: .52rem; }
  .pc4-hero-badge b { font-size: .65rem; }
  .pc4-ticker__track { height: 38px; gap: 16px; }
  .pc4-ticker span { font-size: .66rem; }
  .pc4-finder-section { padding-top: 18px; }
  .pc4-finder { padding: 18px 16px; border-radius: 15px; }
  .pc4-finder__intro h2 { font-size: 1.4rem; }
  .pc4-finder__fields { grid-template-columns: 1fr; gap: 9px; }
  .pc4-finder button { grid-column: auto; }
  .pc4-age-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
  .pc4-age-grid a { min-height: 62px; border-radius: 9px; }
  .pc4-age-grid b { font-size: 1.25rem; }
  .pc4-age-grid__birth { grid-column: span 3; min-height: 68px !important; }
  .pc4-person-grid { grid-template-columns: 1fr; }
  .pc4-person-card { min-height: 170px; }
  .pc4-person-card__copy { padding: 20px 0 18px 20px; }
  .pc4-person-card__copy strong { font-size: 1.6rem; }
  .pc4-product-card { flex-basis: 72vw; }
  .pc4-occasion-card { min-height: 205px; }
  .pc4-occasion-card__copy { width: 68%; min-height: 205px; padding: 20px; }
  .pc4-occasion-card__copy strong { font-size: 1.72rem; }
  .pc4-support-grid { grid-template-columns: 1fr; }
  .pc4-support-card { min-height: 250px; }
  .pc4-support-card strong { font-size: 1.9rem; }
  .pc4-stats__grid > div { padding: 22px 12px; }
  .pc4-stats strong { font-size: 1.55rem; }
  .pc4-stats span { font-size: .72rem; }
  .pc4-seo__links { grid-template-columns: 1fr 1fr; }
  .pc4-seo__links a { min-height: 95px; padding: 14px; }
  .pc4-seo__links b { font-size: 1.1rem; }
  .pc-product-facts--text { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pc4-ticker__track { animation: none; }
  .pc4-hero-product,
  .pc4-product-card,
  .pc4-person-card__media,
  .pc4-occasion-card__media { transition: none; }
}

/* =========================================================
   V4.1 — layout repair + readability pass
   Fixes the stretched product cards seen in the live Blocksy render,
   increases useful density and restores hierarchy without decorative icons.
   ========================================================= */
.pc4-home {
  font-size: 16px;
}

/* Remove the dead visual strip left by the animated ticker concept. */
.pc4-ticker { display: none !important; }
.pc4-finder-section { padding-top: 24px; }

/* Make the hero a little tighter and the support copy actually readable. */
.pc4-hero { padding-top: 54px; padding-bottom: 46px; }
.pc4-hero__grid { min-height: 470px; }
.pc4-hero__lead { font-size: clamp(1.12rem, 1.45vw, 1.34rem); }
.pc4-hero__proofs { font-size: .92rem; gap: 10px 28px; }
.pc4-hero__proofs b { font-size: 1rem; }

/* Finder: no micro-copy. */
.pc4-finder { padding: 24px 26px; }
.pc4-finder__intro > span,
.pc4-finder .pc-finder-field > span { font-size: .8rem; }
.pc4-finder__intro h2 { font-size: 1.78rem; }
.pc4-finder select,
.pc4-finder button { font-size: .94rem; }

/* Headings and utility links should not disappear into the page. */
.pc4-heading > div > span,
.pc4-support-intro > span,
.pc4-seo__copy > span { font-size: .82rem; }
.pc4-heading > a { font-size: .96rem; }

/* Age grid: fewer columns, larger targets and labels. */
.pc4-age-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.pc4-age-grid a {
  min-height: 64px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
}
.pc4-age-grid b { font-size: 1.42rem; }
.pc4-age-grid span { font-size: .78rem; }
.pc4-age-grid__birth { grid-column: span 3; }

/* People cards: slightly stronger editorial hierarchy. */
.pc4-person-card__copy small { font-size: .76rem; }
.pc4-person-card__copy strong { font-size: 2rem; }
.pc4-person-card__copy em { font-size: .9rem; line-height: 1.4; }
.pc4-person-card__copy b { font-size: .84rem; }

/* CRITICAL FIX: product rails must size to their content. Blocksy/live browser
   was stretching the grid row and every article into huge white columns. */
.pc4-product-rail {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: auto !important;
  grid-auto-rows: max-content !important;
  align-items: start !important;
  align-content: start !important;
  gap: 18px !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.pc4-product-card {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: start !important;
  justify-self: stretch !important;
}
.pc4-product-card__media { aspect-ratio: 1 / 1 !important; }
.pc4-product-card__body { padding: 16px 16px 17px; }
.pc4-product-card__context { min-height: 0; margin-bottom: 7px; font-size: .72rem; }
.pc4-product-card h3 {
  min-height: 0;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.3;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc4-product-card__bottom {
  margin-top: 14px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.pc4-product-card__price { font-size: 1.18rem; }
.pc4-product-card__cta { padding: 10px 11px; font-size: .76rem; }
.pc4-product-card__type,
.pc4-product-card__draft { font-size: .7rem; }

/* Dark product section: strong but finite, never a full-screen navy canyon. */
.pc4-section--products { padding-top: 60px; padding-bottom: 60px; }
.pc4-section--ink { min-height: 0 !important; }
.pc4-section--ink .pc4-product-card { box-shadow: 0 12px 28px rgba(0,0,0,.12); }

/* Occasion cards were solid; just improve reading. */
.pc4-occasion-card__copy strong { font-size: 2.25rem; }
.pc4-occasion-card__copy em { font-size: 1rem; }
.pc4-occasion-card__copy b { font-size: .88rem; }

/* T-shirt / mug decision area now uses actual catalogue imagery and guaranteed contrast. */
.pc4-support-card {
  min-height: 320px;
  isolation: isolate;
}
.pc4-support-card::after { z-index: 0; }
.pc4-support-card__copy {
  position: relative;
  z-index: 3;
  width: 62%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff !important;
}
.pc4-support-card__copy small,
.pc4-support-card__copy strong,
.pc4-support-card__copy > span,
.pc4-support-card__copy b { color: #fff !important; }
.pc4-support-card__copy strong { margin-top: 12px; max-width: 260px; font-size: 2.15rem; line-height: .95; letter-spacing: -.05em; }
.pc4-support-card__copy > span { margin-top: 16px; font-size: 1.35rem; font-weight: 950; }
.pc4-support-card__copy b { margin-top: auto; padding-bottom: 4px; border-bottom: 2px solid currentColor; font-size: .86rem; }
.pc4-support-card__media {
  position: absolute;
  z-index: 2;
  right: -2%;
  bottom: -6%;
  width: 48%;
  height: 104%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.12));
  transition: transform .22s ease;
}
.pc4-support-card:hover .pc4-support-card__media { transform: translateY(-5px) scale(1.025); }

/* Stats + SEO: make the bottom of the homepage readable instead of tiny filler. */
.pc4-stats__grid { min-height: 132px; }
.pc4-stats strong { font-size: 2.15rem; }
.pc4-stats span { font-size: .94rem; }
.pc4-seo__copy p { font-size: 1.08rem; line-height: 1.7; }
.pc4-seo__links b { font-size: 1.48rem; }
.pc4-seo__links span { font-size: .84rem; }

@media (min-width: 1480px) {
  .pc4-product-rail { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}

@media (max-width: 1120px) {
  .pc4-age-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .pc4-age-grid__birth { grid-column: span 2; }
  .pc4-product-rail { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .pc4-support-card__copy { width: 66%; }
}

@media (max-width: 860px) {
  .pc4-product-rail {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }
  .pc4-product-card { flex: none !important; }
  .pc4-age-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pc4-age-grid__birth { grid-column: span 2; }
}

@media (max-width: 560px) {
  .pc4-hero { padding-top: 28px; }
  .pc4-hero h1 { font-size: clamp(2.65rem, 13vw, 3.75rem); }
  .pc4-hero__proofs { font-size: .78rem; }
  .pc4-finder { padding: 18px 16px; }
  .pc4-age-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pc4-age-grid__birth { grid-column: span 3; }
  .pc4-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .pc4-product-card__body { padding: 12px; }
  .pc4-product-card h3 { font-size: .88rem; -webkit-line-clamp: 3; }
  .pc4-product-card__price { font-size: 1rem; }
  .pc4-product-card__cta { width: 100%; text-align: center; font-size: .7rem; }
  .pc4-support-card { min-height: 250px; }
  .pc4-support-card__copy { width: 70%; }
  .pc4-support-card__copy strong { font-size: 1.75rem; }
  .pc4-support-card__media { width: 44%; }
}

/* ========================================================================
   PassionCadeau V4.2 — product page stability + 1:1 gallery + brand crumbs
   ======================================================================== */

/* Breadcrumbs: use PassionCadeau's palette rather than Blocksy's default blue. */
.passioncadeau-site.single-product .ct-breadcrumbs,
.passioncadeau-site.single-product nav.woocommerce-breadcrumb,
.passioncadeau-site.single-product .woocommerce-breadcrumb {
  color: #7b8792 !important;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .015em;
}
.passioncadeau-site.single-product .ct-breadcrumbs a,
.passioncadeau-site.single-product nav.woocommerce-breadcrumb a,
.passioncadeau-site.single-product .woocommerce-breadcrumb a {
  color: var(--pc-coral-dark) !important;
  text-decoration: none !important;
}
.passioncadeau-site.single-product .ct-breadcrumbs a:hover,
.passioncadeau-site.single-product nav.woocommerce-breadcrumb a:hover,
.passioncadeau-site.single-product .woocommerce-breadcrumb a:hover {
  color: var(--pc-ink) !important;
}
.passioncadeau-site.single-product .ct-breadcrumbs [class*="ct-separator"],
.passioncadeau-site.single-product .ct-breadcrumbs svg {
  color: #c9c3ca !important;
  fill: currentColor !important;
}

/* The PHOTO STAGE is square. Thumbnails sit outside it, so the gallery card
   itself no longer becomes a tall 3:4/portrait rectangle. */
.passioncadeau-site.single-product .woocommerce-product-gallery {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.passioncadeau-site.single-product .woocommerce-product-gallery::after {
  display: none !important;
}
.passioncadeau-site.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy,
.passioncadeau-site.single-product .woocommerce-product-gallery .ct-product-gallery-container > .ct-media-container {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border: 1px solid #eee9ef;
  border-radius: 18px;
  background: #fbfafb;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
}
.passioncadeau-site.single-product .woocommerce-product-gallery .flexy-items,
.passioncadeau-site.single-product .woocommerce-product-gallery .flexy-items > *,
.passioncadeau-site.single-product .woocommerce-product-gallery .flexy-items .ct-media-container,
.passioncadeau-site.single-product .woocommerce-product-gallery .ct-product-gallery-container > .ct-media-container {
  height: 100% !important;
  min-height: 0 !important;
}
.passioncadeau-site.single-product .woocommerce-product-gallery .flexy-items .ct-media-container,
.passioncadeau-site.single-product .woocommerce-product-gallery .ct-product-gallery-container > .ct-media-container {
  aspect-ratio: 1 / 1 !important;
}
.passioncadeau-site.single-product .woocommerce-product-gallery .ct-media-container img,
.passioncadeau-site.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
.passioncadeau-site.single-product .woocommerce-product-gallery .flexy-pills {
  margin-top: 12px !important;
}
.passioncadeau-site.single-product .woocommerce-product-gallery .flexy-pills .ct-media-container {
  aspect-ratio: 1 / 1 !important;
  border-radius: 10px;
  background: #fff;
}

/* Reassurance cards: explicit icon column + copy column. Reset every old V1/V3
   layout rule so the text can never collapse into one-character lines. */
.passioncadeau-site.single-product .pc-product-promises--v42 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin: 14px 0 8px !important;
  width: 100% !important;
}
.passioncadeau-site.single-product .pc-product-promises--v42 > .pc-product-promise-card {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 66px !important;
  padding: 10px 11px !important;
  border: 1px solid #e7e1e8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(18,43,68,.035) !important;
}
.passioncadeau-site.single-product .pc-product-promise-card__icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 10px !important;
  background: #fff7ef !important;
  color: var(--pc-ink) !important;
}
.passioncadeau-site.single-product .pc-product-promise-card:nth-child(2) .pc-product-promise-card__icon {
  background: #eef8f5 !important;
}
.passioncadeau-site.single-product .pc-utility-icon {
  display: block;
  width: 26px;
  height: 26px;
}
.passioncadeau-site.single-product .pc-product-promise-card__copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
  color: var(--pc-ink) !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
.passioncadeau-site.single-product .pc-product-promise-card__copy strong,
.passioncadeau-site.single-product .pc-product-promise-card__copy small {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
.passioncadeau-site.single-product .pc-product-promise-card__copy strong {
  color: var(--pc-ink) !important;
  font-size: .76rem !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}
.passioncadeau-site.single-product .pc-product-promise-card__copy small {
  color: #75808a !important;
  font-size: .61rem !important;
  line-height: 1.3 !important;
}

/* Avoid any inherited ultra-narrow layout in the product summary. */
.passioncadeau-site.single-product .entry-summary,
.passioncadeau-site.single-product .entry-summary > * {
  min-width: 0;
}
.passioncadeau-site.single-product .entry-summary h1,
.passioncadeau-site.single-product .woocommerce-product-details__short-description,
.passioncadeau-site.single-product .pc-product-promises,
.passioncadeau-site.single-product .pc-tshirt-options,
.passioncadeau-site.single-product form.cart,
.passioncadeau-site.single-product .pc-product-accordion {
  max-width: 100% !important;
}

@media (max-width: 1099px) {
  .passioncadeau-site.single-product .pc-product-promises--v42 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 689px) {
  .passioncadeau-site.single-product .ct-breadcrumbs,
  .passioncadeau-site.single-product nav.woocommerce-breadcrumb,
  .passioncadeau-site.single-product .woocommerce-breadcrumb {
    font-size: .65rem;
    line-height: 1.45;
  }
  .passioncadeau-site.single-product .pc-product-promises--v42 {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
  .passioncadeau-site.single-product .pc-product-promises--v42 > .pc-product-promise-card {
    grid-template-columns: 28px minmax(0,1fr) !important;
    min-height: 62px !important;
    padding: 8px !important;
    gap: 7px !important;
  }
  .passioncadeau-site.single-product .pc-product-promise-card__icon {
    width: 28px !important;
    height: 28px !important;
  }
  .passioncadeau-site.single-product .pc-utility-icon { width: 22px; height: 22px; }
  .passioncadeau-site.single-product .pc-product-promise-card__copy strong { font-size: .69rem !important; }
  .passioncadeau-site.single-product .pc-product-promise-card__copy small { font-size: .56rem !important; }
}

@media (max-width: 390px) {
  .passioncadeau-site.single-product .pc-product-promises--v42 {
    grid-template-columns: 1fr !important;
  }
}

/* ========================================================================
   V4.3 — PRODUCT PURCHASE FLOW / PREMIUM ACCORDIONS
   ======================================================================== */

/* Keep selectors physically attached to the cart controls after JS moves them
   into the real WooCommerce form. This removes the dead vertical gap. */
.passioncadeau-site.single-product form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-gap: 10px !important;
  row-gap: 10px !important;
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid #e6e1e8;
}
.passioncadeau-site.single-product form.cart .pc-tshirt-options {
  order: -10;
  flex: 0 0 100% !important;
  width: 100% !important;
  margin: 0 0 2px !important;
  padding: 14px !important;
}
.passioncadeau-site.single-product form.cart .quantity {
  margin: 0 !important;
}
.passioncadeau-site.single-product form.cart .single_add_to_cart_button {
  margin: 0 !important;
  flex: 1 1 220px !important;
}
/* If the fallback is momentarily visible before JS moves it, keep spacing sane. */
.passioncadeau-site.single-product .entry-summary > .pc-tshirt-options {
  margin-bottom: 8px !important;
}

/* Any direct feature list added by Blocksy/import data becomes a compact,
   premium confidence grid instead of tiny amateur bullet points. */
.passioncadeau-site.single-product .entry-summary > ul:not(.tabs):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info) {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 10px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
}
.passioncadeau-site.single-product .entry-summary > ul:not(.tabs):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info) > li {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 7px 9px 7px 24px !important;
  margin: 0 !important;
  border: 1px solid #ece6ed;
  border-radius: 9px;
  background: #fff;
  color: var(--pc-ink);
  font-size: .69rem;
  line-height: 1.25;
  font-weight: 800;
}
.passioncadeau-site.single-product .entry-summary > ul:not(.tabs):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info) > li::before {
  content: '';
  position: absolute;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pc-coral);
  box-shadow: 0 0 0 3px rgba(255,98,95,.11);
}

/* Accordions: meaningful literal icons on the left, chevron on the right.
   No generic + / × markers. */
.pc-product-accordion {
  margin-top: 14px !important;
  display: grid;
  gap: 7px;
  border-top: 0 !important;
}
.pc-product-accordion__item {
  overflow: hidden;
  border: 1px solid #e7e1e9 !important;
  border-radius: 11px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.pc-product-accordion__item[open] {
  border-color: #d9d0dc !important;
  box-shadow: 0 7px 22px rgba(21,33,52,.045);
}
.pc-product-accordion__item > summary {
  min-height: 50px !important;
  padding: 7px 11px !important;
  font-size: .75rem !important;
}
.pc-product-accordion__title {
  gap: 9px !important;
}
.pc-product-accordion__icon {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px;
  display: grid !important;
  place-items: center;
  border-radius: 9px;
  background: #fff4f1 !important;
  color: var(--pc-ink) !important;
}
.pc-product-accordion__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-product-accordion__item:nth-child(2) .pc-product-accordion__icon { background: #fff8df !important; }
.pc-product-accordion__item:nth-child(3) .pc-product-accordion__icon { background: #eef8f4 !important; }
.pc-product-accordion__item:nth-child(4) .pc-product-accordion__icon { background: #eef3ff !important; }
.pc-product-accordion__item:nth-child(5) .pc-product-accordion__icon { background: #f7f0ff !important; }
.pc-product-accordion__toggle {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  color: #736b78 !important;
  transform: none !important;
  transition: transform .2s ease !important;
}
.pc-product-accordion__toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-product-accordion__item[open] .pc-product-accordion__toggle {
  transform: rotate(180deg) !important;
}
.pc-product-accordion__content {
  padding: 2px 12px 14px 50px !important;
  font-size: .73rem !important;
  line-height: 1.55 !important;
}

@media (max-width: 689px) {
  .passioncadeau-site.single-product form.cart {
    margin-top: 9px !important;
    padding-top: 10px !important;
  }
  .passioncadeau-site.single-product form.cart .pc-tshirt-options {
    padding: 12px !important;
  }
  .passioncadeau-site.single-product .entry-summary > ul:not(.tabs):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info) {
    grid-template-columns: 1fr 1fr;
  }
  .pc-product-accordion__content {
    padding-left: 12px !important;
  }
}

@media (max-width: 420px) {
  .passioncadeau-site.single-product .entry-summary > ul:not(.tabs):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info) {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================
   V5 — LEADER LOOK
   Editorial e-commerce direction: larger type, stronger product staging,
   fewer generic boxes and much tighter information hierarchy.
   ======================================================================== */
.pc5-home {
  --pc5-navy: #0b2d4b;
  --pc5-navy-2: #123b5f;
  --pc5-ink: #092a47;
  --pc5-coral: #ff625f;
  --pc5-coral-dark: #ec4f50;
  --pc5-yellow: #ffc947;
  --pc5-cream: #fff5e8;
  --pc5-mint: #e4f4ed;
  --pc5-ice: #f3f7f8;
  --pc5-pink: #fff0ef;
  --pc5-border: #dbe4e8;
  color: var(--pc5-ink);
  background: #fff;
  overflow: hidden;
}
.pc5-home * { box-sizing: border-box; }
.pc5-home a { color: inherit; }
.pc5-home h1,.pc5-home h2,.pc5-home h3,.pc5-home p { margin-top: 0; }
.pc5-home h1,.pc5-home h2,.pc5-home h3 { text-wrap: balance; }

/* HERO */
.pc5-hero {
  position: relative;
  min-height: 690px;
  padding: 72px 0 62px;
  background: linear-gradient(112deg, #fff 0%, #fff 48%, #f5faf8 48%, #eff8f5 100%);
  border-bottom: 1px solid #e9eeee;
}
.pc5-hero::before {
  content: '';
  position: absolute;
  width: 330px;
  height: 330px;
  left: -200px;
  top: 130px;
  border: 1px solid rgba(255,98,95,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(255,98,95,.035), 0 0 0 92px rgba(255,98,95,.025);
  pointer-events: none;
}
.pc5-hero__layout {
  min-height: 555px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  gap: 58px;
  align-items: center;
}
.pc5-brandline { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.pc5-brandline span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 7px;
  background: var(--pc5-coral);
  color: #fff;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .105em;
}
.pc5-brandline b { color: #657988; font-size: .78rem; letter-spacing: .015em; }
.pc5-hero h1 {
  max-width: 690px;
  margin-bottom: 20px;
  color: var(--pc5-ink);
  font-size: clamp(3.6rem, 5.7vw, 6.25rem);
  line-height: .88;
  letter-spacing: -.075em;
  font-weight: 950;
}
.pc5-hero h1 em { color: var(--pc5-coral); font-style: normal; }
.pc5-hero__lead {
  max-width: 650px;
  margin-bottom: 26px;
  color: #536b7a;
  font-size: clamp(1.05rem, 1.35vw, 1.27rem);
  line-height: 1.52;
}
.pc5-search { max-width: 685px; margin: 0 0 18px; }
.pc5-search > label { display: block; margin-bottom: 7px; color: var(--pc5-ink); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.pc5-search > div {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
  padding: 7px;
  background: #fff;
  border: 1px solid #dce5e9;
  border-radius: 16px;
  box-shadow: 0 16px 45px rgba(11,45,75,.09);
}
.pc5-search input[type="search"] {
  min-width: 0;
  height: 52px;
  padding: 0 15px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pc5-ink);
  font-size: .98rem;
}
.pc5-search button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 11px;
  background: var(--pc5-navy);
  color: #fff;
  font-size: .87rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.pc5-search button:hover { transform: translateY(-1px); background: var(--pc5-coral); }
.pc5-hero__links { max-width: 685px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #e1e8eb; border-bottom: 1px solid #e1e8eb; }
.pc5-hero__links a { padding: 15px 15px 15px 0; text-decoration: none; }
.pc5-hero__links a + a { padding-left: 15px; border-left: 1px solid #e1e8eb; }
.pc5-hero__links b,.pc5-hero__links span { display: block; }
.pc5-hero__links b { margin-bottom: 3px; font-size: .91rem; }
.pc5-hero__links span { color: #71828e; font-size: .72rem; }
.pc5-hero__trust { max-width: 685px; margin-top: 16px; display: flex; gap: 18px; flex-wrap: wrap; color: #667b89; font-size: .72rem; }
.pc5-hero__trust span { display: inline-flex; align-items: baseline; gap: 5px; }
.pc5-hero__trust b { color: var(--pc5-ink); font-size: .78rem; }

.pc5-hero__stage { position: relative; height: 540px; }
.pc5-hero__stage::before {
  content: '';
  position: absolute;
  inset: 62px 8px 24px 105px;
  border-radius: 42% 58% 40% 60% / 48% 38% 62% 52%;
  background: linear-gradient(145deg, #cceee1, #e9f6f1);
}
.pc5-hero__statement {
  position: absolute;
  right: 6px;
  top: 0;
  z-index: 6;
  width: 180px;
  padding: 16px 17px;
  border-radius: 17px;
  background: var(--pc5-navy);
  color: #fff;
  box-shadow: 0 20px 45px rgba(9,42,71,.15);
  transform: rotate(2deg);
}
.pc5-hero__statement span { display: block; color: var(--pc5-yellow); font-size: 2.15rem; line-height: .95; font-weight: 950; }
.pc5-hero__statement small { display: block; margin-top: 5px; font-size: .72rem; line-height: 1.25; font-weight: 750; }
.pc5-hero-card {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(9,42,71,.09);
  border-radius: 20px;
  background: #fff;
  color: var(--pc5-ink);
  text-decoration: none;
  box-shadow: 0 22px 55px rgba(9,42,71,.15);
  transition: transform .28s ease, box-shadow .28s ease;
}
.pc5-hero-card:hover { z-index: 8; transform: translateY(-8px) rotate(0deg) !important; box-shadow: 0 30px 75px rgba(9,42,71,.22); }
.pc5-hero-card--1 { width: 53%; left: 0; top: 42px; transform: rotate(-3.5deg); }
.pc5-hero-card--2 { width: 46%; right: 2%; bottom: 16px; transform: rotate(3.6deg); }
.pc5-hero-card--3 { width: 38%; right: 17%; top: 58px; transform: rotate(7deg); opacity: .98; }
.pc5-hero-card__visual { display: block; aspect-ratio: 1 / 1; padding: 15px 15px 2px; background: linear-gradient(180deg,#fafafa,#fff); }
.pc5-hero-card__visual img { width: 100%; height: 100%; object-fit: contain; }
.pc5-hero-card__meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 12px 14px 14px; }
.pc5-hero-card__meta strong { max-width: 72%; font-size: .8rem; line-height: 1.25; }
.pc5-hero-card__meta b { white-space: nowrap; font-size: .92rem; }
.pc5-hero__stamp {
  position: absolute;
  z-index: 9;
  left: 45%;
  top: 47%;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pc5-coral);
  color: #fff;
  text-align: center;
  font-size: .66rem;
  line-height: 1.12;
  font-weight: 850;
  box-shadow: 0 15px 30px rgba(255,98,95,.3);
  transform: rotate(-8deg);
}
.pc5-hero__stamp strong { display: block; font-size: .88rem; }

/* Intent navigation */
.pc5-intent-bar { background: var(--pc5-navy); color: #fff; }
.pc5-intent-bar__inner { display: grid; grid-template-columns: repeat(4,1fr); }
.pc5-intent-bar a {
  min-height: 116px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-content: center;
  column-gap: 10px;
  padding: 22px 24px;
  text-decoration: none;
  border-left: 1px solid rgba(255,255,255,.14);
  transition: background .2s ease;
}
.pc5-intent-bar a:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.pc5-intent-bar a:hover { background: rgba(255,255,255,.06); }
.pc5-intent-bar small { grid-row: 1 / 3; color: var(--pc5-yellow); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.pc5-intent-bar strong { font-size: 1.04rem; }
.pc5-intent-bar span { margin-top: 2px; color: #b8c8d4; font-size: .72rem; }

/* Concierge */
.pc5-concierge { padding: 58px 0; background: #fff; }
.pc5-concierge__box {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 46px;
  align-items: center;
  padding: 42px 44px;
  border-radius: 26px;
  background: var(--pc5-cream);
  box-shadow: inset 0 0 0 1px #f0dfca;
}
.pc5-concierge__copy > span,.pc5-section-heading > div > span,.pc5-age-story__copy > span,.pc5-supports__intro > span,.pc5-proof__statement > span,.pc5-guide__copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--pc5-coral);
  font-size: .7rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.pc5-concierge__copy h2 { margin: 0 0 10px; font-size: clamp(2rem,3vw,3.1rem); line-height: .96; letter-spacing: -.055em; }
.pc5-concierge__copy p { margin-bottom: 0; color: #6c756f; font-size: .88rem; line-height: 1.5; }
.pc5-finder { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.pc5-finder .pc-finder-field { min-width: 0; }
.pc5-finder .pc-finder-field > span { display: block; margin-bottom: 6px; color: #6f675d; font-size: .72rem; font-weight: 900; }
.pc5-finder select { width: 100%; height: 52px; padding: 0 35px 0 13px; border: 1px solid #dfd8cf; border-radius: 11px; background-color: #fff; color: var(--pc5-ink); font-size: .82rem; font-weight: 800; }
.pc5-finder button { grid-column: 1 / -1; min-height: 54px; border: 0; border-radius: 11px; background: var(--pc5-coral); color: #fff; font-size: .88rem; font-weight: 950; cursor: pointer; }
.pc5-finder button:hover { background: var(--pc5-coral-dark); }

/* Shared section heading */
.pc5-section { padding: 82px 0; }
.pc5-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.pc5-section-heading > div { max-width: 850px; }
.pc5-section-heading h2,.pc5-age-story__copy h2,.pc5-supports__intro h2,.pc5-proof__statement h2,.pc5-guide__copy h2 {
  margin: 0;
  color: var(--pc5-ink);
  font-size: clamp(2.4rem,4.5vw,4.65rem);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 950;
}
.pc5-section-heading > a { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 2px solid var(--pc5-coral); text-decoration: none; font-size: .8rem; font-weight: 900; }
.pc5-section-heading--light h2,.pc5-section-heading--light > a { color: #fff; }
.pc5-section-heading--light > div > span { color: var(--pc5-yellow); }

/* Product grid */
.pc5-bestsellers { background: #f5f8f8; }
.pc5-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; align-items: start; }
.pc5-product-card { min-width: 0; height: auto !important; align-self: start; overflow: hidden; border: 1px solid var(--pc5-border); border-radius: 18px; background: #fff; box-shadow: 0 9px 25px rgba(9,42,71,.045); transition: transform .25s ease, box-shadow .25s ease; }
.pc5-product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(9,42,71,.13); }
.pc5-product-card__media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f7f7f6; }
.pc5-product-card__image { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: contain; padding: 10px; transition: opacity .25s ease, transform .3s ease; }
.pc5-product-card__image--hover { opacity: 0; }
.pc5-product-card:hover .pc5-product-card__image--main:has(+ .pc5-product-card__image--hover) { opacity: 0; }
.pc5-product-card:hover .pc5-product-card__image--hover { opacity: 1; transform: scale(1.025); }
.pc5-product-card__type,.pc5-product-card__draft { position: absolute; top: 12px; z-index: 3; padding: 6px 8px; border-radius: 999px; background: #fff; color: var(--pc5-ink); font-size: .62rem; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; box-shadow: 0 5px 18px rgba(9,42,71,.08); }
.pc5-product-card__type { left: 12px; }
.pc5-product-card__draft { right: 12px; background: var(--pc5-yellow); }
.pc5-product-card__body { padding: 17px 17px 18px; }
.pc5-product-card__eyebrow { display: block; margin-bottom: 6px; color: var(--pc5-coral); font-size: .65rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.pc5-product-card h3 { margin: 0; min-height: 3.35em; font-size: .94rem; line-height: 1.27; font-weight: 900; letter-spacing: -.02em; }
.pc5-product-card h3 a { text-decoration: none; }
.pc5-product-card__footer { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pc5-product-card__price { white-space: nowrap; font-size: 1.05rem; font-weight: 950; }
.pc5-product-card__price del { color: #84939d; font-size: .78rem; font-weight: 700; }
.pc5-product-card__price ins { text-decoration: none; }
.pc5-product-card__cta { padding: 9px 11px; border-radius: 8px; background: var(--pc5-navy); color: #fff !important; text-decoration: none; font-size: .66rem; font-weight: 900; white-space: nowrap; }
.pc5-product-card__cta:hover { background: var(--pc5-coral); }

/* Age editorial */
.pc5-age-story { background: #fff; }
.pc5-age-story__top { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: start; }
.pc5-age-story__copy { position: sticky; top: 120px; padding-top: 8px; }
.pc5-age-story__copy p { max-width: 500px; margin: 20px 0; color: #657b89; line-height: 1.6; }
.pc5-age-story__copy > a { display: inline-block; padding-bottom: 5px; border-bottom: 2px solid var(--pc5-coral); text-decoration: none; font-size: .82rem; font-weight: 900; }
.pc5-age-spotlights { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.pc5-age-spotlight { position: relative; min-height: 250px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-radius: 19px; background: #fff3e3; text-decoration: none; }
.pc5-age-spotlight--2 { background: #e7f5ef; }
.pc5-age-spotlight--3 { background: #ffedec; }
.pc5-age-spotlight__num { position: relative; z-index: 2; font-size: 3rem; line-height: .9; letter-spacing: -.06em; font-weight: 950; }
.pc5-age-spotlight__num small { display: block; margin-top: 5px; color: #6e7d88; font-size: .7rem; letter-spacing: 0; }
.pc5-age-spotlight__media { position: absolute; right: -4%; bottom: -12%; width: 75%; height: 78%; background-position: center; background-repeat: no-repeat; background-size: contain; transition: transform .3s ease; }
.pc5-age-spotlight:hover .pc5-age-spotlight__media { transform: translateY(-5px) rotate(-2deg) scale(1.04); }
.pc5-age-spotlight > b { position: relative; z-index: 2; align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .7rem; }
.pc5-age-index { margin-top: 22px; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid #e5ecef; }
.pc5-age-index a { min-width: 43px; height: 39px; display: inline-grid; place-items: center; padding: 0 9px; border: 1px solid #dce5e9; border-radius: 999px; background: #fff; text-decoration: none; font-size: .75rem; font-weight: 900; }
.pc5-age-index a:hover { border-color: var(--pc5-coral); color: var(--pc5-coral); }
.pc5-age-index__birth { min-width: auto !important; padding-inline: 16px !important; background: var(--pc5-cream) !important; }

/* People editorial mosaic */
.pc5-people { background: var(--pc5-ice); }
.pc5-people-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr; grid-template-rows: repeat(2, 245px); gap: 14px; }
.pc5-person-card { position: relative; overflow: hidden; border-radius: 20px; background: #fff; text-decoration: none; }
.pc5-person-card--1 { grid-row: 1 / 3; background: #fff0e4; }
.pc5-person-card--2 { background: #e8f6f0; }
.pc5-person-card--3 { background: #fff0ef; }
.pc5-person-card--4 { background: #eaf0ff; }
.pc5-person-card--5 { background: #fff7da; }
.pc5-person-card__copy { position: relative; z-index: 3; width: 58%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.pc5-person-card--1 .pc5-person-card__copy { width: 60%; padding: 34px; }
.pc5-person-card__copy small { color: #6c7b86; font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.pc5-person-card__copy strong { margin-top: 5px; font-size: clamp(1.65rem,2vw,2.4rem); line-height: .95; letter-spacing: -.05em; font-weight: 950; }
.pc5-person-card--1 .pc5-person-card__copy strong { font-size: clamp(2.8rem,4vw,4.7rem); }
.pc5-person-card__copy em { margin-top: 10px; color: #5e7382; font-size: .78rem; line-height: 1.42; font-style: normal; }
.pc5-person-card__copy b { margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--pc5-coral); font-size: .68rem; }
.pc5-person-card__media { position: absolute; right: -3%; bottom: -8%; width: 55%; height: 92%; background-position: center bottom; background-repeat: no-repeat; background-size: contain; transition: transform .32s ease; }
.pc5-person-card--1 .pc5-person-card__media { width: 63%; height: 85%; right: -7%; }
.pc5-person-card:hover .pc5-person-card__media { transform: translateY(-7px) scale(1.035); }

/* Occasions */
.pc5-occasion-editorial { background: var(--pc5-navy); color: #fff; }
.pc5-occasion-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: repeat(2,245px); gap: 14px; }
.pc5-occasion-card { position: relative; overflow: hidden; border-radius: 19px; text-decoration: none; background: #ffd75f; color: var(--pc5-ink); }
.pc5-occasion-card--1 { grid-row: 1 / 3; }
.pc5-occasion-card--2 { background: #d5eee5; }
.pc5-occasion-card--3 { background: #ffdeda; }
.pc5-occasion-card--4 { background: #dce6ff; }
.pc5-occasion-card__copy { position: relative; z-index: 3; width: 59%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; }
.pc5-occasion-card--1 .pc5-occasion-card__copy { padding: 34px; }
.pc5-occasion-card__copy small { font-size: .65rem; font-weight: 950; text-transform: uppercase; letter-spacing: .09em; }
.pc5-occasion-card__copy strong { margin-top: 5px; font-size: 2rem; line-height: .95; letter-spacing: -.05em; font-weight: 950; }
.pc5-occasion-card--1 .pc5-occasion-card__copy strong { font-size: clamp(3rem,4.4vw,5rem); }
.pc5-occasion-card__copy em { margin-top: 10px; max-width: 340px; font-size: .78rem; line-height: 1.45; font-style: normal; }
.pc5-occasion-card__copy b { margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .68rem; }
.pc5-occasion-card__media { position: absolute; right: -4%; bottom: -10%; width: 58%; height: 92%; background-position: center bottom; background-repeat: no-repeat; background-size: contain; transition: transform .3s ease; }
.pc5-occasion-card:hover .pc5-occasion-card__media { transform: translateY(-8px) rotate(-1deg) scale(1.04); }

/* Supports */
.pc5-supports { background: var(--pc5-cream); }
.pc5-supports__intro { max-width: 800px; margin-bottom: 34px; }
.pc5-supports__intro p { max-width: 630px; margin: 17px 0 0; color: #6d7580; line-height: 1.58; }
.pc5-supports__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pc5-support-card { position: relative; min-height: 420px; overflow: hidden; border-radius: 24px; text-decoration: none; color: #fff !important; background: var(--pc5-navy); }
.pc5-support-card--mug { background: var(--pc5-coral); }
.pc5-support-card__copy { position: relative; z-index: 3; width: 58%; height: 100%; min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; padding: 35px; }
.pc5-support-card__copy small { font-size: .67rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.pc5-support-card__copy strong { margin-top: 8px; font-size: clamp(2.2rem,3.5vw,4.1rem); line-height: .91; letter-spacing: -.06em; }
.pc5-support-card__copy > b { margin-top: 18px; color: var(--pc5-yellow); font-size: 1.6rem; }
.pc5-support-card__copy em { margin-top: auto; padding-bottom: 4px; border-bottom: 2px solid rgba(255,255,255,.85); font-size: .8rem; font-style: normal; font-weight: 900; }
.pc5-support-card__media { position: absolute; right: -3%; bottom: -10%; width: 55%; height: 95%; background-position: center bottom; background-repeat: no-repeat; background-size: contain; transition: transform .3s ease; }
.pc5-support-card:hover .pc5-support-card__media { transform: translateY(-8px) rotate(-2deg) scale(1.04); }

/* Proof editorial */
.pc5-proof { padding: 88px 0; background: #fff; }
.pc5-proof__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.pc5-proof__statement { padding-top: 8px; }
.pc5-proof__statement p { max-width: 510px; margin: 20px 0 0; color: #607687; font-size: .95rem; line-height: 1.65; }
.pc5-proof__facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #dce5e9; border-left: 1px solid #dce5e9; }
.pc5-proof__facts > div { min-height: 170px; padding: 24px; border-right: 1px solid #dce5e9; border-bottom: 1px solid #dce5e9; }
.pc5-proof__facts small { display: block; margin-bottom: 28px; color: var(--pc5-coral); font-size: .68rem; font-weight: 950; }
.pc5-proof__facts strong { display: block; font-size: 1.25rem; letter-spacing: -.03em; }
.pc5-proof__facts span { display: block; margin-top: 6px; color: #71828e; font-size: .78rem; line-height: 1.45; }

/* New */
.pc5-new { background: #f4f7f8; }

/* Editorial SEO / guide */
.pc5-guide { padding: 86px 0 92px; background: var(--pc5-navy); color: #fff; }
.pc5-guide__layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.pc5-guide__copy > span { color: var(--pc5-yellow); }
.pc5-guide__copy h2 { color: #fff; }
.pc5-guide__copy p { max-width: 700px; margin: 20px 0 0; color: #c4d1da; line-height: 1.62; }
.pc5-guide__links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pc5-guide__links a { min-height: 115px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.pc5-guide__links a:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.35); }
.pc5-guide__links small { color: #aebfcb; font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; }
.pc5-guide__links b { margin-top: 3px; color: #fff; font-size: 1.3rem; }

/* ========================================================================
   V5 — PRODUCT PAGE PURCHASE FLOW
   ======================================================================== */
/* Hide the legacy imported feature list; V5 replaces it with a designed panel. */
.passioncadeau-site.single-product .woocommerce-product-details__short-description ul,
.passioncadeau-site.single-product .entry-summary .woocommerce-product-details__short-description ul {
  display: none !important;
}

.pc5-product-benefits {
  margin: 16px 0 14px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.pc5-product-benefit {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  gap: 9px;
  align-items: start;
  padding: 12px;
  border: 1px solid #e6e1e7;
  border-radius: 12px;
  background: linear-gradient(180deg,#fff,#fdfcfc);
}
.pc5-product-benefit > span { color: var(--pc-coral); font-size: .62rem; font-weight: 950; letter-spacing: .08em; }
.pc5-product-benefit strong,.pc5-product-benefit small { display: block; }
.pc5-product-benefit strong { color: var(--pc-ink); font-size: .73rem; line-height: 1.18; }
.pc5-product-benefit small { margin-top: 3px; color: #7a7180; font-size: .6rem; line-height: 1.35; }

/* Keep the actual WooCommerce form compact and make the CTA occupy all
   remaining horizontal space next to a compact quantity control. */
.passioncadeau-site.single-product form.cart {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  margin: 10px 0 0 !important;
  padding: 10px 0 0 !important;
  border-top: 1px solid #e8e2e8 !important;
}
.passioncadeau-site.single-product form.cart .pc-tshirt-options {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 13px 14px !important;
  border-radius: 13px !important;
}
.passioncadeau-site.single-product form.cart .quantity {
  flex: 0 0 116px !important;
  width: 116px !important;
  min-width: 116px !important;
  max-width: 116px !important;
  margin: 0 !important;
}
.passioncadeau-site.single-product form.cart .single_add_to_cart_button {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 58px !important;
  margin: 0 !important;
  border-radius: 11px !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
}
.passioncadeau-site.single-product form.cart .single_add_to_cart_button:not(:disabled) { background: var(--pc-coral) !important; opacity: 1 !important; }
.passioncadeau-site.single-product form.cart .single_add_to_cart_button:not(:disabled):hover { background: #ef5453 !important; }

/* Visual UI radios use *_ui names; styling remains identical. */
.passioncadeau-site.single-product .pc-color-choice input[name="pc_color_ui"],
.passioncadeau-site.single-product .pc-size-choice input[name="pc_size_ui"] { position: absolute !important; opacity: 0 !important; pointer-events: none !important; }
.passioncadeau-site.single-product .pc-size-choice input[name="pc_size_ui"]:checked + span {
  background: #141423 !important;
  border-color: #141423 !important;
  color: #fff !important;
  box-shadow: 0 8px 17px rgba(20,20,35,.12);
}
.passioncadeau-site.single-product .pc-color-choice:has(input[name="pc_color_ui"]:checked) {
  border-color: #d7cfd9 !important;
  box-shadow: 0 4px 13px rgba(26,20,33,.04);
}

/* Upgrade accordion density and keep semantic icons visible. */
.passioncadeau-site.single-product .pc-product-accordion { margin-top: 14px !important; gap: 8px !important; }
.passioncadeau-site.single-product .pc-product-accordion__item { overflow: hidden; border: 1px solid #e8e2e8 !important; border-radius: 11px !important; background: #fff; }
.passioncadeau-site.single-product .pc-product-accordion__item > summary { min-height: 52px !important; padding: 0 12px !important; border: 0 !important; }
.passioncadeau-site.single-product .pc-product-accordion__title { display: inline-flex; align-items: center; gap: 9px; }
.passioncadeau-site.single-product .pc-product-accordion__icon { width: 28px !important; height: 28px !important; display: inline-grid !important; place-items: center; border-radius: 8px; background: #fff3f1; color: var(--pc-coral); }
.passioncadeau-site.single-product .pc-product-accordion__icon svg { width: 16px !important; height: 16px !important; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.passioncadeau-site.single-product .pc-product-accordion__toggle { width: 25px !important; height: 25px !important; display: inline-grid !important; place-items: center; border-radius: 50%; background: #f7f5f7; }
.passioncadeau-site.single-product .pc-product-accordion__toggle svg { width: 13px; height: 13px; fill: none; stroke: #5e5364; stroke-width: 1.7; }
.passioncadeau-site.single-product .pc-product-accordion__content { padding: 0 14px 15px 49px !important; color: #655d68; font-size: .68rem !important; line-height: 1.52; }

/* Literal service cards: readable, not decorative. */
.passioncadeau-site.single-product .pc-single-services,
.passioncadeau-site.single-product .ct-product-additional-actions,
.passioncadeau-site.single-product .ct-product-additional-actions > div {
  max-width: none !important;
}

/* PRODUCT RESPONSIVE */
@media (max-width: 1024px) {
  .pc5-hero { min-height: auto; padding: 54px 0; }
  .pc5-hero__layout { min-height: auto; grid-template-columns: 1fr 1fr; gap: 30px; }
  .pc5-hero__stage { height: 455px; }
  .pc5-intent-bar a { padding-inline: 16px; }
  .pc5-concierge__box,.pc5-age-story__top,.pc5-proof__layout,.pc5-guide__layout { grid-template-columns: 1fr; }
  .pc5-age-story__copy { position: static; }
  .pc5-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pc5-people-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3,230px); }
  .pc5-person-card--1 { grid-row: 1 / 3; }
  .pc5-occasion-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2,245px); }
  .pc5-occasion-card--1 { grid-row: auto; }
}

@media (max-width: 767px) {
  .pc5-hero { padding: 34px 0 30px; background: linear-gradient(180deg,#fff 0%,#fff 68%,#f1f8f5 100%); }
  .pc5-hero__layout { grid-template-columns: 1fr; gap: 25px; }
  .pc5-brandline b { display: none; }
  .pc5-hero h1 { font-size: clamp(3rem,14vw,4.55rem); }
  .pc5-hero__lead { font-size: .98rem; }
  .pc5-search > div { grid-template-columns: 1fr; }
  .pc5-search button { width: 100%; }
  .pc5-hero__links { grid-template-columns: 1fr; border-bottom: 0; }
  .pc5-hero__links a,.pc5-hero__links a + a { padding: 11px 0; border-left: 0; border-bottom: 1px solid #e1e8eb; }
  .pc5-hero__trust { gap: 9px 14px; }
  .pc5-hero__stage { height: 350px; }
  .pc5-hero-card--1 { width: 56%; left: 0; }
  .pc5-hero-card--2 { width: 50%; right: 0; }
  .pc5-hero-card--3 { width: 39%; }
  .pc5-hero__statement { width: 135px; padding: 11px; }
  .pc5-hero__statement span { font-size: 1.65rem; }
  .pc5-hero__statement small { font-size: .6rem; }
  .pc5-hero__stamp { width: 74px; height: 74px; font-size: .55rem; }
  .pc5-intent-bar__inner { grid-template-columns: 1fr 1fr; }
  .pc5-intent-bar a { min-height: 94px; padding: 14px; }
  .pc5-concierge { padding: 28px 0; }
  .pc5-concierge__box { gap: 24px; padding: 25px 20px; border-radius: 18px; }
  .pc5-finder { grid-template-columns: 1fr; }
  .pc5-finder button { grid-column: auto; }
  .pc5-section { padding: 55px 0; }
  .pc5-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 23px; }
  .pc5-section-heading h2,.pc5-age-story__copy h2,.pc5-supports__intro h2,.pc5-proof__statement h2,.pc5-guide__copy h2 { font-size: clamp(2.3rem,11vw,3.6rem); }
  .pc5-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .pc5-product-card { border-radius: 13px; }
  .pc5-product-card__body { padding: 11px; }
  .pc5-product-card h3 { min-height: 4.2em; font-size: .76rem; }
  .pc5-product-card__footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .pc5-product-card__cta { width: 100%; text-align: center; }
  .pc5-age-story__top { gap: 30px; }
  .pc5-age-spotlights { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .pc5-age-spotlight { min-height: 190px; }
  .pc5-age-spotlight__num { font-size: 2.25rem; }
  .pc5-people-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .pc5-person-card,.pc5-person-card--1 { grid-row: auto; min-height: 230px; }
  .pc5-person-card--1 .pc5-person-card__copy { width: 58%; padding: 24px; }
  .pc5-person-card--1 .pc5-person-card__copy strong { font-size: 2.6rem; }
  .pc5-occasion-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .pc5-occasion-card,.pc5-occasion-card--1 { min-height: 230px; grid-row: auto; }
  .pc5-occasion-card--1 .pc5-occasion-card__copy { padding: 25px; }
  .pc5-occasion-card--1 .pc5-occasion-card__copy strong { font-size: 2.7rem; }
  .pc5-supports__grid { grid-template-columns: 1fr; }
  .pc5-support-card,.pc5-support-card__copy { min-height: 340px; }
  .pc5-support-card__copy { padding: 25px; }
  .pc5-proof { padding: 58px 0; }
  .pc5-proof__layout { gap: 35px; }
  .pc5-proof__facts { grid-template-columns: 1fr; }
  .pc5-proof__facts > div { min-height: 130px; }
  .pc5-guide { padding: 58px 0; }
  .pc5-guide__layout { gap: 34px; }
  .pc5-guide__links { grid-template-columns: 1fr 1fr; }

  .pc5-product-benefits { grid-template-columns: 1fr 1fr; }
  .passioncadeau-site.single-product form.cart .quantity { flex-basis: 94px !important; width: 94px !important; min-width: 94px !important; max-width: 94px !important; }
  .passioncadeau-site.single-product form.cart .single_add_to_cart_button { min-height: 54px !important; }
}

@media (max-width: 430px) {
  .pc5-intent-bar__inner { grid-template-columns: 1fr; }
  .pc5-intent-bar a { min-height: 78px; }
  .pc5-product-grid { grid-template-columns: 1fr 1fr; }
  .pc5-age-spotlights { grid-template-columns: 1fr 1fr; }
  .pc5-guide__links { grid-template-columns: 1fr; }
  .pc5-product-benefits { grid-template-columns: 1fr; }
}

/* ========================================================================
   V5.1 — LEADER LOOK RESET
   Live-review pass: denser, product-led, no oversized intent bar / giant slabs.
   ======================================================================== */
.pc51-home { --pc51-ink:#082f51; --pc51-navy:#0b3153; --pc51-coral:#ff625f; --pc51-yellow:#ffc83d; --pc51-ice:#f3f7f8; --pc51-cream:#fff5e8; color:var(--pc51-ink); background:#fff; }
.pc51-home a { color:inherit; }
.pc51-section { padding:72px 0; }
.pc51-eyebrow,.pc51-heading > div > span,.pc51-supports__intro > span,.pc51-guide__copy > span { display:block; margin:0 0 8px; color:var(--pc51-coral); font-size:.72rem; line-height:1.2; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.pc51-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; margin-bottom:30px; }
.pc51-heading h2,.pc51-supports__intro h2,.pc51-guide__copy h2 { margin:0; font-size:clamp(2.15rem,3.35vw,3.65rem); line-height:.96; letter-spacing:-.055em; font-weight:950; }
.pc51-heading p { max-width:640px; margin:10px 0 0; color:#647889; font-size:.92rem; line-height:1.5; }
.pc51-heading > a { flex:0 0 auto; padding-bottom:4px; border-bottom:2px solid var(--pc51-coral); text-decoration:none; font-size:.8rem; font-weight:900; }
.pc51-heading--light h2,.pc51-heading--light p,.pc51-heading--light > a { color:#fff; }
.pc51-heading--light > div > span { color:var(--pc51-yellow); }

/* Hero */
.pc51-hero { position:relative; overflow:hidden; padding:62px 0 54px; background:linear-gradient(115deg,#fff 0%,#fff 57%,#eef8f4 100%); }
.pc51-hero::after { content:""; position:absolute; right:-9%; bottom:-30%; width:48%; aspect-ratio:1; border-radius:50%; background:rgba(255,200,61,.16); filter:blur(4px); }
.pc51-hero__grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,.98fr) minmax(440px,.82fr); gap:64px; align-items:center; }
.pc51-hero h1 { max-width:780px; margin:0; font-size:clamp(3.6rem,5.6vw,6.4rem); line-height:.88; letter-spacing:-.065em; font-weight:950; }
.pc51-hero h1 em { color:var(--pc51-coral); font-style:normal; }
.pc51-hero__lead { max-width:690px; margin:22px 0 0; color:#586f7f; font-size:1.05rem; line-height:1.58; }
.pc51-search { max-width:720px; margin-top:28px; display:grid; grid-template-columns:minmax(0,1fr) auto; padding:6px; border:1px solid #dae3e7; border-radius:15px; background:#fff; box-shadow:0 16px 40px rgba(8,47,81,.08); }
.pc51-search input { min-width:0; height:52px; padding:0 16px; border:0!important; background:transparent!important; box-shadow:none!important; font-size:.9rem; }
.pc51-search button { min-height:52px; padding:0 24px; border:0; border-radius:11px; background:#111120; color:#fff; font-size:.84rem; font-weight:900; cursor:pointer; }
.pc51-quicklinks { max-width:720px; margin-top:20px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid #dbe5e9; border-bottom:1px solid #dbe5e9; }
.pc51-quicklinks a { min-width:0; padding:16px 18px 16px 0; text-decoration:none; }
.pc51-quicklinks a + a { padding-left:18px; border-left:1px solid #dbe5e9; }
.pc51-quicklinks b,.pc51-quicklinks span { display:block; }
.pc51-quicklinks b { font-size:1rem; }
.pc51-quicklinks span { margin-top:4px; color:#728492; font-size:.78rem; }
.pc51-hero__trust { max-width:720px; margin-top:17px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.pc51-hero__trust span { min-width:0; padding:11px 13px; border:1px solid #e3e9ec; border-radius:11px; background:rgba(255,255,255,.78); }
.pc51-hero__trust strong,.pc51-hero__trust small { display:block; }
.pc51-hero__trust strong { font-size:.76rem; }
.pc51-hero__trust small { margin-top:3px; color:#7b8993; font-size:.67rem; }
.pc51-hero__stage { position:relative; min-height:505px; }
.pc51-hero-product { position:absolute; z-index:2; overflow:hidden; width:51%; border-radius:18px; background:#fff; text-decoration:none; box-shadow:0 22px 55px rgba(8,47,81,.13); transition:transform .28s ease,box-shadow .28s ease; }
.pc51-hero-product:hover { z-index:8; transform:translateY(-7px) rotate(0)!important; box-shadow:0 30px 68px rgba(8,47,81,.18); }
.pc51-hero-product--1 { left:0; top:55px; transform:rotate(-3deg); }
.pc51-hero-product--2 { right:0; bottom:24px; transform:rotate(3deg); }
.pc51-hero-product--3 { width:40%; right:17%; top:16px; transform:rotate(6deg); }
.pc51-hero-product__image { display:block; aspect-ratio:1/1; padding:12px; background:#fafafa; }
.pc51-hero-product__image img { width:100%; height:100%; object-fit:contain; }
.pc51-hero-product__meta { display:flex; align-items:flex-end; justify-content:space-between; gap:10px; padding:11px 13px 13px; }
.pc51-hero-product__meta strong { max-width:73%; font-size:.76rem; line-height:1.25; }
.pc51-hero-product__meta b { white-space:nowrap; font-size:.86rem; }
.pc51-hero__badge { position:absolute; z-index:9; right:27%; top:45%; width:82px; aspect-ratio:1; display:grid; place-items:center; padding:9px; border-radius:50%; background:var(--pc51-coral); color:#fff; text-align:center; font-size:.57rem; line-height:1.1; font-weight:900; transform:rotate(-8deg); box-shadow:0 12px 27px rgba(255,98,95,.28); }
.pc51-hero__badge b { font-size:.72rem; }

/* Finder — compact, not a giant slab */
.pc51-finder-section { padding:30px 0 38px; background:#fff; }
.pc51-finder { display:grid; grid-template-columns:.72fr 1.6fr; gap:28px; align-items:end; padding:24px 28px; border:1px solid #f0dfca; border-radius:18px; background:var(--pc51-cream); }
.pc51-finder__intro span { color:#8c6846; font-size:.68rem; font-weight:900; text-transform:uppercase; letter-spacing:.07em; }
.pc51-finder__intro h2 { margin:5px 0 0; font-size:1.55rem; line-height:1; letter-spacing:-.035em; }
.pc51-finder__fields { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)) auto; gap:10px; align-items:end; }
.pc51-finder__fields .pc-finder-field { min-width:0; }
.pc51-finder__fields label { font-size:.66rem!important; }
.pc51-finder__fields select { min-height:48px!important; }
.pc51-finder__fields button { min-height:48px; padding:0 19px; border:0; border-radius:10px; background:var(--pc51-coral); color:#fff; font-size:.78rem; font-weight:900; cursor:pointer; }

/* Product sections */
.pc51-bestsellers { background:#fff; }
.pc51-home .pc4-product-rail { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr))!important; gap:18px!important; overflow:visible!important; }
.pc51-home .pc4-product-card { min-width:0!important; width:auto!important; height:auto!important; min-height:0!important; align-self:start!important; border:1px solid #e1e8eb!important; border-radius:16px!important; box-shadow:0 10px 28px rgba(8,47,81,.055); }
.pc51-home .pc4-product-card__media { aspect-ratio:1/1!important; min-height:0!important; background:#f7f8f8!important; }
.pc51-home .pc4-product-card__image { width:100%!important; height:100%!important; object-fit:contain!important; }
.pc51-home .pc4-product-card__body { padding:14px!important; }
.pc51-home .pc4-product-card h3 { min-height:2.7em; margin:6px 0 13px!important; font-size:.84rem!important; line-height:1.35!important; }
.pc51-home .pc4-product-card__price { font-size:1rem!important; }
.pc51-home .pc4-product-card__cta { min-height:38px!important; padding:0 11px!important; border-radius:9px!important; font-size:.67rem!important; }

/* Ages — editorial visual row + compact index */
.pc51-ages { background:var(--pc51-ice); }
.pc51-age-featured { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.pc51-age-card { position:relative; min-height:205px; overflow:hidden; border-radius:17px; background:#fff0e4; text-decoration:none; }
.pc51-age-card--2 { background:#e7f5ef; }
.pc51-age-card--3 { background:#ffeded; }
.pc51-age-card__copy { position:relative; z-index:3; height:100%; min-height:205px; display:flex; flex-direction:column; align-items:flex-start; padding:20px; }
.pc51-age-card__copy strong { font-size:2.85rem; line-height:.85; letter-spacing:-.055em; }
.pc51-age-card__copy strong small { display:block; margin-top:6px; color:#73838e; font-size:.68rem; letter-spacing:0; }
.pc51-age-card__copy b { margin-top:auto; padding-bottom:3px; border-bottom:1px solid currentColor; font-size:.7rem; }
.pc51-age-card__media { position:absolute; right:-7%; bottom:-18%; width:66%; height:95%; display:grid; place-items:end center; }
.pc51-age-card__media img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.pc51-age-index { margin-top:16px; display:flex; gap:7px; flex-wrap:wrap; align-items:center; }
.pc51-age-index a { min-width:44px; height:40px; display:grid; place-items:center; padding:0 10px; border:1px solid #d8e2e6; border-radius:999px; background:#fff; text-decoration:none; font-size:.76rem; font-weight:900; }
.pc51-age-index a:hover { border-color:var(--pc51-coral); color:var(--pc51-coral); }
.pc51-age-index__birth { min-width:auto!important; padding-inline:16px!important; background:var(--pc51-cream)!important; }

/* People — no baked white square: image is blended into the card colour. */
.pc51-people { background:#fff; }
.pc51-people-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.pc51-person { position:relative; min-height:230px; overflow:hidden; border-radius:18px; background:#fff0e4; text-decoration:none; }
.pc51-person--2 { background:#e7f5ef; }
.pc51-person--3 { background:#ffeded; }
.pc51-person--4 { background:#eaf0ff; }
.pc51-person__copy { position:relative; z-index:3; width:58%; min-height:230px; display:flex; flex-direction:column; align-items:flex-start; padding:22px; }
.pc51-person__copy small { color:#6b7e8a; font-size:.64rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.pc51-person__copy strong { margin-top:5px; font-size:2.2rem; line-height:.92; letter-spacing:-.05em; }
.pc51-person__copy em { margin-top:9px; color:#597180; font-size:.75rem; line-height:1.4; font-style:normal; }
.pc51-person__copy b { margin-top:auto; color:var(--pc51-coral); font-size:.7rem; }
.pc51-person__media { position:absolute; right:-3%; bottom:-10%; width:52%; height:95%; display:grid; place-items:end center; }
.pc51-person__media img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }

/* Occasions — strong but not oversized */
.pc51-occasions { background:var(--pc51-navy); }
.pc51-occasion-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.pc51-occasion { position:relative; min-height:260px; overflow:hidden; border-radius:18px; background:#ffd75f; color:var(--pc51-ink)!important; text-decoration:none; }
.pc51-occasion--2 { background:#d5eee5; }
.pc51-occasion--3 { background:#ffdeda; }
.pc51-occasion--4 { background:#dce6ff; }
.pc51-occasion__copy { position:relative; z-index:3; width:58%; min-height:260px; display:flex; flex-direction:column; align-items:flex-start; padding:25px; }
.pc51-occasion__copy small { font-size:.64rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.pc51-occasion__copy strong { margin-top:6px; font-size:2.45rem; line-height:.92; letter-spacing:-.05em; }
.pc51-occasion__copy em { margin-top:10px; font-size:.78rem; line-height:1.4; font-style:normal; }
.pc51-occasion__copy b { margin-top:auto; padding-bottom:3px; border-bottom:1px solid currentColor; font-size:.7rem; }
.pc51-occasion__media { position:absolute; right:-2%; bottom:-11%; width:48%; height:95%; display:grid; place-items:end center; }
.pc51-occasion__media img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }

/* Supports — scaled back to the V4 proportion the live review preferred. */
.pc51-supports { background:var(--pc51-cream); }
.pc51-supports__grid { display:grid; grid-template-columns:1.05fr .8fr .8fr; gap:14px; align-items:stretch; }
.pc51-supports__intro { padding:22px 20px 22px 0; }
.pc51-supports__intro h2 { font-size:clamp(2.4rem,3.3vw,3.8rem); }
.pc51-supports__intro p { max-width:470px; margin:16px 0 0; color:#687785; line-height:1.55; }
.pc51-support { position:relative; min-height:290px; overflow:hidden; border-radius:18px; color:#fff!important; text-decoration:none; background:var(--pc51-navy); }
.pc51-support--mug { background:var(--pc51-coral); }
.pc51-support__copy { position:relative; z-index:3; width:62%; min-height:290px; display:flex; flex-direction:column; align-items:flex-start; padding:24px; }
.pc51-support__copy small { font-size:.64rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.pc51-support__copy strong { margin-top:8px; font-size:2.2rem; line-height:.92; letter-spacing:-.055em; }
.pc51-support__copy > b { margin-top:14px; color:var(--pc51-yellow); font-size:1.35rem; }
.pc51-support__copy em { margin-top:auto; padding-bottom:3px; border-bottom:2px solid currentColor; font-size:.72rem; font-style:normal; font-weight:900; }
.pc51-support__media { position:absolute; right:-5%; bottom:-13%; width:52%; height:90%; display:grid; place-items:end center; }
.pc51-support__media img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.pc51-support--shirt .pc51-support__media img { mix-blend-mode:screen; filter:contrast(1.1); }

/* Proof strip — concise and confident, not a sad white spreadsheet. */
.pc51-proof { padding:0; background:var(--pc51-navy); color:#fff; }
.pc51-proof__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.pc51-proof__grid > div { min-height:150px; display:flex; flex-direction:column; justify-content:center; padding:24px 28px; border-left:1px solid rgba(255,255,255,.14); }
.pc51-proof__grid > div:last-child { border-right:1px solid rgba(255,255,255,.14); }
.pc51-proof__grid strong { color:var(--pc51-yellow); font-size:2rem; line-height:1; letter-spacing:-.045em; }
.pc51-proof__grid span { margin-top:7px; font-size:.9rem; font-weight:900; }
.pc51-proof__grid small { margin-top:6px; color:#b8c8d4; font-size:.68rem; line-height:1.42; }

.pc51-new { background:#f4f7f8; }

/* Keep the one V5 idea the live review liked, but improve the copy. */
.pc51-guide { padding:72px 0; background:var(--pc51-navy); color:#fff; }
.pc51-guide__layout { display:grid; grid-template-columns:1.15fr .85fr; gap:62px; align-items:end; }
.pc51-guide__copy > span { color:var(--pc51-yellow); }
.pc51-guide__copy h2 { color:#fff; }
.pc51-guide__copy p { max-width:720px; margin:19px 0 0; color:#c3d0d9; font-size:.98rem; line-height:1.6; }
.pc51-guide__links { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.pc51-guide__links a { min-height:108px; display:flex; flex-direction:column; justify-content:flex-end; padding:17px; border:1px solid rgba(255,255,255,.18); border-radius:13px; text-decoration:none; }
.pc51-guide__links small { color:#aebfcb; font-size:.63rem; text-transform:uppercase; letter-spacing:.08em; }
.pc51-guide__links b { margin-top:4px; color:#fff; font-size:1.22rem; }

/* Footer: remove decorative icon set; keep only legible service copy. */
.pc-site-footer .pc-footer-promises svg { display:none!important; }
.pc-site-footer .pc-footer-promises span { padding-left:0!important; }

/* ========================================================================
   V5.1 — PRODUCT PAGE: one purchase flow, real add-to-cart, no legacy ticks.
   ======================================================================== */
.passioncadeau-site.single-product .pc5-product-benefits { margin:12px 0 16px!important; display:grid!important; grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:0!important; overflow:hidden; border:1px solid #e5e2e7; border-radius:13px; background:#fff; }
.passioncadeau-site.single-product .pc5-product-benefit { min-height:66px!important; display:block!important; padding:12px 14px!important; border:0!important; border-radius:0!important; background:#fff!important; box-shadow:none!important; }
.passioncadeau-site.single-product .pc5-product-benefit:nth-child(odd) { border-right:1px solid #ece8ed!important; }
.passioncadeau-site.single-product .pc5-product-benefit:nth-child(-n+2) { border-bottom:1px solid #ece8ed!important; }
.passioncadeau-site.single-product .pc5-product-benefit > span { display:none!important; }
.passioncadeau-site.single-product .pc5-product-benefit strong { font-size:.76rem!important; line-height:1.2!important; }
.passioncadeau-site.single-product .pc5-product-benefit small { margin-top:4px!important; color:#766d79!important; font-size:.62rem!important; line-height:1.35!important; }

/* Hide residual imported check/tick grids if Blocksy has already rendered them. */
.passioncadeau-site.single-product .pc-legacy-feature-list,
.passioncadeau-site.single-product [data-pc-legacy-features] { display:none!important; }

.passioncadeau-site.single-product form.cart { display:grid!important; grid-template-columns:116px minmax(0,1fr)!important; gap:12px!important; align-items:stretch!important; width:100%!important; margin:12px 0 0!important; padding:12px 0 0!important; border-top:1px solid #e9e4ea!important; }
.passioncadeau-site.single-product form.cart .pc-tshirt-options { grid-column:1 / -1!important; width:100%!important; margin:0!important; padding:14px!important; }
.passioncadeau-site.single-product form.cart .quantity { grid-column:1!important; width:116px!important; min-width:116px!important; max-width:116px!important; margin:0!important; }
.passioncadeau-site.single-product form.cart .single_add_to_cart_button { grid-column:2!important; width:100%!important; min-width:0!important; max-width:none!important; min-height:56px!important; margin:0!important; border-radius:10px!important; background:var(--pc-coral)!important; opacity:1!important; }
.passioncadeau-site.single-product form.cart .single_add_to_cart_button.is-loading { opacity:.72!important; pointer-events:none; }
.passioncadeau-site.single-product form.cart .single_add_to_cart_button.is-added { background:#1f7a56!important; }
.passioncadeau-site.single-product .pc-option-block--color { margin-bottom:11px!important; padding-bottom:11px!important; }
.passioncadeau-site.single-product .pc-option-block--size { margin:0!important; padding:0!important; border:0!important; }
.passioncadeau-site.single-product .pc-options-error { grid-column:1 / -1; margin:0 0 8px; padding:10px 12px; border-radius:9px; background:#fff0ef; color:#9d2f2d; font-size:.72rem; font-weight:800; }

@media (max-width:1100px) {
  .pc51-hero__grid { grid-template-columns:1fr 1fr; gap:34px; }
  .pc51-hero__stage { min-height:440px; }
  .pc51-supports__grid { grid-template-columns:1fr 1fr; }
  .pc51-supports__intro { grid-column:1/-1; padding-right:0; }
}
@media (max-width:820px) {
  .pc51-section { padding:52px 0; }
  .pc51-heading { align-items:flex-start; flex-direction:column; gap:12px; }
  .pc51-hero { padding:36px 0 34px; }
  .pc51-hero__grid { grid-template-columns:1fr; gap:24px; }
  .pc51-hero h1 { font-size:clamp(3rem,13vw,5rem); }
  .pc51-hero__stage { min-height:345px; }
  .pc51-quicklinks { grid-template-columns:1fr; border-bottom:0; }
  .pc51-quicklinks a,.pc51-quicklinks a+a { padding:11px 0; border-left:0; border-bottom:1px solid #dbe5e9; }
  .pc51-hero__trust { grid-template-columns:1fr 1fr 1fr; }
  .pc51-finder { grid-template-columns:1fr; gap:18px; padding:20px; }
  .pc51-finder__fields { grid-template-columns:1fr 1fr; }
  .pc51-finder__fields button { grid-column:1/-1; }
  .pc51-home .pc4-product-rail { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .pc51-age-featured { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pc51-people-grid,.pc51-occasion-grid { grid-template-columns:1fr 1fr; }
  .pc51-supports__grid { grid-template-columns:1fr; }
  .pc51-proof__grid { grid-template-columns:1fr 1fr; }
  .pc51-guide__layout { grid-template-columns:1fr; gap:34px; }
}
@media (max-width:520px) {
  .pc51-search { grid-template-columns:1fr; gap:6px; }
  .pc51-search button { width:100%; }
  .pc51-hero__trust { grid-template-columns:1fr; }
  .pc51-hero__stage { min-height:300px; }
  .pc51-hero-product--1 { width:55%; }
  .pc51-hero-product--2 { width:51%; }
  .pc51-hero-product--3 { width:40%; }
  .pc51-finder__fields { grid-template-columns:1fr; }
  .pc51-home .pc4-product-rail { grid-template-columns:1fr 1fr!important; gap:9px!important; }
  .pc51-home .pc4-product-card__body { padding:10px!important; }
  .pc51-home .pc4-product-card h3 { font-size:.73rem!important; }
  .pc51-age-featured,.pc51-people-grid,.pc51-occasion-grid { grid-template-columns:1fr; }
  .pc51-age-card,.pc51-age-card__copy { min-height:175px; }
  .pc51-person,.pc51-person__copy { min-height:205px; }
  .pc51-occasion,.pc51-occasion__copy { min-height:220px; }
  .pc51-proof__grid { grid-template-columns:1fr; }
  .pc51-proof__grid > div { min-height:120px; border-right:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
  .pc51-guide__links { grid-template-columns:1fr 1fr; }
  .passioncadeau-site.single-product form.cart { grid-template-columns:105px minmax(0,1fr)!important; }
  .passioncadeau-site.single-product form.cart .quantity { width:105px!important; min-width:105px!important; max-width:105px!important; }
}


/* ==========================================================================\n   PassionCadeau V5.2 — locked navy art direction + seasonal hero\n   ========================================================================== */
:root {
  --pc-navy: #0a2f52;
  --pc-navy-2: #0e3b64;
  --pc-navy-soft: #eaf1f6;
  --pc-coral: #ff625f;
  --pc-coral-dark: #e94f4d;
  --pc-gold: #f6c84b;
  --pc-cream: #fff7ec;
  --pc-mint: #dff1ea;
  --pc-pink: #ffe8e6;
  --pc-blue-soft: #eaf0ff;
  --pc-text-soft: #65768a;
}
body.passioncadeau-site { color: var(--pc-navy); }
.pc-site-header,
.pc-desktop-nav,
.pc-header-main { color: var(--pc-navy); }
.pc-trustbar,
.pc-site-footer { background: var(--pc-navy) !important; }
.pc-main-menu a,
.pc-brand,
.pc-brand:hover,
.pc-header-action,
.pc-mobile-menu a { color: var(--pc-navy) !important; }
.pc-product-search button { background: var(--pc-navy) !important; }
.pc-main-menu > li > .sub-menu { border-top: 3px solid var(--pc-navy); }
.pc-main-menu .sub-menu > li > a:hover { background: #eef4f8 !important; color: var(--pc-coral) !important; }
.pc-brand-mark { border-radius: 10px 10px 10px 4px !important; }

/* Homepage shell */
.pc52-home { overflow: clip; background: #fff; }
.pc52-home a { text-decoration: none; }
.pc52-section { padding: clamp(58px, 6vw, 88px) 0; }
.pc52-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:28px; margin-bottom:28px; }
.pc52-heading > div { max-width:780px; }
.pc52-heading span,
.pc52-eyebrow,
.pc52-supports__intro > span,
.pc52-guide__copy > span,
.pc52-finder__intro > span {
  display:block; margin-bottom:8px; color:var(--pc-coral); font-size:.72rem; line-height:1.2; font-weight:900; text-transform:uppercase; letter-spacing:.11em;
}
.pc52-heading h2 { margin:0; color:var(--pc-navy); font-size:clamp(2rem,3vw,3.15rem); line-height:1.02; letter-spacing:-.055em; }
.pc52-heading p { margin:9px 0 0; color:var(--pc-text-soft); font-size:1rem; line-height:1.55; }
.pc52-heading > a { flex:0 0 auto; color:var(--pc-navy); font-size:.84rem; font-weight:900; border-bottom:2px solid var(--pc-coral); padding-bottom:4px; }

/* Hero — product imagery lives in a real seasonal banner, not floating UI cards. */
.pc52-hero { padding:48px 0 36px; background:linear-gradient(135deg,#fff 0 58%,#f5faf9 58% 100%); }
.pc52-hero__grid { display:grid; grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr); gap:42px; align-items:center; }
.pc52-hero__copy { min-width:0; }
.pc52-eyebrow { margin-bottom:12px; }
.pc52-hero h1 { margin:0; max-width:690px; color:var(--pc-navy); font-size:clamp(3.1rem,5.2vw,5.5rem); line-height:.93; letter-spacing:-.065em; }
.pc52-hero h1 em { color:var(--pc-coral); font-style:normal; }
.pc52-hero__lead { max-width:680px; margin:20px 0 0; color:#5e7083; font-size:clamp(1rem,1.35vw,1.18rem); line-height:1.6; }
.pc52-search { margin-top:24px; width:min(690px,100%); min-height:58px; display:grid; grid-template-columns:minmax(0,1fr) auto; padding:5px; border:1px solid #dfe7ed; border-radius:13px; background:#fff; box-shadow:0 14px 34px rgba(10,47,82,.10); }
.pc52-search input { min-width:0; border:0!important; outline:0!important; box-shadow:none!important; background:transparent!important; padding:0 15px!important; color:var(--pc-navy); font-size:.96rem; }
.pc52-search button { min-width:168px; border:0; border-radius:9px; background:var(--pc-navy); color:#fff; font-weight:900; cursor:pointer; }
.pc52-search button:hover { background:var(--pc-navy-2); }
.pc52-shortcuts { margin-top:16px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
.pc52-shortcuts a { min-height:66px; padding:12px 14px; border:1px solid #dfe7ed; border-radius:12px; background:#fff; color:var(--pc-navy); transition:.16s ease; box-shadow:0 5px 16px rgba(10,47,82,.035); }
.pc52-shortcuts a:hover { transform:translateY(-2px); border-color:#bdcbd5; box-shadow:0 10px 24px rgba(10,47,82,.08); }
.pc52-shortcuts strong { display:block; font-size:.92rem; }
.pc52-shortcuts span { display:block; margin-top:3px; color:#738397; font-size:.75rem; }
.pc52-trust { margin-top:12px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
.pc52-trust > div { min-width:0; display:flex; align-items:center; gap:9px; padding:9px 11px; border-radius:10px; background:#f7fafc; border:1px solid #e5edf2; }
.pc52-trust__icon { width:30px; height:30px; flex:0 0 30px; display:grid; place-items:center; color:var(--pc-navy); }
.pc52-trust__icon svg { width:28px; height:28px; }
.pc52-trust strong { display:block; color:var(--pc-navy); font-size:.72rem; line-height:1.15; }
.pc52-trust small { display:block; margin-top:2px; color:#78889a; font-size:.62rem; line-height:1.2; }
.pc52-seasonal { position:relative; display:block; overflow:hidden; border:8px solid #56636f; border-radius:24px; background:#c9f0ef; box-shadow:0 24px 58px rgba(10,47,82,.16); aspect-ratio:2.02/1; }
.pc52-seasonal img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .35s ease; }
.pc52-seasonal:hover img { transform:scale(1.018); }
.pc52-seasonal__label { position:absolute; left:18px; bottom:18px; min-width:180px; padding:11px 14px; border-radius:10px; background:rgba(10,47,82,.94); color:#fff; box-shadow:0 10px 26px rgba(10,47,82,.22); }
.pc52-seasonal__label small { display:block; color:#cfe6f5; font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.pc52-seasonal__label strong { display:block; margin-top:2px; font-size:.9rem; }

/* Gift finder: compact concierge, not a giant empty card. */
.pc52-finder-section { padding:18px 0 24px; }
.pc52-finder { display:grid; grid-template-columns:minmax(240px,.72fr) minmax(0,1.7fr); align-items:center; gap:22px; padding:18px 20px; border:1px solid #eddcc6; border-radius:14px; background:var(--pc-cream); }
.pc52-finder__intro > span { margin-bottom:3px; color:#9a7148; }
.pc52-finder__intro h2 { margin:0; color:var(--pc-navy); font-size:1.28rem; letter-spacing:-.025em; }
.pc52-finder__fields { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)) auto; gap:9px; align-items:end; }
.pc52-finder .pc-finder-field > span { margin-left:2px; color:#52687d; font-size:.67rem; }
.pc52-finder .pc-finder-field select { min-height:46px!important; border-radius:9px!important; border-color:#d8e0e6!important; color:var(--pc-navy)!important; }
.pc52-finder button { min-height:46px; padding:0 18px; border:0; border-radius:9px; background:var(--pc-coral); color:#fff; font-weight:900; white-space:nowrap; cursor:pointer; }

/* Product rails */
.pc52-bestsellers { background:#fff; }
.pc52-new { background:#f5f8fa; }
.pc52-home .pc-v4-product-rail,
.pc52-home .pc-product-rail { align-items:start!important; grid-auto-rows:max-content!important; }
.pc52-home .pc-v4-product-card,
.pc52-home .pc-home-product-card { height:auto!important; min-height:0!important; align-self:start!important; }

/* Age hub: real product-led cards + compact complete index. */
.pc52-ages { background:#f3f7f9; }
.pc52-age-featured { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.pc52-age-card { min-height:220px; position:relative; overflow:hidden; display:grid; grid-template-columns:1fr 46%; border:1px solid #dbe5ea; border-radius:16px; color:var(--pc-navy); }
.pc52-age-card--1 { background:#fff2df; }
.pc52-age-card--2 { background:#e5f4ed; }
.pc52-age-card--3 { background:#ffe9e8; }
.pc52-age-card--4 { background:#e9efff; }
.pc52-age-card__copy { z-index:2; padding:22px 0 20px 22px; display:flex; flex-direction:column; align-items:flex-start; }
.pc52-age-card__copy small { color:#66798c; font-size:.68rem; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.pc52-age-card__copy strong { margin-top:12px; color:var(--pc-navy); font-size:3.2rem; line-height:.9; letter-spacing:-.07em; }
.pc52-age-card__copy strong em { font-size:.95rem; font-style:normal; letter-spacing:0; }
.pc52-age-card__copy b { margin-top:auto; padding-bottom:3px; color:var(--pc-coral); font-size:.75rem; border-bottom:1px solid currentColor; }
.pc52-age-card__media { align-self:end; height:100%; display:flex; align-items:flex-end; justify-content:center; overflow:hidden; }
.pc52-age-card__media img { width:125%; max-width:none; height:100%; object-fit:contain; object-position:center bottom; mix-blend-mode:multiply; }
.pc52-age-index { margin-top:12px; display:grid; grid-template-columns:repeat(10,minmax(0,1fr)); gap:7px; }
.pc52-age-index a { min-height:48px; display:flex; align-items:center; justify-content:center; gap:4px; border:1px solid #d9e4ea; border-radius:10px; background:#fff; color:var(--pc-navy); font-weight:900; font-size:.92rem; }
.pc52-age-index a:hover { border-color:var(--pc-coral); color:var(--pc-coral); }
.pc52-age-index a span { color:#78889a; font-size:.58rem; font-weight:700; }
.pc52-age-index__birth { grid-column:span 2; background:var(--pc-cream)!important; font-size:.78rem!important; }

/* People */
.pc52-people { background:#fff; }
.pc52-people-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; }
.pc52-person { min-height:300px; position:relative; overflow:hidden; display:block; border-radius:18px; border:1px solid #dfe7ec; color:var(--pc-navy); }
.pc52-person--1 { background:#fff0e1; }
.pc52-person--2 { background:#e8f6ef; }
.pc52-person--3 { background:#ffecee; }
.pc52-person--4 { background:#fff4c9; }
.pc52-person__copy { position:absolute; z-index:2; inset:0; padding:22px; display:flex; flex-direction:column; align-items:flex-start; width:58%; }
.pc52-person__copy small { color:#617489; font-size:.66rem; text-transform:uppercase; letter-spacing:.09em; font-weight:900; }
.pc52-person__copy strong { margin-top:4px; font-size:2rem; line-height:1; letter-spacing:-.045em; }
.pc52-person__copy em { margin-top:9px; color:#64768a; font-size:.82rem; line-height:1.45; font-style:normal; }
.pc52-person__copy b { margin-top:auto; color:var(--pc-coral); font-size:.74rem; border-bottom:1px solid currentColor; padding-bottom:3px; }
.pc52-person__media { position:absolute; right:-8%; bottom:-5%; width:60%; height:86%; display:flex; align-items:flex-end; justify-content:center; }
.pc52-person__media img { width:115%; height:100%; object-fit:contain; object-position:center bottom; mix-blend-mode:multiply; }

/* Occasions: compact editorial cards, no giant poster typography. */
.pc52-occasions { background:#f7f9fb; }
.pc52-occasion-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }
.pc52-occasion { min-height:230px; position:relative; overflow:hidden; display:grid; grid-template-columns:58% 42%; border-radius:18px; border:1px solid #dbe5ea; color:var(--pc-navy); }
.pc52-occasion--1 { background:#ffe2a1; }
.pc52-occasion--2 { background:#dff1e8; }
.pc52-occasion--3 { background:#ffe8e6; }
.pc52-occasion--4 { background:#e7edff; }
.pc52-occasion__copy { z-index:2; padding:24px; display:flex; flex-direction:column; align-items:flex-start; }
.pc52-occasion__copy small { color:#687b8f; font-size:.66rem; font-weight:900; text-transform:uppercase; letter-spacing:.09em; }
.pc52-occasion__copy strong { margin-top:5px; font-size:2rem; line-height:1; letter-spacing:-.045em; }
.pc52-occasion__copy em { margin-top:9px; color:#5e7185; font-size:.85rem; line-height:1.45; font-style:normal; max-width:360px; }
.pc52-occasion__copy b { margin-top:auto; color:var(--pc-navy); font-size:.74rem; border-bottom:1px solid currentColor; padding-bottom:3px; }
.pc52-occasion__media { height:100%; overflow:hidden; display:flex; align-items:flex-end; justify-content:center; }
.pc52-occasion__media img { width:118%; height:100%; object-fit:contain; object-position:center bottom; mix-blend-mode:multiply; }

/* Supports */
.pc52-supports { background:var(--pc-cream); }
.pc52-supports__grid { display:grid; grid-template-columns:.72fr 1fr 1fr; gap:14px; align-items:stretch; }
.pc52-supports__intro { padding:16px 16px 16px 0; align-self:center; }
.pc52-supports__intro h2 { margin:0; color:var(--pc-navy); font-size:clamp(2rem,3.1vw,3.25rem); line-height:.98; letter-spacing:-.055em; }
.pc52-supports__intro p { margin:14px 0 0; color:#68798b; line-height:1.55; }
.pc52-support { min-height:330px; position:relative; overflow:hidden; border-radius:18px; color:#fff; }
.pc52-support--shirt { background:var(--pc-navy); }
.pc52-support--mug { background:var(--pc-coral); }
.pc52-support__copy { position:relative; z-index:2; height:100%; padding:24px; display:flex; flex-direction:column; align-items:flex-start; width:62%; }
.pc52-support__copy small { font-size:.67rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.pc52-support__copy strong { margin-top:10px; font-size:2.15rem; line-height:.98; letter-spacing:-.05em; }
.pc52-support__copy b { margin-top:auto; color:var(--pc-gold); font-size:1.45rem; }
.pc52-support__copy em { margin-top:8px; color:#fff; font-size:.76rem; font-style:normal; border-bottom:1px solid rgba(255,255,255,.85); padding-bottom:3px; }
.pc52-support__media { position:absolute; right:-4%; bottom:-7%; width:54%; height:82%; display:flex; align-items:flex-end; justify-content:center; }
.pc52-support__media img { width:115%; height:100%; object-fit:contain; object-position:center bottom; mix-blend-mode:screen; }
.pc52-support--mug .pc52-support__media img { mix-blend-mode:multiply; }

/* Proof row */
.pc52-proof { background:var(--pc-navy); color:#fff; padding:28px 0; }
.pc52-proof__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.pc52-proof__grid > div { min-height:82px; display:flex; align-items:center; gap:13px; padding:0 22px; border-left:1px solid rgba(255,255,255,.15); }
.pc52-proof__grid > div:first-child { border-left:0; }
.pc52-proof__icon { width:42px; height:42px; flex:0 0 42px; display:grid; place-items:center; border-radius:11px; background:#fff; color:var(--pc-navy); }
.pc52-proof__icon svg { width:29px; height:29px; }
.pc52-proof strong { display:block; color:#fff; font-size:.88rem; }
.pc52-proof small { display:block; margin-top:3px; color:#bed0df; font-size:.68rem; line-height:1.35; }
.pc52-proof__number b { color:var(--pc-gold); font-size:2rem; letter-spacing:-.05em; }

/* Final authoritative SEO/editorial section — keep the dark direction the user liked. */
.pc52-guide { padding:72px 0; background:var(--pc-navy); color:#fff; }
.pc52-guide__layout { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(360px,.8fr); gap:70px; align-items:center; }
.pc52-guide__copy > span { color:var(--pc-gold); }
.pc52-guide__copy h2 { margin:0; max-width:760px; color:#fff; font-size:clamp(2.7rem,4.8vw,5rem); line-height:.95; letter-spacing:-.06em; }
.pc52-guide__copy p { max-width:760px; margin:20px 0 0; color:#d7e3ed; font-size:1.05rem; line-height:1.6; }
.pc52-guide__links { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.pc52-guide__links a { min-height:112px; padding:20px; display:flex; flex-direction:column; justify-content:center; border:1px solid rgba(255,255,255,.22); border-radius:14px; color:#fff; background:rgba(255,255,255,.025); }
.pc52-guide__links a:hover { border-color:var(--pc-coral); background:rgba(255,255,255,.06); }
.pc52-guide__links small { color:#9fc1da; font-size:.65rem; text-transform:uppercase; letter-spacing:.09em; }
.pc52-guide__links b { margin-top:7px; font-size:1.3rem; }

/* Product page — native WooCommerce form, no JS cart interception. */
.passioncadeau-site.single-product .entry-summary { color:var(--pc-navy); }
.passioncadeau-site.single-product form.cart { display:block!important; width:100%!important; margin-top:14px!important; }
.passioncadeau-site.single-product form.cart .pc-tshirt-options { width:100%!important; margin:0 0 14px!important; padding:16px!important; display:grid!important; gap:14px!important; border:1px solid #dbe3e9!important; border-radius:13px!important; background:#fff!important; box-shadow:0 10px 28px rgba(10,47,82,.045)!important; }
.passioncadeau-site.single-product .pc-option-block { margin:0!important; padding:0!important; border:0!important; }
.passioncadeau-site.single-product .pc-option-heading { width:100%; margin:0 0 8px!important; display:flex!important; align-items:center!important; justify-content:space-between!important; gap:14px!important; color:var(--pc-navy)!important; font-size:.78rem!important; }
.passioncadeau-site.single-product .pc-size-guide-link { color:var(--pc-navy)!important; font-size:.69rem!important; font-weight:800!important; background:transparent!important; border:0!important; border-bottom:1px solid var(--pc-navy)!important; border-radius:0!important; padding:0 0 2px!important; }
.passioncadeau-site.single-product .pc-color-options,
.passioncadeau-site.single-product .pc-size-options { display:flex!important; flex-wrap:wrap!important; gap:8px!important; }
.passioncadeau-site.single-product .pc-color-choice,
.passioncadeau-site.single-product .pc-size-choice { position:relative!important; display:inline-flex!important; align-items:center!important; margin:0!important; padding:0!important; background:transparent!important; box-shadow:none!important; border:0!important; }
.passioncadeau-site.single-product .pc-color-choice input,
.passioncadeau-site.single-product .pc-size-choice input { position:absolute!important; width:1px!important; height:1px!important; opacity:0!important; pointer-events:none!important; margin:0!important; }
.passioncadeau-site.single-product .pc-color-choice { min-height:40px!important; padding:4px 10px 4px 5px!important; gap:7px!important; border:1px solid #d7dfe6!important; border-radius:10px!important; color:var(--pc-navy)!important; font-size:.75rem!important; font-weight:850!important; }
.passioncadeau-site.single-product .pc-color-choice:has(input:checked) { border-color:var(--pc-coral)!important; box-shadow:0 0 0 2px rgba(255,98,95,.10)!important; }
.passioncadeau-site.single-product .pc-color-swatch { width:29px!important; height:29px!important; flex:0 0 29px!important; display:block!important; border-radius:50%!important; background:var(--pc-swatch)!important; border:3px solid #fff!important; outline:2px solid #283949!important; box-shadow:none!important; }
.passioncadeau-site.single-product .pc-color-label { display:inline-block!important; background:transparent!important; border:0!important; padding:0!important; color:var(--pc-navy)!important; }
.passioncadeau-site.single-product .pc-size-choice > span { min-width:45px!important; height:42px!important; display:grid!important; place-items:center!important; padding:0 8px!important; border:1px solid #d7dfe6!important; border-radius:9px!important; background:#fff!important; color:var(--pc-navy)!important; font-size:.73rem!important; font-weight:900!important; box-shadow:none!important; }
.passioncadeau-site.single-product .pc-size-choice input:checked + span { border-color:var(--pc-navy)!important; background:var(--pc-navy)!important; color:#fff!important; box-shadow:0 6px 16px rgba(10,47,82,.16)!important; }
.passioncadeau-site.single-product form.cart .ct-cart-actions { width:100%!important; margin:0!important; padding:0!important; display:grid!important; grid-template-columns:112px minmax(0,1fr)!important; gap:11px!important; align-items:stretch!important; }
.passioncadeau-site.single-product form.cart .quantity { width:112px!important; min-width:112px!important; margin:0!important; grid-column:1!important; }
.passioncadeau-site.single-product form.cart .single_add_to_cart_button { width:100%!important; max-width:none!important; min-width:0!important; min-height:54px!important; margin:0!important; grid-column:2!important; border-radius:9px!important; background:var(--pc-coral)!important; color:#fff!important; font-size:.9rem!important; font-weight:900!important; opacity:1!important; }
.passioncadeau-site.single-product form.cart .single_add_to_cart_button:hover { background:var(--pc-coral-dark)!important; }
.passioncadeau-site.single-product .pc-options-error { margin:0 0 10px!important; padding:10px 12px!important; border-radius:9px!important; background:#fff0ef!important; color:#a93432!important; font-size:.75rem!important; font-weight:750!important; }

/* Product benefit panel: colour and useful icons instead of amateur ticks. */
.passioncadeau-site.single-product .pc52-product-benefits { margin:12px 0 14px!important; display:grid!important; grid-template-columns:1fr 1fr!important; gap:8px!important; border:0!important; border-radius:0!important; background:transparent!important; overflow:visible!important; }
.passioncadeau-site.single-product .pc52-product-benefits .pc5-product-benefit { min-width:0; display:grid!important; grid-template-columns:36px minmax(0,1fr)!important; align-items:start!important; gap:9px!important; padding:11px!important; border:1px solid #dfe6eb!important; border-radius:11px!important; background:#fff!important; }
.passioncadeau-site.single-product .pc5-product-benefit__icon { width:36px!important; height:36px!important; display:grid!important; place-items:center!important; border-radius:9px!important; color:var(--pc-navy)!important; }
.passioncadeau-site.single-product .pc5-product-benefit__icon svg { width:20px!important; height:20px!important; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.passioncadeau-site.single-product .pc5-product-benefit--coral .pc5-product-benefit__icon { background:#ffe8e6!important; color:#dc4e4b!important; }
.passioncadeau-site.single-product .pc5-product-benefit--gold .pc5-product-benefit__icon { background:#fff2c8!important; color:#9b6a00!important; }
.passioncadeau-site.single-product .pc5-product-benefit--mint .pc5-product-benefit__icon { background:#e2f4ec!important; color:#246b55!important; }
.passioncadeau-site.single-product .pc5-product-benefit--blue .pc5-product-benefit__icon { background:#e9f0ff!important; color:#235ba8!important; }
.passioncadeau-site.single-product .pc52-product-benefits strong { display:block!important; color:var(--pc-navy)!important; font-size:.71rem!important; line-height:1.2!important; }
.passioncadeau-site.single-product .pc52-product-benefits small { display:block!important; margin-top:3px!important; color:#748597!important; font-size:.59rem!important; line-height:1.35!important; }
.pc-legacy-feature-list { display:none!important; }

/* Product top reassurance remains navy/coral and literal. */
.passioncadeau-site.single-product .pc-product-promise-card { border-color:#dfe6eb!important; border-radius:11px!important; background:#fff!important; box-shadow:0 6px 18px rgba(10,47,82,.035)!important; }
.passioncadeau-site.single-product .pc-product-promise-card__copy strong { color:var(--pc-navy)!important; }

/* Accordions keep meaningful icons and navy chevrons. */
.passioncadeau-site.single-product .pc-product-accordion__item { border-color:#dfe6eb!important; border-radius:10px!important; }
.passioncadeau-site.single-product .pc-product-accordion__icon { display:inline-grid!important; background:#eef4f8!important; color:var(--pc-navy)!important; }
.passioncadeau-site.single-product .pc-product-accordion__item:nth-child(2) .pc-product-accordion__icon { background:#fff2c8!important; color:#8e6200!important; }
.passioncadeau-site.single-product .pc-product-accordion__item:nth-child(3) .pc-product-accordion__icon { background:#e2f4ec!important; color:#246b55!important; }
.passioncadeau-site.single-product .pc-product-accordion__item:nth-child(4) .pc-product-accordion__icon { background:#e9f0ff!important; color:#235ba8!important; }
.passioncadeau-site.single-product .pc-product-accordion__item:nth-child(5) .pc-product-accordion__icon { background:#ffe8e6!important; color:#dc4e4b!important; }
.passioncadeau-site.single-product .pc-product-accordion__toggle { background:transparent!important; color:var(--pc-navy)!important; border-radius:0!important; }

/* Breadcrumbs */
.passioncadeau-site.single-product .woocommerce-breadcrumb,
.passioncadeau-site.single-product .woocommerce-breadcrumb a { color:#58758e!important; }
.passioncadeau-site.single-product .woocommerce-breadcrumb a:hover { color:var(--pc-coral)!important; }

@media (max-width: 1120px) {
  .pc52-hero__grid { grid-template-columns:1fr 1fr; gap:28px; }
  .pc52-age-featured { grid-template-columns:1fr 1fr; }
  .pc52-people-grid { grid-template-columns:1fr 1fr; }
  .pc52-supports__grid { grid-template-columns:1fr 1fr; }
  .pc52-supports__intro { grid-column:1 / -1; padding-right:0; }
}
@media (max-width: 820px) {
  .pc52-hero { padding-top:28px; }
  .pc52-hero__grid { grid-template-columns:1fr; }
  .pc52-seasonal { order:2; aspect-ratio:16/8; }
  .pc52-shortcuts, .pc52-trust { grid-template-columns:1fr 1fr 1fr; }
  .pc52-finder { grid-template-columns:1fr; }
  .pc52-finder__fields { grid-template-columns:1fr 1fr; }
  .pc52-finder button { grid-column:1 / -1; }
  .pc52-age-index { grid-template-columns:repeat(6,minmax(0,1fr)); }
  .pc52-occasion-grid { grid-template-columns:1fr; }
  .pc52-proof__grid { grid-template-columns:1fr 1fr; }
  .pc52-proof__grid > div:nth-child(3) { border-left:0; }
  .pc52-guide__layout { grid-template-columns:1fr; gap:34px; }
}
@media (max-width: 620px) {
  .pc52-section { padding:44px 0; }
  .pc52-heading { align-items:flex-start; flex-direction:column; gap:12px; }
  .pc52-hero h1 { font-size:clamp(2.55rem,13vw,4rem); }
  .pc52-search { grid-template-columns:1fr; gap:5px; }
  .pc52-search button { min-height:47px; width:100%; }
  .pc52-shortcuts { grid-template-columns:1fr; }
  .pc52-trust { grid-template-columns:1fr; }
  .pc52-seasonal { border-width:5px; border-radius:16px; aspect-ratio:1.55/1; }
  .pc52-seasonal__label { left:10px; bottom:10px; min-width:0; }
  .pc52-finder__fields { grid-template-columns:1fr; }
  .pc52-age-featured, .pc52-people-grid { grid-template-columns:1fr; }
  .pc52-age-card { min-height:190px; }
  .pc52-age-index { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .pc52-age-index__birth { grid-column:span 4; }
  .pc52-people-grid { gap:10px; }
  .pc52-person { min-height:260px; }
  .pc52-supports__grid { grid-template-columns:1fr; }
  .pc52-support { min-height:280px; }
  .pc52-proof__grid { grid-template-columns:1fr; }
  .pc52-proof__grid > div { border-left:0; border-top:1px solid rgba(255,255,255,.15); padding:16px 0; }
  .pc52-proof__grid > div:first-child { border-top:0; }
  .pc52-guide__links { grid-template-columns:1fr 1fr; }
  .passioncadeau-site.single-product .pc52-product-benefits { grid-template-columns:1fr!important; }
  .passioncadeau-site.single-product form.cart .ct-cart-actions { grid-template-columns:104px minmax(0,1fr)!important; }
  .passioncadeau-site.single-product form.cart .quantity { width:104px!important; min-width:104px!important; }
}

/* ========================================================================
   V5.3 — GELATO NATIVE VARIATIONS + RESILIENT RESPONSIVE CARDS
   ======================================================================== */
/* Gelato products are real variable products. Keep WooCommerce native selects
   in the DOM as the source of truth and present them through visual pills. */
.passioncadeau-site.single-product form.variations_form table.variations {
  width:100%!important; margin:0 0 10px!important; border:0!important;
}
.passioncadeau-site.single-product form.variations_form table.variations tr {
  display:block!important; width:100%!important; margin:0 0 12px!important;
}
.passioncadeau-site.single-product form.variations_form table.variations th.label {
  display:none!important;
}
.passioncadeau-site.single-product form.variations_form table.variations td.value {
  display:block!important; width:100%!important; padding:0!important;
}
.passioncadeau-site.single-product .pc-native-select-source {
  position:absolute!important; left:-9999px!important; width:1px!important;
  height:1px!important; opacity:.001!important; pointer-events:none!important;
}
.passioncadeau-site.single-product .pc-native-variation {
  width:100%!important; min-width:0!important; margin:0!important; padding:0!important;
}
.passioncadeau-site.single-product .pc-native-variation__header {
  display:flex!important; align-items:center!important; justify-content:space-between!important;
  gap:14px!important; margin:0 0 9px!important; color:var(--pc-navy)!important;
}
.passioncadeau-site.single-product .pc-native-variation__header strong {
  font-size:.78rem!important; line-height:1.2!important; color:var(--pc-navy)!important;
}
.passioncadeau-site.single-product .pc-native-variation__choices {
  display:flex!important; flex-wrap:wrap!important; gap:8px!important; min-width:0!important;
}
.passioncadeau-site.single-product .pc-native-choice {
  appearance:none!important; -webkit-appearance:none!important; min-width:46px!important;
  height:42px!important; display:inline-flex!important; align-items:center!important;
  justify-content:center!important; gap:8px!important; padding:0 11px!important;
  border:1px solid #d6dfe8!important; border-radius:9px!important; background:#fff!important;
  color:var(--pc-navy)!important; font-size:.74rem!important; font-weight:900!important; line-height:1!important; font-family:inherit!important; cursor:pointer!important;
  box-shadow:none!important; transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease!important;
}
.passioncadeau-site.single-product .pc-native-choice:hover:not(:disabled) {
  border-color:#94a8b9!important; transform:translateY(-1px)!important;
}
.passioncadeau-site.single-product .pc-native-choice.is-selected,
.passioncadeau-site.single-product .pc-native-choice[aria-pressed="true"] {
  background:var(--pc-navy)!important; border-color:var(--pc-navy)!important; color:#fff!important;
}
.passioncadeau-site.single-product .pc-native-choice:disabled {
  opacity:.34!important; cursor:not-allowed!important; text-decoration:line-through!important;
}
.passioncadeau-site.single-product .pc-native-choice__swatch {
  width:27px!important; height:27px!important; flex:0 0 27px!important; border-radius:50%!important;
  background:var(--pc-native-swatch)!important; border:3px solid #fff!important;
  outline:1px solid #8493a0!important;
}
.passioncadeau-site.single-product .pc-native-choice.is-selected .pc-native-choice__swatch {
  outline-color:rgba(255,255,255,.9)!important;
}
.passioncadeau-site.single-product form.variations_form .reset_variations {
  display:inline-block!important; margin-top:7px!important; color:#748596!important;
  font-size:.66rem!important; text-decoration:underline!important;
}
/* Variable product action row: CTA stays full and WooCommerce owns variation_id. */
.passioncadeau-site.single-product form.variations_form .single_variation_wrap,
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart {
  width:100%!important; min-width:0!important;
}
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart {
  display:grid!important; grid-template-columns:116px minmax(0,1fr)!important;
  gap:12px!important; align-items:stretch!important; padding-top:12px!important;
  border-top:1px solid #e4eaf0!important;
}
.passioncadeau-site.single-product form.variations_form .quantity {
  grid-column:1!important; width:116px!important; min-width:116px!important; margin:0!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button {
  grid-column:2!important; width:100%!important; max-width:none!important; min-height:56px!important;
  margin:0!important; border-radius:9px!important; background:var(--pc-coral)!important;
  color:#fff!important; font-weight:900!important; opacity:.58!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button.pc-variation-ready,
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button:not(.disabled):not(:disabled) {
  opacity:1!important;
}

/* Product benefit cards: prevent inherited break-all / narrow-column damage. */
.passioncadeau-site.single-product .pc52-product-benefits {
  display:grid!important; grid-template-columns:repeat(2,minmax(220px,1fr))!important;
  gap:9px!important; width:100%!important;
}
.passioncadeau-site.single-product .pc52-product-benefits .pc5-product-benefit {
  display:flex!important; align-items:flex-start!important; gap:10px!important; min-width:0!important;
  min-height:76px!important; padding:12px 13px!important;
}
.passioncadeau-site.single-product .pc52-product-benefits .pc5-product-benefit > div {
  min-width:0!important; width:auto!important; max-width:none!important;
  word-break:normal!important; overflow-wrap:normal!important; hyphens:none!important;
}
.passioncadeau-site.single-product .pc52-product-benefits strong,
.passioncadeau-site.single-product .pc52-product-benefits small {
  word-break:normal!important; overflow-wrap:normal!important; hyphens:none!important;
}
.passioncadeau-site.single-product .pc52-product-benefits strong { font-size:.75rem!important; }
.passioncadeau-site.single-product .pc52-product-benefits small { font-size:.61rem!important; line-height:1.4!important; }

/* Homepage proof block: never split FRANCE / 7 500 / formats letter by letter. */
.pc52-proof__grid > div { min-width:0!important; }
.pc52-proof__grid > div > span:last-child { min-width:0!important; }
.pc52-proof strong,
.pc52-proof__number b {
  word-break:keep-all!important; overflow-wrap:normal!important; hyphens:none!important;
}
.pc52-proof__number b { white-space:nowrap!important; }

@media (max-width:900px) {
  .passioncadeau-site.single-product .pc52-product-benefits {
    grid-template-columns:1fr!important;
  }
  .pc52-proof__grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
}
@media (max-width:620px) {
  .passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart {
    grid-template-columns:104px minmax(0,1fr)!important;
  }
  .passioncadeau-site.single-product form.variations_form .quantity {
    width:104px!important; min-width:104px!important;
  }
  .pc52-proof__grid { grid-template-columns:1fr!important; }
  .pc52-proof__grid > div { min-height:0!important; }
}

/* ========================================================================
   V5.4 — GELATO SAFE CART + LEADER POLISH
   ======================================================================== */
.passioncadeau-site.single-product .pc54-variation-form{width:100%!important;display:block!important;margin:14px 0 0!important;padding:0!important;border:0!important}
.passioncadeau-site.single-product .pc54-variant-panel{display:grid!important;gap:16px!important;width:100%!important;padding:16px!important;border:1px solid #dce5ec!important;border-radius:15px!important;background:#fff!important;box-shadow:0 10px 28px rgba(10,47,82,.045)!important}
.passioncadeau-site.single-product .pc54-variant-group{min-width:0!important;margin:0!important;padding:0!important;border:0!important}
.passioncadeau-site.single-product .pc54-variant-group legend{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 9px!important;padding:0!important;color:var(--pc-navy)!important;font-size:.78rem!important;font-weight:900!important}
.passioncadeau-site.single-product .pc54-variant-choices{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
.passioncadeau-site.single-product .pc54-variant-choice{appearance:none!important;min-width:46px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 12px!important;border:1px solid #d6e0e8!important;border-radius:9px!important;background:#fff!important;color:var(--pc-navy)!important;font:900 .76rem/1 inherit!important;box-shadow:none!important;cursor:pointer!important}
.passioncadeau-site.single-product .pc54-variant-choice:hover{border-color:#91a6b7!important;transform:translateY(-1px)}
.passioncadeau-site.single-product .pc54-variant-choice.is-selected{border-color:var(--pc-navy)!important;background:var(--pc-navy)!important;color:#fff!important;box-shadow:0 8px 18px rgba(10,47,82,.14)!important}
.passioncadeau-site.single-product .pc54-color-dot{width:25px!important;height:25px!important;display:block!important;border-radius:50%!important;background:var(--pc54-color)!important;border:3px solid #fff!important;outline:1px solid #8b99a5!important}
.passioncadeau-site.single-product .pc54-variant-choice.is-selected .pc54-color-dot{outline-color:rgba(255,255,255,.9)!important}
.passioncadeau-site.single-product .pc54-variant-select{display:grid!important;gap:7px!important;color:var(--pc-navy)!important;font-size:.76rem!important;font-weight:900!important}
.passioncadeau-site.single-product .pc54-variant-select select{min-height:44px!important;border:1px solid #d6e0e8!important;border-radius:9px!important;background:#fff!important}
.passioncadeau-site.single-product .pc54-variation-feedback{min-height:20px!important;margin:7px 2px 0!important;color:#a64d42!important;font-size:.69rem!important;font-weight:750!important}
.passioncadeau-site.single-product .pc54-buy-row{width:100%!important;display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:12px!important;align-items:stretch!important;margin-top:3px!important;padding-top:12px!important;border-top:1px solid #e5ebef!important}
.passioncadeau-site.single-product .pc54-quantity{display:grid!important;grid-template-columns:36px minmax(0,1fr) 36px!important;align-items:stretch!important;width:118px!important;min-height:56px!important;overflow:hidden!important;border:1px solid #b9c8d4!important;border-radius:9px!important;background:#fff!important}
.passioncadeau-site.single-product .pc54-quantity .quantity{width:auto!important;min-width:0!important;margin:0!important}
.passioncadeau-site.single-product .pc54-quantity .qty{width:100%!important;height:54px!important;min-height:54px!important;padding:0!important;border:0!important;text-align:center!important;box-shadow:none!important;color:var(--pc-navy)!important;font-weight:900!important;-moz-appearance:textfield}
.passioncadeau-site.single-product .pc54-quantity .qty::-webkit-inner-spin-button,.passioncadeau-site.single-product .pc54-quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.passioncadeau-site.single-product .pc54-qty-button{border:0!important;border-radius:0!important;background:#f7fafc!important;color:var(--pc-navy)!important;font-size:1.05rem!important;cursor:pointer!important}
.passioncadeau-site.single-product .pc54-add-button{width:100%!important;min-width:0!important;max-width:none!important;min-height:56px!important;margin:0!important;border:0!important;border-radius:9px!important;background:#e5e8eb!important;color:#8b969f!important;font-size:.84rem!important;font-weight:950!important;box-shadow:none!important;opacity:1!important}
.passioncadeau-site.single-product .pc54-add-button.is-ready:not(:disabled){background:var(--pc-coral)!important;color:#fff!important;cursor:pointer!important;box-shadow:0 10px 24px rgba(255,98,95,.19)!important}
.passioncadeau-site.single-product .pc54-add-button.is-ready:not(:disabled):hover{background:#ef5654!important;transform:translateY(-1px)}

.passioncadeau-site.single-product .pc54-product-benefits{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:14px 0 12px!important;width:100%!important}
.passioncadeau-site.single-product .pc54-benefit{min-width:0!important;min-height:86px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;padding:13px!important;border:1px solid transparent!important;border-radius:13px!important}
.passioncadeau-site.single-product .pc54-benefit--coral{background:#fff0ee!important;border-color:#ffd4cf!important}
.passioncadeau-site.single-product .pc54-benefit--gold{background:#fff7df!important;border-color:#f6e4aa!important}
.passioncadeau-site.single-product .pc54-benefit__icon{width:32px!important;height:32px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:#fff!important;color:var(--pc-coral)!important;box-shadow:0 4px 12px rgba(10,47,82,.06)!important}
.passioncadeau-site.single-product .pc54-benefit__icon svg{width:19px!important;height:19px!important}
.passioncadeau-site.single-product .pc54-benefit strong,.passioncadeau-site.single-product .pc54-benefit small{display:block!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.passioncadeau-site.single-product .pc54-benefit strong{color:var(--pc-navy)!important;font-size:.78rem!important;line-height:1.22!important}
.passioncadeau-site.single-product .pc54-benefit small{margin-top:4px!important;color:#6c7d8e!important;font-size:.66rem!important;line-height:1.42!important}

.pc52-home .pc5-product-card__type{display:none!important}.pc52-home .pc5-product-card__draft--admin{left:10px!important;right:auto!important;background:#fff3c4!important;color:#664d00!important}.pc52-home .pc5-product-card h3 a{color:var(--pc-navy)!important}.pc52-home .pc5-product-card__cta{background:var(--pc-navy)!important;color:#fff!important;border-radius:8px!important}

.pc52-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(470px,.82fr)!important;align-items:stretch!important}.pc52-seasonal{align-self:stretch!important;width:min(100%,610px)!important;justify-self:end!important;aspect-ratio:1/1!important;border-width:6px!important;border-color:#425c70!important;border-radius:20px!important}.pc52-seasonal img{object-fit:cover!important}.pc52-seasonal__label{border-radius:8px!important}
.pc52-finder{grid-template-columns:minmax(310px,.82fr) minmax(0,1.6fr)!important;padding:22px 24px!important;border-left:4px solid var(--pc-coral)!important;box-shadow:0 12px 32px rgba(10,47,82,.055)!important}.pc52-finder__intro h2{font-size:1.45rem!important;line-height:1.04!important}.pc52-finder__intro p{margin:8px 0 0!important;max-width:390px!important;color:#6c7c8c!important;font-size:.72rem!important;line-height:1.45!important}.pc52-finder button{background:var(--pc-navy)!important}.pc52-finder button:hover{background:#0f416d!important}
.pc52-age-index{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.pc52-age-index a{flex:0 0 auto!important;min-width:66px!important;min-height:38px!important;padding:0 13px!important;border-radius:999px!important;background:#fff!important;font-size:.8rem!important;box-shadow:0 3px 12px rgba(10,47,82,.03)!important}.pc52-age-index a:nth-child(4n+2){background:#eef8f4!important}.pc52-age-index a:nth-child(4n+3){background:#fff3ef!important}.pc52-age-index a:nth-child(4n+4){background:#f0f3ff!important}.pc52-age-index__birth{background:var(--pc-navy)!important;color:#fff!important}.pc52-age-index__birth:hover{color:#fff!important;background:#0f416d!important}
.pc52-age-card__media img,.pc52-person__media img,.pc52-occasion__media img{mix-blend-mode:normal!important;filter:none!important}.pc52-person__media,.pc52-occasion__media,.pc52-age-card__media{isolation:isolate}.pc52-person__media img,.pc52-occasion__media img{background:transparent!important}
.pc52-proof__number{display:flex!important;align-items:center!important;gap:12px!important}.pc52-proof__number .pc52-proof__icon{flex:0 0 42px!important}.pc52-proof__number b{display:block!important;margin:0!important;color:var(--pc-gold)!important;font-size:1.8rem!important;line-height:1!important;white-space:nowrap!important}.pc52-proof__number strong{display:block!important;margin-top:4px!important;color:#fff!important;font-size:.8rem!important}.pc52-proof__number small{display:block!important;margin-top:2px!important;color:#c9d6df!important;font-size:.65rem!important;line-height:1.35!important}

.pc54-faq{padding:72px 0 50px;background:#fff}.pc54-tags{padding:34px 0 66px;background:#f7fafb}.pc54-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}.pc54-section-heading>div{max-width:720px}.pc54-section-heading span{display:block;margin-bottom:7px;color:var(--pc-coral);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.pc54-section-heading h2{margin:0;color:var(--pc-navy);font-size:clamp(2rem,3vw,3.2rem);line-height:.98;letter-spacing:-.05em}.pc54-section-heading>p{max-width:420px;margin:0;color:#6c7d8e;font-size:.82rem;line-height:1.5}.pc54-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px}.pc54-faq-grid details{border:1px solid #dfe7ed;border-radius:11px;background:#fff;overflow:hidden}.pc54-faq-grid summary{position:relative;list-style:none;cursor:pointer;padding:15px 46px 15px 16px;color:var(--pc-navy);font-size:.82rem;font-weight:900}.pc54-faq-grid summary::-webkit-details-marker{display:none}.pc54-faq-grid summary::after{content:'›';position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(90deg);color:var(--pc-coral);font-size:1.1rem;transition:transform .18s ease}.pc54-faq-grid details[open] summary::after{transform:translateY(-50%) rotate(-90deg)}.pc54-faq-grid details p{margin:0;padding:0 16px 16px;color:#67798a;font-size:.74rem;line-height:1.55}.pc54-tag-cloud{display:flex;flex-wrap:wrap;gap:9px}.pc54-tag-cloud a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid #cfdae2;border-radius:999px;background:#fff;color:var(--pc-navy);font-size:.75rem;font-weight:800;text-decoration:none}.pc54-tag-cloud a:hover{border-color:var(--pc-coral);color:var(--pc-coral);transform:translateY(-1px)}
@media(max-width:1024px){.pc52-hero__grid{grid-template-columns:1fr 1fr!important}.pc52-seasonal{width:100%!important}.pc52-finder{grid-template-columns:1fr!important}}
@media(max-width:767px){.passioncadeau-site.single-product .pc54-product-benefits{grid-template-columns:1fr!important}.passioncadeau-site.single-product .pc54-buy-row{grid-template-columns:106px minmax(0,1fr)!important}.passioncadeau-site.single-product .pc54-quantity{width:106px!important;grid-template-columns:32px minmax(0,1fr) 32px!important}.pc52-hero__grid{grid-template-columns:1fr!important}.pc52-seasonal{width:100%!important;max-width:none!important}.pc54-section-heading{align-items:flex-start;flex-direction:column;gap:10px}.pc54-faq-grid{grid-template-columns:1fr}}

/* ========================================================================
   V5.5 — NATIVE GELATO VARIATIONS, STABLE CTA, NON-REPETITIVE BENEFITS
   ======================================================================== */
/* The real WooCommerce selects remain the source of truth. They are moved
   off-screen only after the visual controls have been successfully built. */
.passioncadeau-site.single-product form.variations_form.pc55-enhanced {
  width:100%!important;
  display:block!important;
  margin-top:14px!important;
}
.passioncadeau-site.single-product form.variations_form.pc55-enhanced table.variations {
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
.passioncadeau-site.single-product .pc55-variant-panel {
  width:100%!important;
  display:grid!important;
  gap:16px!important;
  margin:0!important;
  padding:16px!important;
  border:1px solid #dbe4eb!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(10,47,82,.045)!important;
}
.passioncadeau-site.single-product .pc55-variant-group { min-width:0!important; }
.passioncadeau-site.single-product .pc55-variant-head {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:9px!important;
}
.passioncadeau-site.single-product .pc55-variant-head strong {
  color:var(--pc-navy)!important;
  font-size:.78rem!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.passioncadeau-site.single-product .pc55-choices {
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.passioncadeau-site.single-product .pc55-choice {
  appearance:none!important;
  -webkit-appearance:none!important;
  min-width:46px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 12px!important;
  border:1px solid #d4dee6!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--pc-navy)!important;
  font:900 .76rem/1 inherit!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  cursor:pointer!important;
  transition:.16s ease!important;
}
.passioncadeau-site.single-product .pc55-choice:hover:not(:disabled) {
  border-color:#8da3b5!important;
  transform:translateY(-1px)!important;
}
.passioncadeau-site.single-product .pc55-choice.is-selected {
  border-color:var(--pc-navy)!important;
  background:var(--pc-navy)!important;
  color:#fff!important;
  box-shadow:0 7px 16px rgba(10,47,82,.16)!important;
}
.passioncadeau-site.single-product .pc55-choice:disabled {
  opacity:.34!important;
  cursor:not-allowed!important;
  text-decoration:line-through!important;
  transform:none!important;
}
.passioncadeau-site.single-product .pc55-swatch {
  width:25px!important;
  height:25px!important;
  flex:0 0 25px!important;
  display:block!important;
  border-radius:50%!important;
  background:var(--pc55-swatch,#111)!important;
  border:3px solid #fff!important;
  outline:1px solid #7c8d9c!important;
}
.passioncadeau-site.single-product .pc55-choice.is-selected .pc55-swatch {
  outline-color:rgba(255,255,255,.92)!important;
}
.passioncadeau-site.single-product .pc55-native-select-wrap {
  display:grid!important;
  gap:7px!important;
}
.passioncadeau-site.single-product .pc55-native-select-wrap select {
  width:100%!important;
  min-height:44px!important;
  border:1px solid #d4dee6!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--pc-navy)!important;
}

/* Native Woo/Gelato purchase row. Flex is intentional here: it is more
   resistant than the previous grid to Blocksy width rules. */
.passioncadeau-site.single-product form.variations_form .single_variation_wrap {
  width:100%!important;
  min-width:0!important;
  margin-top:10px!important;
}
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart,
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-enabled,
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-disabled {
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:stretch!important;
  gap:12px!important;
  padding-top:12px!important;
  border-top:1px solid #e2e9ee!important;
}
.passioncadeau-site.single-product form.variations_form .quantity {
  flex:0 0 116px!important;
  width:116px!important;
  min-width:116px!important;
  max-width:116px!important;
  margin:0!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button {
  flex:1 1 0!important;
  align-self:stretch!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:180px!important;
  max-width:none!important;
  min-height:56px!important;
  margin:0!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:9px!important;
  background:var(--pc-coral)!important;
  color:#fff!important;
  font-size:.86rem!important;
  font-weight:950!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  writing-mode:horizontal-tb!important;
  box-shadow:0 9px 22px rgba(255,98,95,.18)!important;
  opacity:1!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button.disabled,
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button:disabled {
  background:#dfe4e8!important;
  color:#8a97a1!important;
  box-shadow:none!important;
  cursor:not-allowed!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button:not(.disabled):not(:disabled):hover {
  background:#ef5755!important;
  transform:translateY(-1px)!important;
}

/* New editorial benefit strip: no repetition of France / 24h logistics. */
.passioncadeau-site.single-product .pc54-product-benefits { display:none!important; }
.passioncadeau-site.single-product .pc55-product-benefits {
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin:14px 0 12px!important;
}
.passioncadeau-site.single-product .pc55-benefit {
  min-width:0!important;
  min-height:94px!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:9px!important;
  align-items:start!important;
  padding:12px!important;
  border-radius:12px!important;
  border:1px solid transparent!important;
}
.passioncadeau-site.single-product .pc55-benefit--coral { background:#fff0ef!important; border-color:#ffd4d1!important; }
.passioncadeau-site.single-product .pc55-benefit--gold { background:#fff7df!important; border-color:#f3df9c!important; }
.passioncadeau-site.single-product .pc55-benefit--mint { background:#edf8f3!important; border-color:#cdeadd!important; }
.passioncadeau-site.single-product .pc55-benefit__icon {
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--pc-coral)!important;
  box-shadow:0 4px 11px rgba(10,47,82,.06)!important;
}
.passioncadeau-site.single-product .pc55-benefit__icon svg { width:18px!important; height:18px!important; }
.passioncadeau-site.single-product .pc55-benefit strong,
.passioncadeau-site.single-product .pc55-benefit small {
  display:block!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.passioncadeau-site.single-product .pc55-benefit strong {
  color:var(--pc-navy)!important;
  font-size:.72rem!important;
  line-height:1.24!important;
}
.passioncadeau-site.single-product .pc55-benefit small {
  margin-top:4px!important;
  color:#63778a!important;
  font-size:.61rem!important;
  line-height:1.42!important;
}

@media (max-width: 1100px) {
  .passioncadeau-site.single-product .pc55-product-benefits { grid-template-columns:1fr!important; }
}
@media (max-width: 620px) {
  .passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart,
  .passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-enabled,
  .passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-disabled {
    gap:9px!important;
  }
  .passioncadeau-site.single-product form.variations_form .quantity {
    flex-basis:104px!important;
    width:104px!important;
    min-width:104px!important;
    max-width:104px!important;
  }
  .passioncadeau-site.single-product form.variations_form .single_add_to_cart_button {
    min-width:0!important;
    padding:0 12px!important;
    font-size:.78rem!important;
  }
}

/* ========================================================================
   V5.6 — HARD RESET PRODUCT VARIATIONS TO NATIVE WOOCOMMERCE / GELATO
   ======================================================================== */
/* Previous visual swatch experiments are intentionally disabled. The real
   WooCommerce selects remain visible and interactive until the purchase flow
   is verified end-to-end on Gelato products. */
.passioncadeau-site.single-product .pc55-variant-panel,
.passioncadeau-site.single-product .pc-native-variation,
.passioncadeau-site.single-product .pc54-variant-panel,
.passioncadeau-site.single-product .pc54-variation-form {
  display:none!important;
}

.passioncadeau-site.single-product form.variations_form,
.passioncadeau-site.single-product form.variations_form.pc55-enhanced {
  width:100%!important;
  display:block!important;
  margin:14px 0 0!important;
  padding:0!important;
}

.passioncadeau-site.single-product form.variations_form table.variations,
.passioncadeau-site.single-product form.variations_form.pc55-enhanced table.variations {
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0 0 14px!important;
  padding:16px!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
  white-space:normal!important;
  border:1px solid #dbe4eb!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(10,47,82,.045)!important;
}
.passioncadeau-site.single-product form.variations_form table.variations tbody {
  display:grid!important;
  gap:14px!important;
  width:100%!important;
}
.passioncadeau-site.single-product form.variations_form table.variations tr {
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:7px!important;
  width:100%!important;
  margin:0!important;
}
.passioncadeau-site.single-product form.variations_form table.variations th.label {
  display:block!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  text-align:left!important;
  color:var(--pc-navy)!important;
  font-size:.78rem!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.passioncadeau-site.single-product form.variations_form table.variations th.label label {
  display:block!important;
  margin:0!important;
  color:inherit!important;
  font:inherit!important;
}
.passioncadeau-site.single-product form.variations_form table.variations td.value {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
}
.passioncadeau-site.single-product form.variations_form table.variations select,
.passioncadeau-site.single-product form.variations_form table.variations select.pc-native-select-source {
  position:static!important;
  left:auto!important;
  display:block!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 42px 0 13px!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  clip:auto!important;
  clip-path:none!important;
  appearance:auto!important;
  border:1px solid #cfdbe4!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--pc-navy)!important;
  font-size:.82rem!important;
  font-weight:800!important;
  line-height:1.2!important;
  box-shadow:none!important;
}
.passioncadeau-site.single-product form.variations_form table.variations select:focus {
  outline:0!important;
  border-color:var(--pc-navy)!important;
  box-shadow:0 0 0 3px rgba(10,47,82,.08)!important;
}
.passioncadeau-site.single-product form.variations_form .reset_variations {
  display:inline-flex!important;
  width:auto!important;
  margin:8px 0 0!important;
  color:var(--pc-coral)!important;
  font-size:.68rem!important;
  font-weight:800!important;
  text-decoration:none!important;
}

/* Native variation purchase row: quantity + full CTA, no narrow column. */
.passioncadeau-site.single-product form.variations_form .single_variation_wrap {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.passioncadeau-site.single-product form.variations_form .woocommerce-variation,
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-availability,
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-price {
  width:100%!important;
}
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart,
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-enabled,
.passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-disabled {
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:116px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
  margin:0!important;
  padding:14px 0 0!important;
  border-top:1px solid #e2e9ee!important;
}
.passioncadeau-site.single-product form.variations_form .quantity {
  grid-column:1!important;
  width:116px!important;
  min-width:116px!important;
  max-width:116px!important;
  margin:0!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button {
  grid-column:2!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:56px!important;
  margin:0!important;
  padding:0 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:9px!important;
  background:var(--pc-coral)!important;
  color:#fff!important;
  font-size:.88rem!important;
  font-weight:900!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  writing-mode:horizontal-tb!important;
  box-shadow:0 9px 22px rgba(255,98,95,.18)!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button.disabled,
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button:disabled {
  background:#dfe4e8!important;
  color:#8a97a1!important;
  opacity:1!important;
  box-shadow:none!important;
}
.passioncadeau-site.single-product form.variations_form .single_add_to_cart_button:not(.disabled):not(:disabled) {
  background:var(--pc-coral)!important;
  color:#fff!important;
  cursor:pointer!important;
}

/* Keep the editorial benefit block readable while product mechanics are native. */
.passioncadeau-site.single-product .pc55-product-benefits {
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

@media (max-width:620px) {
  .passioncadeau-site.single-product form.variations_form table.variations {
    padding:13px!important;
  }
  .passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart,
  .passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-enabled,
  .passioncadeau-site.single-product form.variations_form .woocommerce-variation-add-to-cart-disabled {
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .passioncadeau-site.single-product form.variations_form .quantity {
    width:104px!important;
    min-width:104px!important;
    max-width:104px!important;
  }
  .passioncadeau-site.single-product .pc55-product-benefits {
    grid-template-columns:1fr!important;
  }
}

/* ================================================================
   V5.7 — empty-variable Gelato fallback purchase form
   Keep this block last: it intentionally wins over old Blocksy/WC rules.
   ================================================================ */
.passioncadeau-site.single-product form.pc-custom-cart-form {
  width: 100% !important;
  display: block !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-tshirt-options {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 16px !important;
  display: grid !important;
  gap: 14px !important;
  border: 1px solid #d7e0e7 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(10,47,82,.045) !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-option-block {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-width: 0 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-option-heading {
  width: 100% !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  color: var(--pc-navy) !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-color-options,
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-size-options {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-color-choice,
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-size-choice {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-color-choice input,
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-size-choice input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-color-choice {
  gap: 7px !important;
  min-height: 42px !important;
  padding: 5px 11px 5px 6px !important;
  border: 1px solid #d7e0e7 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--pc-navy) !important;
  font-weight: 900 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-color-choice:has(input:checked) {
  border-color: var(--pc-coral) !important;
  box-shadow: 0 0 0 2px rgba(255,98,95,.12) !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-color-swatch {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  border-radius: 50% !important;
  background: var(--pc-swatch) !important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 2px #0a2f52 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-size-choice > span {
  min-width: 46px !important;
  height: 42px !important;
  padding: 0 9px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #d7e0e7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--pc-navy) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-size-choice input:checked + span {
  border-color: var(--pc-navy) !important;
  background: var(--pc-navy) !important;
  color: #fff !important;
  box-shadow: 0 7px 17px rgba(10,47,82,.17) !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-size-guide-link {
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--pc-navy) !important;
  padding: 0 0 2px !important;
  font-size: .69rem !important;
  font-weight: 850 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-buy-row {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 118px minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-quantity {
  width: 118px !important;
  min-width: 118px !important;
  height: 56px !important;
  display: grid !important;
  grid-template-columns: 36px minmax(0,1fr) 36px !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid #8ba3b6 !important;
  border-radius: 10px !important;
  background: #fff !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-qty-btn {
  width: 36px !important;
  min-width: 36px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--pc-navy) !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-quantity .qty {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
  color: var(--pc-navy) !important;
  background: transparent !important;
  font-size: .9rem !important;
  font-weight: 900 !important;
  -moz-appearance: textfield;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-quantity .qty::-webkit-inner-spin-button,
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-add-button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--pc-coral) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(255,98,95,.18) !important;
  white-space: nowrap !important;
  font-size: .9rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}
.passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-add-button:hover {
  background: var(--pc-coral-dark) !important;
  transform: translateY(-1px);
}
@media (max-width: 560px) {
  .passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-buy-row {
    grid-template-columns: 106px minmax(0,1fr) !important;
    gap: 9px !important;
  }
  .passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-quantity {
    width: 106px !important;
    min-width: 106px !important;
    grid-template-columns: 32px minmax(0,1fr) 32px !important;
  }
  .passioncadeau-site.single-product form.pc-custom-cart-form .pc-custom-add-button {
    padding-inline: 12px !important;
    font-size: .78rem !important;
  }
}

/* ========================================================================== */
/* V5.8 — authoritative empty-variable T-shirt purchase form                   */
/* ========================================================================== */
.single-product .ct-product-add-to-cart > form.pc-custom-cart-form {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.single-product form.pc-custom-cart-form .pc-tshirt-options {
  display: grid !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 18px !important;
  border: 1px solid #dbe3eb !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.single-product form.pc-custom-cart-form .pc-option-block {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.single-product form.pc-custom-cart-form .pc-option-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #0A2F52 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.single-product form.pc-custom-cart-form .pc-color-options,
.single-product form.pc-custom-cart-form .pc-size-options {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}

.single-product form.pc-custom-cart-form .pc-color-choice,
.single-product form.pc-custom-cart-form .pc-size-choice {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

.single-product form.pc-custom-cart-form .pc-color-choice input,
.single-product form.pc-custom-cart-form .pc-size-choice input {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.single-product form.pc-custom-cart-form .pc-color-choice {
  min-height: 42px !important;
  padding: 5px 12px 5px 7px !important;
  gap: 8px !important;
  border: 1px solid #d7dee7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #0A2F52 !important;
  font-weight: 700 !important;
}

.single-product form.pc-custom-cart-form .pc-color-choice:has(input:checked) {
  border-color: #FF625F !important;
  box-shadow: 0 0 0 2px rgba(255,98,95,.13) !important;
}

.single-product form.pc-custom-cart-form .pc-color-swatch {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: var(--pc-swatch) !important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px #9aa7b5 !important;
}

.single-product form.pc-custom-cart-form .pc-size-choice > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 46px !important;
  height: 42px !important;
  padding: 0 11px !important;
  border: 1px solid #d7dee7 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #0A2F52 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

.single-product form.pc-custom-cart-form .pc-size-choice input:checked + span {
  color: #fff !important;
  background: #0A2F52 !important;
  border-color: #0A2F52 !important;
  box-shadow: 0 7px 18px rgba(10,47,82,.15) !important;
}

.single-product form.pc-custom-cart-form .pc-size-guide-link {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #0A2F52 !important;
  padding: 0 !important;
  min-height: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.single-product form.pc-custom-cart-form .pc-custom-buy-row {
  display: grid !important;
  grid-template-columns: 132px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product form.pc-custom-cart-form .pc-custom-quantity {
  display: grid !important;
  grid-template-columns: 40px 1fr 40px !important;
  align-items: center !important;
  width: 132px !important;
  height: 52px !important;
  border: 1px solid #0A2F52 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.single-product form.pc-custom-cart-form .pc-custom-quantity button,
.single-product form.pc-custom-cart-form .pc-custom-quantity input.qty {
  width: 100% !important;
  min-width: 0 !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0A2F52 !important;
  box-shadow: none !important;
  text-align: center !important;
  font-size: 16px !important;
}

.single-product form.pc-custom-cart-form .pc-custom-quantity button {
  cursor: pointer !important;
}

.single-product form.pc-custom-cart-form .pc-custom-add-button,
.single-product form.pc-custom-cart-form button.pc-custom-add-button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #FF625F !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(255,98,95,.20) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

.single-product form.pc-custom-cart-form .pc-custom-add-button:hover {
  background: #f45250 !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 480px) {
  .single-product form.pc-custom-cart-form .pc-custom-buy-row {
    grid-template-columns: 112px minmax(0, 1fr) !important;
  }
  .single-product form.pc-custom-cart-form .pc-custom-quantity {
    width: 112px !important;
    grid-template-columns: 34px 1fr 34px !important;
  }
  .single-product form.pc-custom-cart-form .pc-size-choice > span {
    min-width: 40px !important;
    padding-inline: 8px !important;
  }
}

/* V5.9 — deterministic custom T-shirt purchase UI for empty-variable parents. */
.single-product .ct-product-add-to-cart > form.pc-custom-cart-form,
.single-product form.pc-custom-cart-form {
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
.single-product form.pc-custom-cart-form .pc-tshirt-options {
  display:block!important;
  width:100%!important;
  margin:0 0 18px!important;
  padding:18px!important;
  border:1px solid #dce5ec!important;
  border-radius:16px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.single-product form.pc-custom-cart-form .pc-option-block {
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  min-width:0!important;
}
.single-product form.pc-custom-cart-form .pc-option-block + .pc-option-block { margin-top:18px!important; }
.single-product form.pc-custom-cart-form .pc-option-heading {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  margin:0 0 10px!important;
  color:#0a2f52!important;
  font-size:14px!important;
  line-height:1.2!important;
}
.single-product form.pc-custom-cart-form .pc-color-options,
.single-product form.pc-custom-cart-form .pc-size-options {
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  width:100%!important;
}
.single-product form.pc-custom-cart-form .pc-color-choice,
.single-product form.pc-custom-cart-form .pc-size-choice {
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  flex:0 0 auto!important;
}
.single-product form.pc-custom-cart-form .pc-size-choice > span {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:48px!important;
  height:44px!important;
  padding:0 13px!important;
  border:1px solid #d6dfe7!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#0a2f52!important;
  font-weight:800!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
.single-product form.pc-custom-cart-form .pc-size-choice input:checked + span {
  border-color:#0a2f52!important;
  background:#0a2f52!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(10,47,82,.16)!important;
}
.single-product form.pc-custom-cart-form .pc-color-choice {
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:44px!important;
  padding:6px 11px!important;
  border:1px solid #d6dfe7!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#0a2f52!important;
  font-weight:800!important;
  box-sizing:border-box!important;
}
.single-product form.pc-custom-cart-form .pc-color-swatch {
  width:26px!important;
  height:26px!important;
  border-radius:50%!important;
  background:var(--pc-swatch)!important;
  box-shadow:0 0 0 2px #fff,0 0 0 3px #ff625f!important;
}
.single-product form.pc-custom-cart-form .pc-custom-buy-row {
  display:grid!important;
  grid-template-columns:126px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.single-product form.pc-custom-cart-form .pc-custom-quantity {
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 40px!important;
  width:126px!important;
  min-width:126px!important;
  height:52px!important;
  border:1px solid #0a2f52!important;
  border-radius:10px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.single-product form.pc-custom-cart-form .pc-custom-qty-btn,
.single-product form.pc-custom-cart-form .pc-custom-quantity .qty {
  width:100%!important;
  min-width:0!important;
  height:50px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#0a2f52!important;
  text-align:center!important;
  box-shadow:none!important;
}
.single-product form.pc-custom-cart-form .pc-custom-add-button,
.single-product form.pc-custom-cart-form button.pc-custom-add-button[type="submit"] {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:52px!important;
  margin:0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:10px!important;
  background:#ff625f!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  overflow:visible!important;
  opacity:1!important;
  box-shadow:0 8px 20px rgba(255,98,95,.2)!important;
}
@media (max-width:520px){
  .single-product form.pc-custom-cart-form .pc-custom-buy-row{grid-template-columns:112px minmax(0,1fr)!important;gap:8px!important}
  .single-product form.pc-custom-cart-form .pc-custom-quantity{width:112px!important;min-width:112px!important;grid-template-columns:34px minmax(0,1fr) 34px!important}
  .single-product form.pc-custom-cart-form .pc-size-choice > span{min-width:42px!important;height:42px!important;padding:0 10px!important}
}

/* V10 — Footer trust layer */
.pc-footer-v10{background:#071f36!important}
.pc-footer-v10-top{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch;padding-top:48px;padding-bottom:30px}
.pc-footer-v10-brand>p{max-width:430px;margin:14px 0 18px;color:#d9e5ee;font-size:17px}
.pc-footer-v10-badges{display:flex;flex-wrap:wrap;gap:8px}.pc-footer-v10-badges span{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(255,255,255,.055);color:#fff;font-size:12px;font-weight:800}
.pc-footer-v10-help{display:grid;align-content:center;justify-items:start;padding:24px 26px;border-radius:18px;background:#ff625f;color:#fff}.pc-footer-v10-help>span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;opacity:.82}.pc-footer-v10-help strong{margin:6px 0 15px;font-size:22px;line-height:1.14;max-width:360px}.pc-footer-v10-help a{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;border-radius:8px;background:#fff;color:#0a2f52!important;text-decoration:none!important;font-weight:900}
.pc-footer-v10-grid{padding-top:32px!important;border-top:1px solid rgba(255,255,255,.09)}
.pc-footer-v10 .pc-footer-grid>div:first-child{grid-column:auto}
.pc-footer-v10 .pc-footer-grid h2{color:#fff;font-size:14px;letter-spacing:.02em;text-transform:none}
.pc-footer-v10 .pc-footer-links a{color:#b9cbd9!important}.pc-footer-v10 .pc-footer-links a:hover{color:#fff!important}
@media(max-width:850px){.pc-footer-v10-top{grid-template-columns:1fr}.pc-footer-v10-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:520px){.pc-footer-v10-top{padding-top:34px}.pc-footer-v10-help{padding:21px}.pc-footer-v10-grid{grid-template-columns:1fr 1fr!important;gap:28px 18px!important}.pc-footer-v10-badges{display:grid}.pc-footer-v10-badges span{width:fit-content}}

/* V11 mini-cart drawer */
.pc11-mini-cart{position:fixed;inset:0;z-index:99999;pointer-events:none;visibility:hidden}.pc11-mini-cart[aria-hidden="false"]{pointer-events:auto;visibility:visible}.pc11-mini-cart__backdrop{position:absolute;inset:0;border:0;background:rgba(4,20,35,.52);opacity:0;transition:opacity .22s ease}.pc11-mini-cart[aria-hidden="false"] .pc11-mini-cart__backdrop{opacity:1}.pc11-mini-cart__panel{position:absolute;top:0;right:0;width:min(430px,94vw);height:100%;background:#fff;transform:translateX(102%);transition:transform .25s ease;box-shadow:-24px 0 70px rgba(4,20,35,.16);overflow:auto}.pc11-mini-cart[aria-hidden="false"] .pc11-mini-cart__panel{transform:none}.pc11-mini-cart__head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid #e4eaef;background:#fff}.pc11-mini-cart__head .pc11-eyebrow{margin:0 0 2px;color:#E6504D;font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.pc11-mini-cart__head strong{display:block;color:#0A2F52;font-size:1.2rem}.pc11-mini-cart__close{width:38px;height:38px;border:1px solid #dfe6eb;border-radius:10px;background:#fff;color:#0A2F52;font-size:24px;line-height:1;cursor:pointer}.pc11-mini-cart__body{padding:12px 20px 24px}.pc11-mini-cart .woocommerce-mini-cart{list-style:none;margin:0;padding:0;display:grid;gap:10px}.pc11-mini-cart .woocommerce-mini-cart-item{position:relative;display:grid!important;grid-template-columns:78px minmax(0,1fr);gap:12px;padding:12px!important;border:1px solid #e3e9ee;border-radius:14px;background:#fff}.pc11-mini-cart .woocommerce-mini-cart-item>a:not(.remove){display:contents!important;color:#0A2F52!important;font-weight:800!important;text-decoration:none!important}.pc11-mini-cart .woocommerce-mini-cart-item img{grid-row:1/4;width:78px!important;height:78px!important;object-fit:contain!important;border-radius:10px;background:#f7f8f9;margin:0!important}.pc11-mini-cart .woocommerce-mini-cart-item .quantity{grid-column:2;color:#697987;font-size:.78rem}.pc11-mini-cart .woocommerce-mini-cart-item .remove{position:absolute;right:8px;top:8px;width:25px;height:25px;display:grid!important;place-items:center;border-radius:50%;background:#f5f7f8!important;color:#9a6060!important;font-size:18px!important}.pc11-mini-cart .woocommerce-mini-cart__total{margin:18px 0 10px;padding:16px 0;border-top:1px solid #e2e8ed;border-bottom:1px solid #e2e8ed;display:flex;justify-content:space-between;color:#0A2F52;font-size:1rem}.pc11-mini-cart .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1.3fr;gap:8px;margin:0}.pc11-mini-cart .woocommerce-mini-cart__buttons .button{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;border-radius:10px!important;background:#eef3f6!important;color:#0A2F52!important;font-weight:900!important}.pc11-mini-cart .woocommerce-mini-cart__buttons .checkout{background:#E6504D!important;color:#fff!important}.pc11-mini-cart .woocommerce-mini-cart__empty-message{padding:34px 10px;text-align:center;color:#687887}.pc-mini-cart-open{overflow:hidden}

/* V20.26 — trustbar: keep the reassurance icons, remove legacy decorative bullets. */
.pc-trustbar__inner > span::before{
  content:none!important;
  display:none!important;
}
.pc-trustbar__inner .pc-trustbar-emoji{
  display:inline-block!important;
  flex:0 0 auto!important;
  font-size:14px!important;
  line-height:1!important;
}

/* V20.27 — catalogue count badge: highlight the complete live number. */
.pc-trustbar-count__number{
  display:inline-block;padding:1px 5px;border-radius:5px;background:#FF625F;color:#fff;
  font:inherit;font-weight:950;line-height:1.15;text-decoration:none;
}


/* V20.36 — adult visual cleanup: no decorative circles/blobs.
   Rounded cards/buttons and functional circular controls remain unchanged. */
.pc-hero::after,
.pc-hero__visual::before,
.pc-hero__visual::after,
.passioncadeau-site.single-product .woocommerce-product-gallery::after,
.pc-person-card::after,
.pc-section--ages::after,
.pc-occasion-grid a::after,
.pc-why-grid article::before,
.pc4-support-card::after,
.pc5-hero::before,
.pc51-hero::after,
.pc8-category-shortcuts .pc8-category-shortcut::after,
.pc14-fact::after {
  content:none!important;
  display:none!important;
}

/* V20.62 — Catalogue product titles: keep the full SEO title in the HTML,
   but clamp the visual card label to two lines on desktop and mobile. */
.passioncadeau-site .pc8-card__title,
.passioncadeau-site [data-products] .product .woocommerce-loop-product__title,
.passioncadeau-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
.passioncadeau-site .pc14-product-card__title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-height: 2.8em;
  min-height: 2.8em !important;
}

.passioncadeau-site .pc8-card__title a {
  color: inherit;
}

@media (max-width: 760px) {
  .passioncadeau-site .pc8-card__title,
  .passioncadeau-site [data-products] .product .woocommerce-loop-product__title,
  .passioncadeau-site .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .passioncadeau-site .pc14-product-card__title {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2;
    max-height: 2.8em;
    min-height: 2.8em !important;
  }
}


/* V20.63 — Universal two-line clamp for every custom product card.
   Full product names remain untouched in the HTML for SEO; only visual rendering is clamped. */
.passioncadeau-site .pc4-product-card h3,
.passioncadeau-site .pc5-product-card h3,
.passioncadeau-site .pc8-card__title {
  min-height: 2.8em !important;
  max-height: 2.8em !important;
  overflow: hidden !important;
}

.passioncadeau-site .pc4-product-card h3 > a,
.passioncadeau-site .pc5-product-card h3 > a,
.passioncadeau-site .pc8-card__title > a,
.passioncadeau-site .pc14-product-card__title,
.passioncadeau-site [data-products] .product .woocommerce-loop-product__title,
.passioncadeau-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  max-height: 2.8em !important;
}

@media (max-width: 760px) {
  .passioncadeau-site .pc4-product-card h3,
  .passioncadeau-site .pc5-product-card h3,
  .passioncadeau-site .pc8-card__title {
    min-height: 2.8em !important;
    max-height: 2.8em !important;
  }
  .passioncadeau-site .pc4-product-card h3 > a,
  .passioncadeau-site .pc5-product-card h3 > a,
  .passioncadeau-site .pc8-card__title > a,
  .passioncadeau-site .pc14-product-card__title,
  .passioncadeau-site [data-products] .product .woocommerce-loop-product__title,
  .passioncadeau-site .woocommerce ul.products li.product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2;
    max-height: 2.8em !important;
  }
}


/* V20.72 — hover image inherits rounded corners inside product cards. */
.pc5-product-card__media{border-radius:18px 18px 0 0!important}
.pc5-product-card__image,
.pc5-product-card__image--main,
.pc5-product-card__image--hover{
  border-radius:18px 18px 0 0!important;
}
.pc7-product-wrap .pc5-product-card__image,
.pc7-product-wrap .pc5-product-card__image--main,
.pc7-product-wrap .pc5-product-card__image--hover{
  border-radius:18px 18px 0 0!important;
}
