/* PassionCadeau V20 — consolidated product visual layer */

/* --- product-v6.css --- */
/* PassionCadeau V6 — isolated single-product layer.
   Loaded after the legacy site stylesheet so this file owns the PDP. */

body.single-product.passioncadeau-site {
  --pc6-navy:#0a2f52;
  --pc6-coral:#ff625f;
  --pc6-gold:#f6c84b;
  --pc6-mint:#e9f7f1;
  --pc6-cream:#fff7ed;
  --pc6-border:#dfe7ee;
  --pc6-muted:#758596;
}

/* The only native Blocksy/Woo layer we suppress is the unusable variable
   add-to-cart form on empty-variable T-shirts. Our form is rendered immediately
   before it via Blocksy's own hook. */
body.pc6-manual-product .ct-product-add-to-cart {
  display:none!important;
}

body.single-product .product-entry-wrapper {
  gap:clamp(32px,5vw,72px)!important;
}
body.single-product .woocommerce-product-gallery,
body.single-product .ct-product-gallery-container {
  min-width:0!important;
}
body.single-product .woocommerce-product-gallery .flexy-view,
body.single-product .woocommerce-product-gallery .ct-image-container {
  aspect-ratio:1/1!important;
}
body.single-product .woocommerce-product-gallery img {
  object-fit:contain!important;
}
body.single-product .entry-summary,
body.single-product .entry-summary-items {
  min-width:0!important;
}
body.single-product .entry-summary h1.product_title {
  color:var(--pc6-navy)!important;
  font-size:clamp(1.65rem,2.1vw,2.35rem)!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
}
body.single-product .entry-summary .price {
  color:var(--pc6-navy)!important;
  font-weight:900!important;
}

.pc6-promises {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin:12px 0 10px!important;
}
.pc6-promise {
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:11px 12px!important;
  border:1px solid var(--pc6-border)!important;
  border-radius:12px!important;
  background:#fff!important;
}
.pc6-promise>span { width:32px!important;height:32px!important;flex:0 0 32px!important;display:grid!important;place-items:center!important;color:var(--pc6-navy)!important; }
.pc6-promise svg { width:30px!important;height:30px!important; }
.pc6-promise div { min-width:0!important; }
.pc6-promise strong,.pc6-promise small { display:block!important;word-break:normal!important;overflow-wrap:normal!important; }
.pc6-promise strong { color:var(--pc6-navy)!important;font-size:.78rem!important;line-height:1.15!important; }
.pc6-promise small { margin-top:2px!important;color:var(--pc6-muted)!important;font-size:.64rem!important;line-height:1.25!important; }

.pc6-benefits {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin:12px 0 14px!important;
}
.pc6-benefit {
  min-width:0!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  padding:12px!important;
  border-radius:13px!important;
  border:1px solid transparent!important;
}
.pc6-benefit--coral { background:#fff0ee!important;border-color:#ffd5d1!important; }
.pc6-benefit--gold { background:#fff7df!important;border-color:#f7e1a3!important; }
.pc6-benefit>span { width:31px!important;height:31px!important;flex:0 0 31px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:#fff!important;color:var(--pc6-navy)!important; }
.pc6-benefit svg { width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important; }
.pc6-benefit div { min-width:0!important; }
.pc6-benefit strong,.pc6-benefit small { display:block!important;word-break:normal!important;overflow-wrap:normal!important; }
.pc6-benefit strong { color:var(--pc6-navy)!important;font-size:.76rem!important;line-height:1.2!important; }
.pc6-benefit small { margin-top:3px!important;color:#6e7885!important;font-size:.63rem!important;line-height:1.35!important; }

/* Isolated purchase form: intentionally does NOT use Woo's .cart or
   .single_add_to_cart_button classes, so no historical Blocksy CSS can shrink it. */
.pc6-purchase {
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:14px 0 0!important;
  padding:16px!important;
  border:1px solid var(--pc6-border)!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(10,47,82,.045)!important;
  box-sizing:border-box!important;
}
.pc6-option-group { min-width:0!important;margin:0!important;padding:0!important;border:0!important; }
.pc6-option-group+.pc6-option-group { margin-top:18px!important; }
.pc6-option-heading {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  margin:0 0 9px!important;
  padding:0!important;
  color:var(--pc6-navy)!important;
  font-size:.79rem!important;
  line-height:1.2!important;
}
.pc6-option-heading button {
  appearance:none!important;
  border:0!important;
  border-bottom:1px solid var(--pc6-navy)!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--pc6-navy)!important;
  padding:0 0 2px!important;
  min-height:0!important;
  font-size:.68rem!important;
  font-weight:800!important;
  cursor:pointer!important;
}
.pc6-color-list,.pc6-size-list { display:flex!important;flex-wrap:wrap!important;gap:8px!important;width:100%!important; }
.pc6-color,.pc6-size { position:relative!important;margin:0!important;padding:0!important;cursor:pointer!important; }
.pc6-color input,.pc6-size input { position:absolute!important;opacity:0!important;pointer-events:none!important; }
.pc6-color {
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:42px!important;
  padding:6px 11px!important;
  border:1px solid #d8e0e8!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--pc6-navy)!important;
  font-size:.75rem!important;
  font-weight:800!important;
}
.pc6-color:has(input:checked) { border-color:var(--pc6-coral)!important;box-shadow:0 0 0 2px rgba(255,98,95,.10)!important; }
.pc6-swatch { width:25px!important;height:25px!important;border-radius:50%!important;background:var(--pc6-swatch)!important;box-shadow:0 0 0 2px #fff,0 0 0 3px #9aa7b5!important; }
.pc6-size span {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:44px!important;
  height:42px!important;
  padding:0 11px!important;
  border:1px solid #d8e0e8!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--pc6-navy)!important;
  font-size:.74rem!important;
  font-weight:850!important;
  line-height:1!important;
}
.pc6-size input:checked+span { background:var(--pc6-navy)!important;border-color:var(--pc6-navy)!important;color:#fff!important;box-shadow:0 6px 16px rgba(10,47,82,.15)!important; }
.pc6-buy-row {
  display:grid!important;
  grid-template-columns:126px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:stretch!important;
  width:100%!important;
  margin:18px 0 0!important;
  padding:14px 0 0!important;
  border-top:1px solid #e7edf2!important;
}
.pc6-qty {
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 38px!important;
  width:126px!important;
  height:52px!important;
  overflow:hidden!important;
  border:1px solid var(--pc6-navy)!important;
  border-radius:10px!important;
  background:#fff!important;
}
.pc6-qty button,.pc6-qty input {
  width:100%!important;height:50px!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--pc6-navy)!important;box-shadow:none!important;text-align:center!important;font-size:15px!important;line-height:1!important;
}
.pc6-qty input { appearance:textfield!important;-moz-appearance:textfield!important; }
.pc6-qty input::-webkit-inner-spin-button,.pc6-qty input::-webkit-outer-spin-button { -webkit-appearance:none!important;margin:0!important; }
.pc6-qty button { cursor:pointer!important; }
.pc6-add-button {
  appearance:none!important;
  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:var(--pc6-coral)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(255,98,95,.20)!important;
  font-size:.83rem!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  writing-mode:horizontal-tb!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  cursor:pointer!important;
}
.pc6-add-button:hover { background:#ef5452!important;transform:translateY(-1px)!important; }

.pc6-services {
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  margin:12px 0 0!important;
}
.pc6-services>div {
  min-width:0!important;
  display:grid!important;
  grid-template-columns:27px minmax(0,1fr)!important;
  column-gap:7px!important;
  align-items:start!important;
  padding:10px!important;
  border:1px solid var(--pc6-border)!important;
  border-radius:10px!important;
  background:#fff!important;
}
.pc6-services>div>span { grid-row:1/3;width:27px!important;height:27px!important;color:var(--pc6-coral)!important; }
.pc6-services svg { width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important; }
.pc6-services strong,.pc6-services small { display:block!important;word-break:normal!important;overflow-wrap:normal!important; }
.pc6-services strong { color:var(--pc6-navy)!important;font-size:.65rem!important;line-height:1.16!important; }
.pc6-services small { margin-top:3px!important;color:var(--pc6-muted)!important;font-size:.55rem!important;line-height:1.25!important; }

.pc6-accordion { display:grid!important;gap:8px!important;width:100%!important;margin:14px 0 0!important; }
.pc6-accordion__item { overflow:hidden!important;border:1px solid #e1e8ee!important;border-radius:11px!important;background:#fff!important; }
.pc6-accordion__item>summary { list-style:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:50px!important;padding:8px 12px!important;cursor:pointer!important;color:var(--pc6-navy)!important;font-size:.72rem!important;font-weight:850!important; }
.pc6-accordion__item>summary::-webkit-details-marker { display:none!important; }
.pc6-accordion__label { display:flex!important;align-items:center!important;gap:9px!important; }
.pc6-accordion__icon { width:29px!important;height:29px!important;display:grid!important;place-items:center!important;border-radius:8px!important;background:#fff1ef!important;color:var(--pc6-coral)!important; }
.pc6-accordion__icon svg { width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important; }
.pc6-chevron { color:#718092!important;font-size:18px!important;transition:transform .18s ease!important; }
.pc6-accordion__item[open] .pc6-chevron { transform:rotate(180deg)!important; }
.pc6-accordion__content { padding:0 14px 14px 50px!important;color:#677483!important;font-size:.68rem!important;line-height:1.55!important; }
.pc6-size-guide>div { display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:8px 0 10px!important; }
.pc6-size-guide>div span { display:inline-grid!important;place-items:center!important;min-width:36px!important;height:30px!important;padding:0 8px!important;border-radius:7px!important;background:#f4f7f9!important;color:var(--pc6-navy)!important;font-weight:850!important; }

.pc6-related { padding:54px 0!important;background:#f8fafb!important; }
.pc6-related h2 { margin:5px 0 22px!important;color:var(--pc6-navy)!important;font-size:clamp(1.7rem,2.8vw,2.5rem)!important; }

/* Breadcrumbs inherit the actual brand palette, never Woo's electric blue. */
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a,
body.single-product [class*="breadcrumb"] a { color:var(--pc6-navy)!important; }
body.single-product .woocommerce-breadcrumb a:hover,
body.single-product [class*="breadcrumb"] a:hover { color:var(--pc6-coral)!important; }

@media (max-width:900px) {
  .pc6-promises,.pc6-benefits { grid-template-columns:1fr!important; }
  .pc6-services { grid-template-columns:1fr 1fr 1fr!important; }
}
@media (max-width:600px) {
  .pc6-buy-row { grid-template-columns:108px minmax(0,1fr)!important;gap:8px!important; }
  .pc6-qty { width:108px!important;grid-template-columns:32px minmax(0,1fr) 32px!important; }
  .pc6-size span { min-width:39px!important;padding:0 8px!important; }
  .pc6-services { grid-template-columns:1fr!important; }
  .pc6-accordion__content { padding-left:14px!important; }
}


/* --- experience-v11.css --- */
/* PassionCadeau V11 — account + product continuation */
:root{--pc11-navy:#0A2F52;--pc11-coral:#E6504D;--pc11-cream:#F6F3ED;--pc11-ink:#18334D;--pc11-muted:#687887;--pc11-line:#E1E8ED;}
.pc11-eyebrow{display:block;margin:0 0 8px;color:var(--pc11-coral);font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}

/* Account */
body.woocommerce-account .woocommerce{max-width:1180px;margin:42px auto 72px;padding:0 24px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;align-items:start}
body.woocommerce-account .woocommerce-MyAccount-navigation{width:auto!important;float:none!important;margin:0!important;padding:12px;background:#fff;border:1px solid var(--pc11-line);border-radius:18px;box-shadow:0 14px 40px rgba(10,47,82,.05);position:sticky;top:115px}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:4px}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;padding:12px 14px;border-radius:11px;color:var(--pc11-navy)!important;font-weight:800;text-decoration:none!important}
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#EEF4F8;color:var(--pc11-navy)!important}
body.woocommerce-account .woocommerce-MyAccount-content{width:auto!important;float:none!important;min-width:0;margin:0!important;padding:26px;background:#fff;border:1px solid var(--pc11-line);border-radius:20px;box-shadow:0 14px 40px rgba(10,47,82,.05)}
.pc11-account-welcome h2{margin:0 0 8px;color:var(--pc11-navy);font-size:clamp(1.8rem,3vw,2.55rem)}
.pc11-account-welcome>p{margin:0 0 22px;color:var(--pc11-muted);font-size:1rem}
.pc11-account-quicklinks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.pc11-account-quicklinks a{min-width:0;padding:17px;border-radius:15px;background:#F7F9FA;border:1px solid var(--pc11-line);text-decoration:none!important;transition:.18s ease}
.pc11-account-quicklinks a:nth-child(2){background:#FFF2EF;border-color:#FFD9D4}.pc11-account-quicklinks a:nth-child(3){background:#FFF7DF;border-color:#F3E2AA}
.pc11-account-quicklinks a:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(10,47,82,.07)}
.pc11-account-quicklinks strong,.pc11-account-quicklinks span{display:block}.pc11-account-quicklinks strong{color:var(--pc11-navy);font-size:.94rem}.pc11-account-quicklinks span{margin-top:4px;color:var(--pc11-muted);font-size:.76rem}
body.woocommerce-account table.shop_table{border:1px solid var(--pc11-line)!important;border-radius:14px!important;overflow:hidden}body.woocommerce-account .button{border-radius:9px!important;background:var(--pc11-navy)!important;color:#fff!important}

/* Product continuation */
.pc11-product-after{width:100%;clear:both}.pc11-product-after .pc-shell{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}
.pc11-product-proof{padding:68px 0;background:var(--pc11-navy);color:#fff}.pc11-product-proof .pc11-eyebrow{color:#FF9B96}.pc11-product-proof__intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.7fr);column-gap:50px;align-items:end;margin-bottom:30px}.pc11-product-proof__intro h2{margin:0;color:#fff;font-size:clamp(2rem,4vw,3.5rem);line-height:1.02;letter-spacing:-.035em}.pc11-product-proof__intro p{margin:0;color:#CAD6E0;font-size:1rem;line-height:1.6}
.pc11-product-proof__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pc11-product-proof__grid article{padding:20px 18px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.055)}.pc11-product-proof__grid article>span{width:36px;height:36px;display:grid;place-items:center;margin-bottom:14px;color:#FF8A85}.pc11-product-proof__grid svg{width:28px;height:28px}.pc11-product-proof__grid strong{display:block;color:#fff;font-size:.92rem}.pc11-product-proof__grid p{margin:6px 0 0;color:#BBC9D4;font-size:.76rem;line-height:1.45}
.pc11-product-universe{padding:64px 0;background:#F7F3EC}.pc11-product-universe__layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:48px;align-items:start}.pc11-product-universe h2,.pc11-product-faq h2{margin:0 0 12px;color:var(--pc11-navy);font-size:clamp(1.9rem,3.3vw,3rem);line-height:1.04;letter-spacing:-.03em}.pc11-product-universe p{margin:0;color:var(--pc11-muted);line-height:1.65}.pc11-product-universe__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pc11-product-universe__links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-radius:14px;background:#fff;border:1px solid #E8E1D8;text-decoration:none!important}.pc11-product-universe__links a:hover{border-color:#F0AAA6;box-shadow:0 10px 26px rgba(10,47,82,.06)}.pc11-product-universe__links strong{color:var(--pc11-navy);font-size:.9rem}.pc11-product-universe__links span{color:var(--pc11-coral);font-size:.72rem;font-weight:850;white-space:nowrap}
.pc11-product-faq{padding:68px 0 76px;background:#fff}.pc11-product-faq__head{text-align:center;max-width:710px;margin:0 auto 28px}.pc11-product-faq__grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pc11-product-faq details{border:1px solid var(--pc11-line);border-radius:14px;background:#fff;overflow:hidden}.pc11-product-faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:17px 18px;color:var(--pc11-navy);font-size:.86rem;font-weight:850;cursor:pointer}.pc11-product-faq summary::-webkit-details-marker{display:none}.pc11-product-faq summary span{color:var(--pc11-coral);font-size:18px}.pc11-product-faq details[open] summary span{transform:rotate(180deg)}.pc11-product-faq details p{margin:0;padding:0 18px 18px;color:var(--pc11-muted);font-size:.78rem;line-height:1.6}

@media(max-width:900px){body.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation{position:static!important}.pc11-account-quicklinks,.pc11-product-proof__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pc11-product-proof__intro,.pc11-product-universe__layout{grid-template-columns:1fr;gap:18px}.pc11-product-faq__grid{grid-template-columns:1fr}}
@media(max-width:600px){body.woocommerce-account .woocommerce{margin-top:22px;padding:0 14px}.pc11-account-quicklinks,.pc11-product-proof__grid,.pc11-product-universe__links{grid-template-columns:1fr}.pc11-product-proof,.pc11-product-universe,.pc11-product-faq{padding:46px 0}.pc11-product-after .pc-shell{padding-left:16px;padding-right:16px}}


/* --- reviews-v12.css --- */
/* PassionCadeau V12 — real reviews only */
:root{--pc12-navy:#0A2F52;--pc12-coral:#E6504D;--pc12-gold:#F6C84B;--pc12-cream:#F7F3EC;--pc12-line:#E1E8ED;--pc12-muted:#6B7A88}
.pc12-summary-rating{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;text-decoration:none!important}.pc12-summary-rating>span:last-child{color:#637483;font-size:.79rem;font-weight:800}.pc12-stars{display:inline-flex;gap:2px;line-height:1}.pc12-star{color:#D9E0E5;font-size:15px}.pc12-star.is-filled{color:#E7B72C}
.pc12-reviews{padding:72px 0 78px;background:var(--pc12-cream);border-top:1px solid #ECE5DA}.pc12-reviews .pc-shell{max-width:1180px;margin:0 auto;padding:0 24px}.pc12-reviews__header{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:30px}.pc12-reviews__header>div:first-child{max-width:690px}.pc12-reviews__header h2{margin:0 0 12px;color:var(--pc12-navy);font-size:clamp(2rem,3.6vw,3.35rem);line-height:1.02;letter-spacing:-.035em}.pc12-reviews__header p{margin:0;color:var(--pc12-muted);font-size:.95rem;line-height:1.6}.pc12-score{flex:0 0 auto;min-width:190px;padding:18px 20px;background:#fff;border:1px solid #E6E0D7;border-radius:16px}.pc12-score strong{display:block;color:var(--pc12-navy);font-size:2.45rem;line-height:1;letter-spacing:-.04em}.pc12-score strong small{font-size:.9rem;color:#7F8C97}.pc12-score .pc12-stars{margin:8px 0 5px}.pc12-score>span:last-child{display:block;color:#71808C;font-size:.75rem;font-weight:750}
.pc12-reviews__layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:18px;align-items:start}.pc12-breakdown{padding:20px;background:#fff;border:1px solid #E6E0D7;border-radius:16px;position:sticky;top:112px}.pc12-breakdown__row{display:grid;grid-template-columns:32px 1fr 24px;align-items:center;gap:8px;margin:9px 0;color:#536575;font-size:.76rem;font-weight:800}.pc12-breakdown__bar{height:7px;background:#EDF0F2;border-radius:999px;overflow:hidden}.pc12-breakdown__bar i{display:block;height:100%;background:var(--pc12-gold);border-radius:inherit}.pc12-breakdown__row small{text-align:right;color:#83909A}.pc12-write-review{display:flex;justify-content:center;margin-top:18px;padding:11px 14px;border-radius:9px;background:var(--pc12-navy);color:#fff!important;text-decoration:none!important;font-size:.8rem;font-weight:850}.pc12-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pc12-review-card{padding:20px;background:#fff;border:1px solid #E6E0D7;border-radius:16px;min-width:0}.pc12-review-card__top{display:flex;justify-content:space-between;align-items:center;gap:12px}.pc12-review-card time{color:#89949D;font-size:.69rem}.pc12-review-card>p{margin:16px 0;color:#42576A;font-size:.86rem;line-height:1.65}.pc12-review-card footer{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.pc12-review-card footer strong{color:var(--pc12-navy);font-size:.78rem}.pc12-review-card footer span{padding:4px 7px;border-radius:999px;background:#EAF5EE;color:#3E7651;font-size:.64rem;font-weight:850}
.pc12-native-review-form{margin-top:30px;padding:26px;background:#fff;border:1px solid #E6E0D7;border-radius:18px}.pc12-native-review-form #reviews{margin:0!important}.pc12-native-review-form #comments{display:none!important}.pc12-native-review-form #review_form_wrapper{float:none!important;width:100%!important}.pc12-native-review-form #review_form{max-width:760px;margin:0 auto}.pc12-native-review-form .comment-reply-title{display:block;margin-bottom:14px;color:var(--pc12-navy);font-size:1.25rem;font-weight:900}.pc12-native-review-form .comment-form-rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pc12-native-review-form .stars a{color:#D9B233!important;font-size:20px!important}.pc12-native-review-form textarea,.pc12-native-review-form input[type=text],.pc12-native-review-form input[type=email]{border:1px solid #DDE4E9!important;border-radius:10px!important;background:#F9FAFB!important;min-height:46px!important;padding:11px 13px!important}.pc12-native-review-form textarea{min-height:130px!important}.pc12-native-review-form .form-submit input{background:var(--pc12-coral)!important;color:#fff!important;border:0!important;border-radius:9px!important;padding:13px 20px!important;font-weight:900!important}
@media(max-width:900px){.pc12-reviews__header{align-items:start}.pc12-reviews__layout{grid-template-columns:1fr}.pc12-breakdown{position:static;display:grid;grid-template-columns:1fr 1fr;gap:2px 18px}.pc12-write-review{grid-column:1/-1}.pc12-review-list{grid-template-columns:1fr}}
@media(max-width:620px){.pc12-reviews{padding:48px 0 54px}.pc12-reviews .pc-shell{padding:0 16px}.pc12-reviews__header{display:block}.pc12-score{margin-top:18px;width:100%}.pc12-breakdown{display:block}.pc12-review-card{padding:17px}.pc12-native-review-form{padding:18px 16px}}


/* --- product-depth-v14.css --- */
/* PassionCadeau V14 — richer product-page continuation. Purchase form untouched. */
:root{--pc14-navy:#0A2F52;--pc14-coral:#F45E59;--pc14-gold:#F3C853;--pc14-cream:#F7F3EC;--pc14-mint:#DDEFE5;--pc14-blue:#DCEAF4;--pc14-text:#26394A;--pc14-muted:#667788;--pc14-line:#E8E2D9}
.pc14-product-depth{clear:both;width:100%;color:var(--pc14-text)}
.pc14-product-depth .pc-shell{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}
.pc14-section-head{max-width:760px;margin-bottom:28px}.pc14-section-head>span,.pc14-kicker{display:block;margin-bottom:8px;color:var(--pc14-coral);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pc14-section-head h2,.pc14-fit-copy h2,.pc14-faq-layout h2{margin:0;color:var(--pc14-navy);font-size:clamp(2rem,3.5vw,3.35rem);line-height:1.02;letter-spacing:-.04em}.pc14-section-head p,.pc14-fit-copy p,.pc14-faq-layout header p{margin:12px 0 0;color:var(--pc14-muted);font-size:.98rem;line-height:1.65}.pc14-section-head--compact{margin-bottom:24px}.pc14-section-head--compact h2{font-size:clamp(1.8rem,2.8vw,2.65rem)}
.pc14-quick-facts{padding:66px 0;background:#fff}.pc14-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pc14-fact{position:relative;min-height:170px;padding:22px 20px 20px;border-radius:20px;overflow:hidden}.pc14-fact:after{content:"";position:absolute;width:72px;height:72px;right:-24px;bottom:-26px;border-radius:50%;background:rgba(255,255,255,.42)}.pc14-fact small{display:block;margin-bottom:26px;color:rgba(10,47,82,.65);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.pc14-fact strong{display:block;position:relative;z-index:1;color:var(--pc14-navy);font-size:1.16rem;line-height:1.2}.pc14-fact p{position:relative;z-index:1;margin:8px 0 0;color:#536779;font-size:.78rem;line-height:1.48}.pc14-fact--coral{background:#FFE2DF}.pc14-fact--gold{background:#F9EDBC}.pc14-fact--mint{background:var(--pc14-mint)}.pc14-fact--blue{background:var(--pc14-blue)}
.pc14-fit-section{padding:72px 0;background:var(--pc14-cream)}.pc14-fit-layout{display:grid;grid-template-columns:minmax(270px,.78fr) minmax(0,1.22fr);gap:64px;align-items:start}.pc14-fit-copy{position:sticky;top:110px}.pc14-fit-list{display:grid;gap:10px}.pc14-fit-list>div{display:grid;grid-template-columns:46px minmax(160px,.65fr) minmax(0,1fr);gap:18px;align-items:center;padding:20px 22px;border:1px solid var(--pc14-line);border-radius:18px;background:#fff}.pc14-fit-list b{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--pc14-navy);color:#fff;font-size:.72rem}.pc14-fit-list strong{color:var(--pc14-navy);font-size:.95rem;line-height:1.25}.pc14-fit-list span{color:var(--pc14-muted);font-size:.79rem;line-height:1.55}
.pc14-universe{padding:60px 0;background:#fff}.pc14-universe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:960px}.pc14-universe-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 148px;min-height:178px;border-radius:22px;overflow:hidden;text-decoration:none!important;border:1px solid rgba(10,47,82,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pc14-universe-card:hover{transform:translateY(-3px);border-color:rgba(10,47,82,.12);box-shadow:0 16px 36px rgba(10,47,82,.10)}.pc14-universe-card--1{background:#FCE7C9}.pc14-universe-card--2{background:#E0EFE8}.pc14-universe-card--3{background:#E4EAF5}.pc14-universe-card--4{background:#F7E2E6}.pc14-universe-card__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:22px 8px 22px 22px;position:relative;z-index:2;min-width:0}.pc14-universe-card__copy small{margin:0 0 12px;color:rgba(10,47,82,.58);font-size:.64rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.pc14-universe-card__copy strong{color:var(--pc14-navy);font-size:clamp(1.2rem,1.8vw,1.58rem);line-height:1.06;letter-spacing:-.025em}.pc14-universe-card__copy p{margin:8px 0 0;max-width:330px;color:rgba(10,47,82,.72);font-size:.78rem;line-height:1.45}.pc14-universe-card__copy span{margin-top:13px;color:var(--pc14-coral);font-size:.77rem;font-weight:900}.pc14-universe-card__media{align-self:stretch;display:flex;align-items:flex-end;justify-content:center;min-width:0;padding:14px 14px 0 0}.pc14-universe-card__media img{width:100%;height:150px;object-fit:contain;object-position:center bottom;display:block;mix-blend-mode:multiply}
.pc14-recommendations{padding:72px 0;background:#F9F7F2}.pc14-section-head--row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px}.pc14-section-head--row>div{max-width:700px}.pc14-section-head--row>a{flex:none;color:var(--pc14-coral);font-size:.8rem;font-weight:900;text-decoration:none!important}.pc14-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pc14-product-card{min-width:0;border:1px solid #E9E4DC;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(10,47,82,.035);transition:transform .2s ease,box-shadow .2s ease}.pc14-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(10,47,82,.09)}.pc14-product-card__media{display:grid;place-items:center;aspect-ratio:1/1;background:#F6F3EE;padding:14px}.pc14-product-card__media img{display:block;width:100%;height:100%;object-fit:contain}.pc14-product-card__body{padding:16px}.pc14-product-card__title{display:-webkit-box;min-height:2.6em;overflow:hidden;color:var(--pc14-navy)!important;font-size:.88rem;font-weight:850;line-height:1.3;text-decoration:none!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pc14-product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:13px;border-top:1px solid #EEE9E2}.pc14-product-card__foot strong{color:var(--pc14-navy);font-size:.96rem}.pc14-product-card__foot a{color:var(--pc14-coral);font-size:.75rem;font-weight:900;text-decoration:none!important;white-space:nowrap}
.pc14-product-faq{padding:76px 0;background:var(--pc14-navy);color:#fff}.pc14-faq-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:64px;align-items:start}.pc14-faq-layout h2{color:#fff}.pc14-faq-layout header p{color:#C2D0DB}.pc14-faq-list{display:grid;gap:9px}.pc14-faq-list details{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.055)}.pc14-faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;color:#fff;font-size:.9rem;font-weight:850;cursor:pointer}.pc14-faq-list summary::-webkit-details-marker{display:none}.pc14-faq-list summary i{color:#FF8A85;font-size:1.05rem;font-style:normal;transition:transform .2s ease}.pc14-faq-list details[open] summary i{transform:rotate(180deg)}.pc14-faq-list details p{margin:0;padding:0 20px 20px;color:#C7D3DD;font-size:.79rem;line-height:1.65}
@media(max-width:980px){.pc14-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pc14-fit-layout,.pc14-faq-layout{grid-template-columns:1fr;gap:30px}.pc14-fit-copy{position:static}.pc14-universe-grid{grid-template-columns:1fr}.pc14-universe-card{min-height:172px}.pc14-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.pc14-product-depth .pc-shell{padding-left:16px;padding-right:16px}.pc14-quick-facts,.pc14-fit-section,.pc14-universe,.pc14-recommendations,.pc14-product-faq{padding:48px 0}.pc14-facts-grid{grid-template-columns:1fr 1fr;gap:8px}.pc14-fact{min-height:150px;padding:18px 15px}.pc14-fact small{margin-bottom:18px}.pc14-fit-list>div{grid-template-columns:38px 1fr;padding:16px}.pc14-fit-list>div span{grid-column:2}.pc14-universe-card{grid-template-columns:minmax(0,1fr) 118px;min-height:164px}.pc14-universe-card__copy{padding:18px 6px 18px 18px}.pc14-universe-card__copy p{font-size:.72rem}.pc14-universe-card__media{padding:10px 8px 0 0}.pc14-universe-card__media img{height:126px}.pc14-section-head--row{display:block}.pc14-section-head--row>a{display:inline-block;margin-top:14px}.pc14-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.pc14-product-card__body{padding:12px}.pc14-product-card__title{font-size:.78rem}.pc14-product-card__foot{display:block}.pc14-product-card__foot a{display:inline-block;margin-top:7px}}


/* --- qa-v15.css --- */
/* PassionCadeau V15 — QA / resilient empty states. Visual language only; no product-form rules. */
.pc15-page{background:#f8f5ef;min-height:55vh;padding:clamp(40px,6vw,88px) 0}
.pc15-recovery{padding:clamp(26px,4vw,54px) 16px}
.pc15-recovery__inner{width:min(940px,100%);margin:0 auto;text-align:center;background:#fff;border:1px solid rgba(10,47,82,.10);border-radius:28px;padding:clamp(32px,5vw,64px);box-shadow:0 18px 55px rgba(10,47,82,.07)}
.pc15-recovery__eyebrow,.pc15-search-page__head>span{display:block;color:#ff625f;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.pc15-recovery h1,.pc15-search-page h1{color:#0a2f52;font-size:clamp(32px,4vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0}
.pc15-recovery p{color:#526474;font-size:clamp(16px,1.6vw,19px);line-height:1.65;max-width:680px;margin:18px auto 0}
.pc15-recovery__search{max-width:620px;margin:28px auto 0}
.pc15-recovery__search form{display:flex;gap:8px;background:#f7f7f5;border:1px solid rgba(10,47,82,.12);border-radius:16px;padding:7px}
.pc15-recovery__search input[type=search]{min-width:0;flex:1;border:0!important;background:transparent!important;box-shadow:none!important;padding:10px 12px!important}
.pc15-recovery__search button{border:0!important;border-radius:12px!important;background:#ff625f!important;color:#fff!important;font-weight:800!important;padding:11px 18px!important}
.pc15-recovery__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:26px auto 0;max-width:760px}
.pc15-recovery__chips a{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:12px;background:#eef4f7;color:#0a2f52;text-decoration:none;font-weight:750;border:1px solid rgba(10,47,82,.08);transition:.18s ease}
.pc15-recovery__chips a:hover{background:#0a2f52;color:#fff;transform:translateY(-1px)}
.pc15-recovery__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:28px}
.pc15-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border-radius:12px;border:1px solid rgba(10,47,82,.16);color:#0a2f52;text-decoration:none;font-weight:850;background:#fff}
.pc15-btn--primary{background:#0a2f52;color:#fff;border-color:#0a2f52}
.pc15-search-page{padding:12px 16px}
.pc15-search-page__head{text-align:center;margin:0 auto 34px;max-width:780px}
.pc15-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.pc15-search-result{background:#fff;border:1px solid rgba(10,47,82,.1);border-radius:18px;padding:24px}
.pc15-search-result h2{margin:0;color:#0a2f52;font-size:22px;line-height:1.2}
.pc15-search-result p{color:#647585;margin:10px 0 0;line-height:1.6}
.pc15-empty-cart-extra .pc15-recovery{padding-top:18px}
.woocommerce-cart .cart-empty.woocommerce-info{border-radius:14px;border:1px solid rgba(10,47,82,.12);background:#fff;color:#0a2f52}
.woocommerce-no-products-found .pc15-recovery{padding-top:10px}
@media(max-width:720px){.pc15-search-results{grid-template-columns:1fr}.pc15-recovery__inner{border-radius:20px;padding:28px 18px}.pc15-recovery__actions{flex-direction:column}.pc15-btn{width:100%}}


/* --- brand-v16.css --- */
/* PassionCadeau V16 — final brand layer. Visual identity only. */
:root{
  --pc-ink:#0D1B2A;
  --pc-plum:#17263A;
  --pc-coral:#FF6B6B;
  --pc-coral-dark:#EB5558;
  --pc-gold:#FFD166;
  --pc-cream:#F8F4EE;
  --pc-mint:#2EC4B6;
  --pc-lavender:#BDB2FF;
  --pc-slate:#8091A7;
  --pc-soft:#F5F6F8;
  --pc-border:#E2E7EC;
}
body.passioncadeau-site{
  font-family:"Poppins",Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
/* Brand lockup */
.pc-brand{gap:10px;align-items:center}
.pc-brand-mark{
  width:42px!important;height:42px!important;aspect-ratio:1!important;
  border-radius:0!important;background:none!important;box-shadow:none!important;
  transform:none!important;padding:0!important;overflow:visible!important;
}
.pc-brand-mark img{display:block;width:100%;height:100%;object-fit:contain}
.pc-brand-name{font-family:"Poppins",Inter,sans-serif;font-weight:800!important;letter-spacing:-.045em!important;font-size:1.43rem!important;color:var(--pc-ink)!important}
.pc-brand-name .pc-brand-passion{color:var(--pc-ink)}
.pc-brand-name .pc-brand-cadeau{color:var(--pc-coral)}
.pc-brand-name .pc-brand-dot{display:none}
.pc-brand-tagline{display:block;margin-top:4px;font-size:.57rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:#75808d}
.pc-brand--footer .pc-brand-name .pc-brand-passion{color:#fff}
.pc-brand--footer .pc-brand-name .pc-brand-cadeau{color:var(--pc-coral)}
.pc-brand--footer .pc-brand-tagline{color:rgba(255,255,255,.58)}
/* Header: premium, restrained, no repetitive slogan */
.pc-header-main__inner{min-height:78px}
.pc-site-header,.pc-header-main,.pc-desktop-nav{background:#fff}
.pc-product-search button{background:var(--pc-ink)}
.pc-product-search:focus-within{border-color:var(--pc-coral);box-shadow:0 0 0 3px rgba(255,107,107,.13)}
.pc-main-menu>li.current-menu-item>a,.pc-main-menu>li>a:hover{color:var(--pc-coral)}
.pc-trustbar{background:var(--pc-ink)}
.pc-trustbar__inner{font-size:.72rem;letter-spacing:.01em}
/* Buttons and important interface accents */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.pc-btn,.pc-button{font-family:"Poppins",Inter,sans-serif}
/* Footer brand alignment */
.pc-footer-v10-brand .pc-brand{display:inline-flex}
.pc-footer-v10-brand>p{max-width:310px}
/* Small decorative handwritten accent — intentionally rare */
.pc-brand-script{font-family:"Pacifico","Brush Script MT",cursive;font-weight:400;letter-spacing:0}
/* Mobile lockup */
@media(max-width:900px){
  .pc-brand-mark{width:36px!important;height:36px!important}
  .pc-brand-name{font-size:1.12rem!important}
  .pc-brand-tagline{display:none}
}
@media(max-width:390px){
  .pc-brand-mark{width:32px!important;height:32px!important}
  .pc-brand-name{font-size:1rem!important}
}


/* --- mobile-v18.css --- */
/* PassionCadeau V18 — responsive hardening / launch polish.
 * Loaded last. No desktop redesign, no purchase-flow rewrites.
 */

html,body{max-width:100%;overflow-x:hidden}
img,svg,video{max-width:100%;height:auto}
button,a,input,select,textarea{touch-action:manipulation}

@media(max-width:1024px){
  .pc-shell{width:min(100% - 32px,1180px)!important}
  .pc-desktop-nav{display:none!important}
  .pc-mobile-toggle{display:inline-grid!important}
  .pc-header-main__inner{min-height:72px!important;gap:14px!important}
  .pc-product-search{max-width:none!important;flex:1 1 auto!important}
  .pc-header-action>span:not(.pc-header-cart__icon){display:none!important}
  .pc-header-actions{gap:8px!important}
  .pc-header-action{width:42px!important;height:42px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:12px!important}

  /* HOME */
  .pc7-hero{padding:22px 0 28px!important}
  .pc7-hero__grid{grid-template-columns:minmax(0,1fr) minmax(320px,42%)!important;gap:24px!important;align-items:center!important}
  .pc7-hero__copy h1{font-size:clamp(2.7rem,5.2vw,4.6rem)!important;line-height:.96!important}
  .pc7-hero__lead{font-size:.96rem!important;max-width:650px!important}
  .pc7-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .pc7-shortcuts a{min-width:0!important}
  .pc7-shortcuts strong,.pc7-shortcuts span{white-space:normal!important}
  .pc7-hero-proof{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .pc7-seasonal{width:100%!important;max-width:440px!important;justify-self:end!important;aspect-ratio:1/1!important}
  .pc7-finder{grid-template-columns:1fr!important;gap:20px!important}
  .pc7-finder__intro{max-width:760px!important}
  .pc7-finder__fields{grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;gap:10px!important}
  .pc7-heading{gap:18px!important}
  .pc7-heading h2{font-size:clamp(2rem,4vw,3.4rem)!important}
  .pc7-age-featured{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pc7-people-grid,.pc7-occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pc7-support-grid{grid-template-columns:1fr 1fr!important}

  /* PRODUCT */
  body.single-product div.product{column-gap:26px!important}
  .pc6-services{grid-template-columns:repeat(3,minmax(0,1fr))!important}

  /* FOOTER */
  .pc-footer-v10-top{grid-template-columns:1fr!important;gap:24px!important}
  .pc-footer-v10-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:820px){
  .pc-shell{width:min(100% - 28px,1180px)!important}
  .pc-trustbar__inner span:nth-child(4){display:none!important}
  .pc-trustbar__inner{justify-content:center!important;gap:14px!important;white-space:nowrap!important;overflow:hidden!important}
  .pc-trustbar__inner span{font-size:.69rem!important}
  .pc-header-main__inner{display:grid!important;grid-template-columns:auto 1fr auto!important;grid-template-areas:"toggle brand actions" "search search search"!important;padding:10px 0 12px!important;min-height:0!important}
  .pc-mobile-toggle{grid-area:toggle}
  .pc-brand{grid-area:brand;justify-self:start!important}
  .pc-header-actions{grid-area:actions;justify-self:end!important}
  .pc-product-search{grid-area:search;width:100%!important}
  .pc-product-search input{height:44px!important;font-size:16px!important}
  .pc-product-search button{width:44px!important;height:44px!important}

  /* HOME: readable one-column mobile/tablet structure */
  .pc7-hero__grid{grid-template-columns:1fr!important;gap:18px!important}
  .pc7-hero__copy{max-width:none!important}
  .pc7-hero__copy h1{font-size:clamp(2.55rem,10vw,4.1rem)!important;max-width:12ch!important}
  .pc7-search{grid-template-columns:1fr auto!important}
  .pc7-search input{min-width:0!important;font-size:16px!important}
  .pc7-seasonal{justify-self:stretch!important;max-width:520px!important;width:min(100%,520px)!important;margin-inline:auto!important}
  .pc7-shortcuts{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .pc7-shortcuts a{min-height:62px!important;padding:12px 14px!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important}
  .pc7-shortcuts a span{grid-column:1!important}
  .pc7-shortcuts a i{grid-row:1/3!important;grid-column:2!important}
  .pc7-hero-proof{grid-template-columns:1fr!important;gap:7px!important}
  .pc7-hero-proof>span{min-height:58px!important}

  .pc7-finder-section{padding:24px 0!important}
  .pc7-finder{padding:20px!important;border-radius:20px!important}
  .pc7-finder__intro h2{font-size:2.05rem!important}
  .pc7-finder__fields{grid-template-columns:1fr!important;gap:9px!important}
  .pc7-finder__step{min-height:70px!important}
  .pc7-finder__fields>button{width:100%!important;min-height:52px!important}

  .pc7-section{padding:54px 0!important}
  .pc7-heading{display:block!important;margin-bottom:22px!important}
  .pc7-heading>a{display:inline-flex!important;margin-top:12px!important}
  .pc7-heading h2{font-size:2.25rem!important;line-height:1.02!important}
  .pc7-heading p{font-size:.92rem!important}
  .pc7-product-wrap .products,.pc7-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .pc7-age-featured{grid-template-columns:1fr!important;gap:10px!important}
  .pc7-age-card{min-height:220px!important}
  .pc7-age-rail{display:flex!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;gap:8px!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch!important}
  .pc7-age-rail>a{flex:0 0 auto!important;scroll-snap-align:start!important;min-width:68px!important}
  .pc7-age-rail__birth{min-width:160px!important}
  .pc7-people-grid,.pc7-occasion-grid,.pc7-support-grid{grid-template-columns:1fr!important;gap:12px!important}
  .pc7-person-card,.pc7-occasion-card,.pc7-support-card{min-height:240px!important}

  /* CATALOG */
  .pc8-toolbar{position:sticky!important;top:0!important;z-index:20!important;background:#fff!important;box-shadow:0 8px 24px rgba(13,27,42,.06)!important}
  .pc8-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pc8-card__title{font-size:.82rem!important;line-height:1.28!important;min-height:auto!important}
  .pc8-card__cta{min-height:38px!important;display:inline-flex!important;align-items:center!important}

  /* PRODUCT */
  body.single-product div.product{display:block!important}
  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary{width:100%!important;max-width:none!important;float:none!important}
  body.single-product div.product .summary{margin-top:20px!important}
  .pc6-buy-row{position:sticky!important;bottom:8px!important;z-index:18!important;background:#fff!important;padding:8px!important;margin-left:-8px!important;margin-right:-8px!important;border-radius:14px!important;box-shadow:0 12px 34px rgba(13,27,42,.16)!important}
  .pc6-services{grid-template-columns:1fr!important}
  .pc14-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pc14-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  /* CART/CHECKOUT */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr{display:grid!important;grid-template-columns:74px minmax(0,1fr) auto!important;gap:8px 12px!important;padding:14px 0!important}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive td{padding:0!important;text-align:left!important;border:0!important}
  body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail{grid-row:1/4!important;grid-column:1!important}
  body.woocommerce-cart .woocommerce-cart-form td.product-name{grid-column:2/4!important}
  body.woocommerce-cart .woocommerce-cart-form td.product-price{grid-column:2!important}
  body.woocommerce-cart .woocommerce-cart-form td.product-quantity{grid-column:2!important}
  body.woocommerce-cart .woocommerce-cart-form td.product-subtotal{grid-column:3!important;grid-row:2!important;justify-self:end!important}
  body.woocommerce-cart .woocommerce-cart-form td.product-remove{grid-column:3!important;grid-row:3!important;justify-self:end!important}
  body.woocommerce-checkout input.input-text,body.woocommerce-checkout select,body.woocommerce-checkout textarea{font-size:16px!important}

  /* ACCOUNT / TRUST */
  body.woocommerce-account .woocommerce{padding-inline:14px!important}
  .pc-service-hero{padding-top:18px!important}
  .pc-service-hero h1{font-size:clamp(2.3rem,10vw,3.6rem)!important}

  /* FOOTER */
  .pc-footer-v10-grid{grid-template-columns:1fr 1fr!important;gap:28px 18px!important}
  .pc-footer-bottom .pc-shell{display:grid!important;gap:6px!important;text-align:center!important}
}

@media(max-width:520px){
  .pc-shell{width:calc(100% - 24px)!important}
  .pc-trustbar{display:none!important}
  .pc-header-main__inner{grid-template-columns:40px minmax(0,1fr) auto!important;gap:8px!important}
  .pc-brand-mark{width:32px!important;height:32px!important}
  .pc-brand-name{font-size:.98rem!important}
  .pc-header-action{width:38px!important;height:38px!important}
  .pc-header-actions{gap:4px!important}
  .pc-cart-count{transform:scale(.88)!important;transform-origin:top right!important}

  .pc7-hero{padding-top:16px!important}
  .pc7-hero__copy h1{font-size:clamp(2.35rem,11.5vw,3.25rem)!important;max-width:11ch!important}
  .pc7-hero__lead{font-size:.9rem!important;line-height:1.48!important}
  .pc7-search{grid-template-columns:1fr!important;gap:8px!important;background:transparent!important;box-shadow:none!important;padding:0!important}
  .pc7-search input,.pc7-search button{width:100%!important;height:48px!important;border-radius:12px!important}
  .pc7-seasonal{border-radius:18px!important}
  .pc7-section{padding:44px 0!important}
  .pc7-heading h2{font-size:1.95rem!important}
  .pc7-product-wrap .products,.pc7-product-grid{gap:9px!important}
  .pc7-age-card{min-height:200px!important}

  .pc8-catalogue-hero{padding:18px!important}
  .pc8-catalogue-hero h1{font-size:1.9rem!important}
  .pc8-toolbar{margin-inline:-4px!important}
  .pc8-grid{gap:9px 8px!important}
  .pc8-card__body{padding:10px!important}
  .pc8-card__title{font-size:.74rem!important}
  .pc8-card__price{font-size:.9rem!important}

  body.single-product .woocommerce-breadcrumb{font-size:.72rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .pc6-buy-row{grid-template-columns:104px minmax(0,1fr)!important}
  .pc6-qty{width:104px!important}
  .pc6-add{font-size:.82rem!important;white-space:nowrap!important}
  .pc6-size{gap:6px!important}
  .pc6-size span{min-width:38px!important;height:38px!important}
  .pc6-accordion__item>summary{font-size:.78rem!important;min-height:54px!important}
  .pc14-facts-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .pc14-fact{min-height:132px!important;padding:15px 13px!important}
  .pc14-products-grid{gap:8px!important}
  .pc12-score{padding:14px!important}

  body.woocommerce-cart .woocommerce-cart-form{padding-inline:12px!important}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr{grid-template-columns:64px minmax(0,1fr) auto!important}
  body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img{width:64px!important;height:64px!important;object-fit:cover!important;border-radius:10px!important}
  .pc9-checkout-head{width:calc(100% - 20px)!important;padding:18px 14px!important}
  body.woocommerce-checkout form.checkout.woocommerce-checkout{width:calc(100% - 20px)!important}

  .pc-footer-v10-top{padding-top:30px!important}
  .pc-footer-v10-help{padding:18px!important}
  .pc-footer-v10-grid{grid-template-columns:1fr!important;gap:22px!important}
  .pc-footer-v10-grid h2{margin-bottom:10px!important}
  .pc-footer-v10-badges{display:grid!important;gap:7px!important}
  .pc-footer-v10-badges span{width:fit-content!important}
}

@media(max-width:380px){
  .pc-brand-name{font-size:.9rem!important}
  .pc7-hero__copy h1{font-size:2.2rem!important}
  .pc7-product-wrap .products,.pc7-product-grid,.pc8-grid,.pc14-products-grid{grid-template-columns:1fr 1fr!important}
  .pc6-buy-row{grid-template-columns:94px minmax(0,1fr)!important}
  .pc6-qty{width:94px!important;grid-template-columns:29px minmax(0,1fr) 29px!important}
  .pc6-add{font-size:.74rem!important;padding-inline:8px!important}
}


/* --- cart-v19.css --- */
/* PassionCadeau V19 — cart DA + automatic side cart polish. */
:root{
  --pc19-navy:#0D1B2A;
  --pc19-navy-soft:#132C46;
  --pc19-coral:#FF6B6B;
  --pc19-coral-dark:#EE5858;
  --pc19-cream:#F8F4EE;
  --pc19-mint:#EAF7F3;
  --pc19-gold:#FFD166;
  --pc19-line:#E4E8EC;
  --pc19-muted:#647486;
}

/* ---------- Cart page hero (Cart Block installations) ---------- */
body.woocommerce-cart{background:#F7F8FA;color:var(--pc19-navy)}
body.woocommerce-cart main{background:linear-gradient(180deg,#fff 0,#F7F8FA 38%)}
.pc19-cart-hero{
  width:min(1240px,calc(100% - 48px));margin:34px auto 22px;padding:28px 30px;
  display:grid;grid-template-columns:minmax(0,1.25fr) minmax(420px,.75fr);gap:34px;align-items:center;
  border:1px solid rgba(13,27,42,.08);border-radius:24px;background:
  linear-gradient(135deg,#fff 0%,#FFF9F2 100%);box-shadow:0 18px 55px rgba(13,27,42,.06)
}
.pc19-kicker{display:block;margin-bottom:6px;color:var(--pc19-coral);font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.pc19-cart-hero h1{margin:0;color:var(--pc19-navy);font-size:clamp(2rem,3.25vw,3.65rem);line-height:.98;letter-spacing:-.05em}
.pc19-cart-hero p{max-width:650px;margin:12px 0 0;color:var(--pc19-muted);font-size:.95rem;line-height:1.55}
.pc19-cart-hero__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.pc19-cart-hero__trust>span{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px;align-items:center;padding:11px;border:1px solid rgba(13,27,42,.09);border-radius:14px;background:rgba(255,255,255,.82)}
.pc19-cart-hero__trust b{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--pc19-cream);color:var(--pc19-coral)}
.pc19-cart-hero__trust svg{width:20px;height:20px}
.pc19-cart-hero__trust strong{min-width:0;color:var(--pc19-navy);font-size:.71rem;line-height:1.2}

/* Hide the plain WordPress Cart title when our branded Cart Block hero is present. */
body.woocommerce-cart:has(.pc19-cart-hero) .entry-header{display:none!important}

/* ---------- WooCommerce Cart Block ---------- */
body.woocommerce-cart .wc-block-cart{
  width:min(1240px,calc(100% - 48px))!important;margin:0 auto 72px!important;gap:26px!important;align-items:start!important
}
body.woocommerce-cart .wc-block-cart__main{
  min-width:0;padding:10px 24px 22px!important;border:1px solid var(--pc19-line);border-radius:24px;background:#fff;
  box-shadow:0 14px 42px rgba(13,27,42,.045)
}
body.woocommerce-cart .wc-block-cart-items{margin:0!important;border:0!important}
body.woocommerce-cart .wc-block-cart-items th{
  padding:16px 0!important;border-bottom:1px solid var(--pc19-line)!important;color:#738090!important;font-size:.68rem!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase
}
body.woocommerce-cart .wc-block-cart-items__row td{padding-top:22px!important;padding-bottom:22px!important;border-bottom:1px solid var(--pc19-line)!important;vertical-align:top!important}
body.woocommerce-cart .wc-block-cart-item__image{width:122px!important;padding-right:18px!important}
body.woocommerce-cart .wc-block-cart-item__image img{width:108px!important;height:108px!important;object-fit:contain!important;border-radius:18px!important;background:var(--pc19-cream)!important;padding:7px!important}
body.woocommerce-cart .wc-block-components-product-name{color:var(--pc19-navy)!important;font-size:.94rem!important;font-weight:850!important;line-height:1.35!important;text-decoration:none!important}
body.woocommerce-cart .wc-block-components-product-name:hover{color:var(--pc19-coral)!important}
body.woocommerce-cart .wc-block-components-product-metadata{margin-top:7px!important;color:var(--pc19-muted)!important;font-size:.74rem!important;line-height:1.45!important}
body.woocommerce-cart .wc-block-components-product-details{display:flex!important;flex-wrap:wrap!important;gap:6px 8px!important;margin-top:8px!important}
body.woocommerce-cart .wc-block-components-product-details li{margin:0!important;padding:5px 8px!important;border-radius:999px!important;background:#F3F6F8!important;color:var(--pc19-navy)!important;font-size:.67rem!important}
body.woocommerce-cart .wc-block-components-quantity-selector{min-height:42px!important;border:1px solid #D7E0E7!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}
body.woocommerce-cart .wc-block-components-quantity-selector input{color:var(--pc19-navy)!important;font-weight:800!important}
body.woocommerce-cart .wc-block-cart-item__remove-link{color:var(--pc19-coral)!important;font-size:.72rem!important;font-weight:800!important;text-decoration:none!important}
body.woocommerce-cart .wc-block-cart-item__remove-link:hover{text-decoration:underline!important}
body.woocommerce-cart .wc-block-components-product-price{color:var(--pc19-navy)!important;font-weight:900!important}

/* Summary: brand card + sticky. */
body.woocommerce-cart .wc-block-cart__sidebar{
  position:sticky!important;top:108px!important;padding:0!important;border:1px solid rgba(13,27,42,.1)!important;border-radius:24px!important;background:#fff!important;
  overflow:hidden!important;box-shadow:0 18px 48px rgba(13,27,42,.075)!important
}
body.woocommerce-cart .wc-block-cart__sidebar::before{content:"Récapitulatif";display:block;padding:20px 22px 16px;background:var(--pc19-navy);color:#fff;font-size:1.1rem;font-weight:900;letter-spacing:-.02em}
body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper{padding-left:22px!important;padding-right:22px!important;border-top-color:var(--pc19-line)!important}
body.woocommerce-cart .wc-block-components-totals-item__label{color:var(--pc19-navy)!important;font-weight:800!important}
body.woocommerce-cart .wc-block-components-totals-item__value{color:var(--pc19-navy)!important;font-weight:900!important}
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.05rem!important}
body.woocommerce-cart .wc-block-cart__submit-container{padding:4px 22px 22px!important;background:#fff!important}
body.woocommerce-cart .wc-block-cart__submit-button{
  min-height:56px!important;border:0!important;border-radius:14px!important;background:var(--pc19-coral)!important;color:#fff!important;
  box-shadow:0 10px 24px rgba(255,107,107,.23)!important;font-size:.91rem!important;font-weight:900!important
}
body.woocommerce-cart .wc-block-cart__submit-button:hover{background:var(--pc19-coral-dark)!important;transform:translateY(-1px)}
body.woocommerce-cart .wc-block-components-totals-coupon__button{color:var(--pc19-coral)!important;font-weight:850!important}
body.woocommerce-cart .wc-block-components-totals-coupon__form input{border-radius:10px!important;border-color:#D7E0E7!important}
body.woocommerce-cart .wc-block-components-totals-coupon__form button{border-radius:10px!important;background:var(--pc19-navy)!important;color:#fff!important}

/* Classic cart fallback: reinforce the DA without changing markup. */
body.woocommerce-cart .woocommerce-cart-form{border-radius:24px!important;border-color:var(--pc19-line)!important;box-shadow:0 14px 42px rgba(13,27,42,.045)!important}
body.woocommerce-cart .cart-collaterals .cart_totals{position:sticky;top:108px;border-radius:24px!important;border-color:var(--pc19-line)!important;box-shadow:0 18px 48px rgba(13,27,42,.075)!important}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button{background:var(--pc19-coral)!important;border-radius:14px!important}

/* ---------- Mini-cart drawer ---------- */
.pc11-mini-cart__backdrop{background:rgba(6,17,29,.62)!important;backdrop-filter:blur(3px)}
.pc11-mini-cart__panel{width:min(460px,96vw)!important;background:#F8FAFB!important;box-shadow:-30px 0 80px rgba(6,17,29,.24)!important}
.pc11-mini-cart__head{padding:22px 22px 18px!important;border:0!important;background:var(--pc19-navy)!important}
.pc11-mini-cart__head .pc11-eyebrow{color:var(--pc19-gold)!important;font-size:.68rem!important}
.pc11-mini-cart__head strong{color:#fff!important;font-size:1.35rem!important;letter-spacing:-.02em}
.pc11-mini-cart__close{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;border-radius:12px!important}
.pc19-mini-cart-status{display:none;margin-top:5px;color:#BFEBDD;font-size:.72rem;font-weight:800}
.pc11-mini-cart.is-added .pc19-mini-cart-status{display:block}
.pc11-mini-cart__body{padding:14px 18px 26px!important}
.pc11-mini-cart .woocommerce-mini-cart{gap:10px!important}
.pc11-mini-cart .woocommerce-mini-cart-item{grid-template-columns:92px minmax(0,1fr)!important;gap:13px!important;padding:13px!important;border-color:var(--pc19-line)!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(13,27,42,.035)!important}
.pc11-mini-cart .woocommerce-mini-cart-item img{width:92px!important;height:92px!important;padding:5px!important;border-radius:14px!important;background:var(--pc19-cream)!important}
.pc11-mini-cart .woocommerce-mini-cart-item>a:not(.remove){color:var(--pc19-navy)!important;font-size:.8rem!important;line-height:1.35!important}
.pc11-mini-cart .woocommerce-mini-cart-item .quantity{color:var(--pc19-muted)!important;font-size:.74rem!important}
.pc11-mini-cart .woocommerce-mini-cart-item .remove{right:9px!important;top:9px!important;background:#FFF0EF!important;color:var(--pc19-coral)!important}
.pc11-mini-cart .woocommerce-mini-cart__total{margin:18px 2px 12px!important;padding:16px 2px!important;border-color:var(--pc19-line)!important;color:var(--pc19-navy)!important;font-size:1.05rem!important}
.pc11-mini-cart .woocommerce-mini-cart__buttons{grid-template-columns:1fr!important;gap:8px!important}
.pc11-mini-cart .woocommerce-mini-cart__buttons .button{min-height:50px!important;border-radius:13px!important;background:#E9EFF4!important;color:var(--pc19-navy)!important}
.pc11-mini-cart .woocommerce-mini-cart__buttons .checkout{order:-1;background:var(--pc19-coral)!important;color:#fff!important;box-shadow:0 9px 22px rgba(255,107,107,.2)!important}
.pc11-mini-cart .woocommerce-mini-cart__empty-message{margin:16px 0;padding:42px 18px!important;border-radius:18px;background:#fff;color:var(--pc19-muted)!important}

@media(max-width:900px){
  .pc19-cart-hero{grid-template-columns:1fr;width:min(100% - 28px,760px);padding:22px;gap:18px}
  .pc19-cart-hero__trust{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.woocommerce-cart .wc-block-cart{width:calc(100% - 28px)!important}
  body.woocommerce-cart .wc-block-cart__sidebar{position:static!important}
  body.woocommerce-cart .cart-collaterals .cart_totals{position:static}
}
@media(max-width:620px){
  .pc19-cart-hero{margin-top:18px;padding:19px 17px;border-radius:18px}
  .pc19-cart-hero h1{font-size:2.05rem}
  .pc19-cart-hero p{font-size:.82rem}
  .pc19-cart-hero__trust{grid-template-columns:1fr;gap:6px}
  .pc19-cart-hero__trust>span{padding:8px 9px}
  body.woocommerce-cart .wc-block-cart{width:calc(100% - 20px)!important;margin-bottom:42px!important}
  body.woocommerce-cart .wc-block-cart__main{padding:4px 12px 14px!important;border-radius:18px!important}
  body.woocommerce-cart .wc-block-cart-item__image{width:84px!important;padding-right:10px!important}
  body.woocommerce-cart .wc-block-cart-item__image img{width:76px!important;height:76px!important;border-radius:13px!important}
  body.woocommerce-cart .wc-block-components-product-name{font-size:.8rem!important}
  body.woocommerce-cart .wc-block-cart__sidebar{border-radius:18px!important}
  .pc11-mini-cart__panel{width:100%!important}
}



/* --- cart-v192.css --- */
/* PassionCadeau V19.2 — mini-cart delight + multi-quantity hardening. */
.pc192-cart-mood{
  margin:0;padding:14px 18px 12px;background:linear-gradient(135deg,#FFF8EF 0%,#FFF1F1 100%);
  border-bottom:1px solid rgba(13,27,42,.08);color:#0D1B2A
}
.pc192-cart-mood__top{display:grid;gap:3px}
.pc192-cart-mood__top>span{color:#FF6B6B;font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.pc192-cart-mood__top>strong{font-size:.79rem;line-height:1.35;font-weight:850}
.pc192-cart-mood__bar{height:5px;margin:9px 0 10px;overflow:hidden;border-radius:999px;background:rgba(13,27,42,.09)}
.pc192-cart-mood__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#FFD166,#FF6B6B);transition:width .25s ease}
.pc192-cart-mood__trust{display:flex;flex-wrap:wrap;gap:6px 12px;color:#5F6C79;font-size:.61rem;font-weight:750;line-height:1.25}
.pc192-cart-mood__trust span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.pc192-cart-mood__trust svg{width:14px;height:14px;color:#0D1B2A;flex:0 0 auto}

/* Manual POD quantity: the parent product must not inherit a stale Gelato stock cap. */
.pc6-manual-product .pc6-qty input[name="quantity"]{max-width:56px!important}

@media(max-width:620px){
  .pc192-cart-mood{padding:12px 14px 11px}
  .pc192-cart-mood__top>strong{font-size:.75rem}
  .pc192-cart-mood__trust{gap:5px 9px;font-size:.58rem}
}


/* --- readability-v193.css --- */
/* PassionCadeau V19.3 — tighter rhythm + readable micro typography.
   Loaded last so it only polishes spacing/type without changing layouts or commerce logic. */

/* ---------- Global readability ---------- */
.passioncadeau-site{font-size:16px}
.passioncadeau-site p,
.passioncadeau-site li,
.passioncadeau-site label,
.passioncadeau-site input,
.passioncadeau-site select,
.passioncadeau-site textarea,
.passioncadeau-site button{font-size:max(14px,inherit)}

/* ---------- Homepage: tighter vertical rhythm ---------- */
.pc7-home .pc7-section{padding:clamp(42px,4vw,60px) 0!important}
.pc7-home .pc7-finder-section{padding:18px 0 22px!important}
.pc7-home .pc7-supports{padding:48px 0!important}
.pc7-home .pc7-faq{padding:52px 0!important}
.pc7-home .pc7-tags{padding:50px 0!important}
.pc7-home .pc7-guide{padding:54px 0!important}
.pc7-home .pc7-heading{margin-bottom:22px!important}
.pc7-home .pc7-heading p{margin-top:10px!important}
.pc7-home .pc7-faq__grid{margin-top:24px!important}
.pc7-home .pc7-tags__heading{margin-bottom:20px!important}

/* Homepage microcopy: no more microscopic labels. */
.pc7-heading span,
.pc7-faq__intro>span,
.pc7-tags__heading>span,
.pc7-guide>div span{font-size:.82rem!important;line-height:1.25!important}
.pc7-heading>a{font-size:.88rem!important}
.pc7-hero__lead{font-size:1.02rem!important}
.pc7-search input{font-size:.94rem!important}
.pc7-shortcuts strong{font-size:.9rem!important}
.pc7-shortcuts span{font-size:.78rem!important;line-height:1.35!important}
.pc7-hero-proof{font-size:.78rem!important;line-height:1.35!important}
.pc7-hero-proof b{font-size:.84rem!important}
.pc7-seasonal__top small{font-size:.75rem!important}
.pc7-seasonal__cta{font-size:.84rem!important}
.pc7-finder__badge{font-size:.7rem!important}
.pc7-finder__intro p{font-size:.82rem!important}
.pc7-finder .pc-finder-field>span{font-size:.72rem!important;line-height:1.2!important}
.pc7-finder select{font-size:.94rem!important}
.pc7-finder__step>b{font-size:.68rem!important}
.pc7-age-card__copy small,
.pc7-person__copy small,
.pc7-occasion__copy small{font-size:.78rem!important;line-height:1.25!important}
.pc7-age-card__copy p,
.pc7-person__copy p,
.pc7-occasion__copy p{font-size:.85rem!important;line-height:1.48!important}
.pc7-age-card__copy b,
.pc7-person__copy b,
.pc7-occasion__copy b{font-size:.82rem!important}
.pc7-age-rail a{font-size:.82rem!important}
.pc7-support__copy small{font-size:.75rem!important}
.pc7-support__copy p{font-size:.86rem!important;line-height:1.5!important}
.pc7-support__copy em{font-size:.82rem!important}
.pc7-proof strong{font-size:.98rem!important}
.pc7-proof small{font-size:.8rem!important;line-height:1.45!important}
.pc7-faq summary{font-size:.9rem!important}
.pc7-faq details p{font-size:.84rem!important}
.pc7-faq__footer a{font-size:.82rem!important}
.pc7-tag-group>strong{font-size:.82rem!important}
.pc7-tag-group a{font-size:.78rem!important}
.pc7-guide nav small{font-size:.72rem!important}

/* Product cards on home. */
.pc7-product-wrap .pc5-product-card h3{font-size:.9rem!important;line-height:1.4!important}
.pc7-product-wrap .pc5-product-card__cta{font-size:.8rem!important}

/* ---------- Product page ---------- */
.pc6-promise strong{font-size:.88rem!important}
.pc6-promise small{font-size:.77rem!important;line-height:1.4!important}
.pc6-benefit strong{font-size:.86rem!important}
.pc6-benefit small{font-size:.76rem!important;line-height:1.42!important}
.pc6-option-heading{font-size:.9rem!important}
.pc6-option-heading button{font-size:.78rem!important}
.pc6-color{font-size:.84rem!important}
.pc6-size span{font-size:.82rem!important}
.pc6-accordion summary,
.pc6-accordion__title{font-size:.88rem!important}
.pc6-accordion p,
.pc6-accordion li{font-size:.84rem!important;line-height:1.55!important}

/* ---------- Catalogue / search ---------- */
.pc8-breadcrumb,
.pc8-category-shortcuts small,
.pc8-sort label,
.pc8-filter-field>span,
.pc8-active-filter,
.pc8-filter-reset{font-size:.78rem!important}
.pc8-toolbar__left p{font-size:.86rem!important}
.pc8-filter-field select{font-size:.9rem!important}
.pc8-card__title{font-size:.92rem!important;line-height:1.4!important}
.pc8-card__cta{font-size:.8rem!important}
.pc8-badge{font-size:.7rem!important}
.pc8-live-search__name{font-size:.86rem!important}
.pc8-live-search__price{font-size:.82rem!important}
.pc8-live-search__all{font-size:.82rem!important}

/* ---------- Cart + drawer ---------- */
.pc19-kicker{font-size:.8rem!important}
.pc19-cart-hero__trust strong{font-size:.82rem!important}
body.woocommerce-cart .wc-block-cart-items th{font-size:.76rem!important}
body.woocommerce-cart .wc-block-components-product-metadata{font-size:.82rem!important}
body.woocommerce-cart .wc-block-components-product-details li{font-size:.76rem!important}
body.woocommerce-cart .wc-block-cart-item__remove-link{font-size:.8rem!important}
.pc11-mini-cart__head .pc11-eyebrow{font-size:.76rem!important}
.pc19-mini-cart-status{font-size:.8rem!important}
.pc11-mini-cart .woocommerce-mini-cart-item>a:not(.remove){font-size:.9rem!important}
.pc11-mini-cart .woocommerce-mini-cart-item .quantity{font-size:.82rem!important}

/* ---------- Checkout/account/service pages ---------- */
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce,
.pc10-service-page{font-size:1rem}
body.woocommerce-checkout label,
body.woocommerce-checkout .form-row,
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-account .woocommerce-MyAccount-content,
.pc10-service-page p,
.pc10-service-page li{font-size:.9rem!important;line-height:1.55!important}

/* ---------- Mobile: tighter sections, still readable ---------- */
@media(max-width:760px){
  .pc7-home .pc7-section{padding:36px 0!important}
  .pc7-home .pc7-supports{padding:38px 0!important}
  .pc7-home .pc7-faq{padding:42px 0!important}
  .pc7-home .pc7-tags{padding:40px 0!important}
  .pc7-home .pc7-guide{padding:42px 0!important}
  .pc7-hero__lead{font-size:.96rem!important}
  .pc7-heading span,
  .pc7-faq__intro>span,
  .pc7-tags__heading>span{font-size:.76rem!important}
  .pc7-product-wrap .pc5-product-card h3{font-size:.82rem!important}
  .pc8-card__title{font-size:.82rem!important;min-height:0!important}
  .pc8-card__cta{font-size:.76rem!important}
}

@media(max-width:390px){
  .pc7-home .pc7-section{padding:32px 0!important}
  .pc7-shortcuts span{font-size:.75rem!important}
  .pc8-card__title{font-size:.8rem!important}
}


/* --- contrast-v194.css --- */
/* PassionCadeau V19.4 — contrast & legibility pass.
   Loaded last. No layout or WooCommerce behaviour changes. */

/* Brand-safe, denser pastel palette. */
.pc7-home{
  --pc194-peach:#f2dcc1;
  --pc194-mint:#d5eadf;
  --pc194-rose:#f3dadd;
  --pc194-blue:#dce5f4;
  --pc194-yellow:#f6e6ae;
  --pc194-text:#314f69;
  --pc194-muted:#4c667d;
  --pc194-line:#c7d5e1;
}

/* Home pastel cards — more pigment, stronger border and text contrast. */
.pc7-home .pc7-tone-1{background:var(--pc194-peach)!important}
.pc7-home .pc7-tone-2{background:var(--pc194-mint)!important}
.pc7-home .pc7-tone-3{background:var(--pc194-rose)!important}
.pc7-home .pc7-tone-4{background:var(--pc194-blue)!important}

.pc7-home .pc7-age-card,
.pc7-home .pc7-person,
.pc7-home .pc7-occasion{
  border-color:var(--pc194-line)!important;
  box-shadow:0 7px 18px rgba(13,27,42,.045)!important;
}
.pc7-home .pc7-age-card__copy small,
.pc7-home .pc7-person__copy small,
.pc7-home .pc7-occasion__copy small{
  color:#47647c!important;
  font-weight:900!important;
}
.pc7-home .pc7-age-card__copy p,
.pc7-home .pc7-person__copy p,
.pc7-home .pc7-occasion__copy p{
  color:var(--pc194-text)!important;
  font-weight:500!important;
}
.pc7-home .pc7-age-card__copy b,
.pc7-home .pc7-person__copy b,
.pc7-home .pc7-occasion__copy b{
  font-weight:900!important;
}

/* Product stages should be neutral, not bright white cut-outs. */
.pc7-home .pc7-product-stage,
.pc7-home .pc7-product-stage--person,
.pc7-home .pc7-product-stage--occasion{
  background:rgba(255,255,255,.58)!important;
  border-color:rgba(13,27,42,.08)!important;
}

/* Finder shortcut cards in hero. */
.pc7-home .pc7-shortcuts a:nth-child(1){background:#f4e5d2!important}
.pc7-home .pc7-shortcuts a:nth-child(2){background:#f1dfe1!important}
.pc7-home .pc7-shortcuts a:nth-child(3){background:#dcece4!important}
.pc7-home .pc7-shortcuts a{
  border-color:var(--pc194-line)!important;
  box-shadow:0 4px 14px rgba(13,27,42,.04)!important;
}
.pc7-home .pc7-shortcuts a span,
.pc7-home .pc7-shortcuts a b{color:#0D1B2A!important}
.pc7-home .pc7-shortcuts a small{color:#526b81!important}

/* Birth-year item: stronger yellow and readable navy. */
.pc7-home .pc7-age-rail__birth{
  background:#f3d96f!important;
  border-color:#d6ba4e!important;
  color:#0D1B2A!important;
}

/* Product-page benefit cards: retain soft personality, increase contrast. */
.single-product .pc6-benefit--coral{
  background:#f6d9d7!important;
  border-color:#ecb4b0!important;
}
.single-product .pc6-benefit--gold{
  background:#f3e5b6!important;
  border-color:#dcc875!important;
}
.single-product .pc6-benefit strong{color:#0D1B2A!important;font-weight:900!important}
.single-product .pc6-benefit small{color:#425d74!important;font-weight:500!important}
.single-product .pc6-benefit>span{background:rgba(255,255,255,.78)!important;border:1px solid rgba(13,27,42,.08)!important}

/* Compact hero reassurance: primary message only, no tiny secondary line. */
.pc7-home .pc7-hero-proof>span{
  min-height:46px!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  padding:8px 11px!important;
}
.pc7-home .pc7-hero-proof>span>i{width:30px!important;height:30px!important}
.pc7-home .pc7-hero-proof b{
  font-size:.78rem!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.pc7-home .pc7-hero-proof small{display:none!important}

/* Generic pastel utility panels in the site should never look washed out. */
.passioncadeau-site [style*="#fff0df"],
.passioncadeau-site [style*="#e5f4ee"],
.passioncadeau-site [style*="#fff0ef"],
.passioncadeau-site [style*="#edf2ff"]{
  color:#0D1B2A;
}

@media (max-width:520px){
  .pc7-home .pc7-age-card__copy p,
  .pc7-home .pc7-person__copy p,
  .pc7-home .pc7-occasion__copy p{font-size:.82rem!important;line-height:1.45!important}
  .pc7-home .pc7-hero-proof b{font-size:.72rem!important}
}


/* --- icon-palette-v195.css --- */
/* PassionCadeau V19.5 — product-page icon palette
   Purpose: stop the "everything coral" effect while staying inside the brand system. */
:root{
  --pc-icon-coral:#ff6b6b;
  --pc-icon-mint:#168f84;
  --pc-icon-mint-bg:#e9f7f3;
  --pc-icon-honey:#a96d00;
  --pc-icon-honey-bg:#fff3d8;
  --pc-icon-lav:#6657b8;
  --pc-icon-lav-bg:#f0edff;
  --pc-icon-blue:#315d8d;
  --pc-icon-blue-bg:#eaf2f9;
  --pc-icon-navy:#0d3563;
  --pc-icon-coral-bg:#fff0ee;
}

/* Top purchase reassurance: each promise has its own visual code. */
body.single-product .pc6-promises .pc6-promise:nth-child(1)>span{
  color:var(--pc-icon-navy)!important;
  background:#f5f8fb!important;
  border-radius:9px!important;
}
body.single-product .pc6-promises .pc6-promise:nth-child(2)>span{
  color:var(--pc-icon-mint)!important;
  background:var(--pc-icon-mint-bg)!important;
  border-radius:9px!important;
}

/* The two compact benefit cards should not share the same icon treatment. */
body.single-product .pc6-benefit--coral>span{
  color:var(--pc-icon-coral)!important;
  background:#fff!important;
}
body.single-product .pc6-benefit--gold>span{
  color:var(--pc-icon-honey)!important;
  background:#fffdf8!important;
}

/* Shipping / returns / payment: a restrained three-colour system. */
body.single-product .pc6-services>div:nth-child(1)>span{
  color:var(--pc-icon-mint)!important;
  background:var(--pc-icon-mint-bg)!important;
  border-radius:8px!important;
}
body.single-product .pc6-services>div:nth-child(2)>span{
  color:var(--pc-icon-honey)!important;
  background:var(--pc-icon-honey-bg)!important;
  border-radius:8px!important;
}
body.single-product .pc6-services>div:nth-child(3)>span{
  color:var(--pc-icon-lav)!important;
  background:var(--pc-icon-lav-bg)!important;
  border-radius:8px!important;
}
body.single-product .pc6-services>div>span{
  display:grid!important;
  place-items:center!important;
}

/* Accordion icons: one brand accent per information family. */
body.single-product #pc6-description .pc6-accordion__icon{
  color:var(--pc-icon-coral)!important;
  background:var(--pc-icon-coral-bg)!important;
}
body.single-product #pc6-size-guide .pc6-accordion__icon{
  color:var(--pc-icon-honey)!important;
  background:var(--pc-icon-honey-bg)!important;
}
body.single-product #pc6-delivery .pc6-accordion__icon{
  color:var(--pc-icon-mint)!important;
  background:var(--pc-icon-mint-bg)!important;
}
body.single-product #pc6-quality .pc6-accordion__icon{
  color:var(--pc-icon-lav)!important;
  background:var(--pc-icon-lav-bg)!important;
}
body.single-product #pc6-care .pc6-accordion__icon{
  color:var(--pc-icon-blue)!important;
  background:var(--pc-icon-blue-bg)!important;
}

/* Keep chevrons quiet; the icon already carries the category colour. */
body.single-product .pc6-accordion .pc6-chevron{
  color:#52677d!important;
}

/* Slightly stronger icon containers, but no rainbow / badge overload. */
body.single-product .pc6-accordion__icon,
body.single-product .pc6-services>div>span,
body.single-product .pc6-benefit>span{
  box-shadow:inset 0 0 0 1px rgba(13,53,99,.05)!important;
}


/* --- pdp-polish-v196.css --- */
/* PassionCadeau V19.6 — product-summary polish.
   Styling only: no copy or purchase logic is changed. */

body.single-product.passioncadeau-site .product_meta,
body.single-product.passioncadeau-site .entry-summary .product_meta,
body.single-product.passioncadeau-site .ct-product-meta {
  display:none !important;
}

/* Turn the untouched Woo short description into an intentional editorial note. */
body.single-product.passioncadeau-site .woocommerce-product-details__short-description {
  position:relative;
  width:min(100%, 47rem);
  margin:10px 0 12px !important;
  padding:2px 4px 2px 16px !important;
  border-left:3px solid #ff6b6b;
  background:transparent !important;
  color:#36516b !important;
  font-size:clamp(.96rem,.88rem + .16vw,1.05rem) !important;
  font-weight:500 !important;
  line-height:1.55 !important;
  letter-spacing:-.01em;
}
body.single-product.passioncadeau-site .woocommerce-product-details__short-description p {
  margin:0 !important;
  color:inherit !important;
  font:inherit !important;
  line-height:inherit !important;
}

/* Pull the right-hand purchase story together; remove the large dead bands. */
body.single-product.passioncadeau-site .pc6-promises {
  margin:8px 0 8px !important;
}
body.single-product.passioncadeau-site .pc6-benefits {
  margin:8px 0 10px !important;
}
body.single-product.passioncadeau-site .pc6-purchase {
  margin-top:10px !important;
}
body.single-product.passioncadeau-site .entry-summary .price {
  margin-bottom:4px !important;
}

/* The pastel cards stay exactly where they are, but feel connected to the note. */
body.single-product.passioncadeau-site .pc6-benefit {
  min-height:78px !important;
  align-items:center !important;
}
body.single-product.passioncadeau-site .pc6-benefit strong {
  font-size:.9rem !important;
  line-height:1.18 !important;
}
body.single-product.passioncadeau-site .pc6-benefit small {
  font-size:.75rem !important;
  line-height:1.42 !important;
  color:#52677b !important;
}

/* Keep the upper reassurance compact so the editorial note is not stranded. */
body.single-product.passioncadeau-site .pc6-promise {
  min-height:58px !important;
  padding:9px 11px !important;
}
body.single-product.passioncadeau-site .pc6-promise strong {
  font-size:.86rem !important;
}
body.single-product.passioncadeau-site .pc6-promise small {
  font-size:.7rem !important;
  line-height:1.28 !important;
}

@media (max-width:689px) {
  body.single-product.passioncadeau-site .woocommerce-product-details__short-description {
    margin:8px 0 10px !important;
    padding-left:12px !important;
    font-size:.95rem !important;
  }
  body.single-product.passioncadeau-site .pc6-benefit {
    min-height:0 !important;
  }
}


/* --- commerce-v197.css --- */
/* PassionCadeau V19.7 — header + cart + checkout final commerce polish. */
:root{
  --pc197-navy:#0D1B2A;
  --pc197-navy-2:#103A5E;
  --pc197-coral:#FF6B6B;
  --pc197-coral-dark:#ED5757;
  --pc197-cream:#F8F4EE;
  --pc197-mint:#D9F0E8;
  --pc197-gold:#FFD166;
  --pc197-lav:#E5E0FA;
  --pc197-line:#DCE4EA;
  --pc197-muted:#607286;
}

/* ---------- Header: useful right CTA + visible, animated search ---------- */
.pc-header-main__inner{gap:20px!important}
.pc197-help-cta{
  min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid rgba(13,27,42,.11);
  border-radius:12px;background:#FFF7F3;color:var(--pc197-navy);text-decoration:none;font-size:.78rem;font-weight:850;white-space:nowrap
}
.pc197-help-cta:hover{border-color:rgba(255,107,107,.38);background:#FFF0EC;color:var(--pc197-coral)}
.pc197-help-cta svg{width:18px;height:18px;color:var(--pc197-coral);fill:none;stroke:currentColor;stroke-width:1.9}
.pc197-search{position:relative;grid-template-columns:minmax(0,1fr) 58px!important;height:52px!important}
.pc197-search__field{position:relative;min-width:0;height:100%;display:flex;align-items:center;overflow:hidden}
.pc197-search__field input{position:relative;z-index:2;width:100%;height:100%;font-size:.94rem!important}
.pc197-search-rotator{
  position:absolute;z-index:1;left:16px;right:10px;top:0;bottom:0;pointer-events:none;color:#7A8797;font-size:.92rem;line-height:52px;
  overflow:hidden;transition:opacity .18s ease
}
.pc197-search-rotator.is-hidden{opacity:0}
.pc197-search-rotator span{position:absolute;inset:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;transform:translateY(72%);transition:opacity .4s ease,transform .4s ease}
.pc197-search-rotator span.is-active{opacity:1;transform:translateY(0)}
.pc197-search-rotator span.is-leaving{opacity:0;transform:translateY(-72%)}
.pc197-search button{width:58px!important;background:var(--pc197-navy-2)!important}
.pc197-search button svg{width:25px!important;height:25px!important;stroke-width:2.15!important}

/* ---------- Cart: force a genuinely balanced two-column block layout ---------- */
body.woocommerce-cart .wp-block-woocommerce-cart{max-width:none!important}
@media(min-width:901px){
  body.woocommerce-cart .wc-block-cart>.wc-block-components-sidebar-layout,
  body.woocommerce-cart .wc-block-cart .wc-block-components-sidebar-layout,
  body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart__main-and-sidebar{
    display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,380px)!important;gap:28px!important;align-items:start!important;width:100%!important
  }
  body.woocommerce-cart .wc-block-cart__main{width:100%!important;max-width:none!important;margin:0!important}
  body.woocommerce-cart .wc-block-cart__sidebar{width:100%!important;max-width:none!important;margin:0!important;align-self:start!important}
}
.pc19-cart-hero{grid-template-columns:minmax(0,1fr) auto!important;padding:26px 28px!important}
.pc19-cart-hero__trust{min-width:430px}
.pc19-cart-hero__trust>span{grid-template-columns:34px minmax(0,1fr)!important;padding:10px!important}
.pc19-cart-hero__trust strong{font-size:.76rem!important}

/* ---------- Checkout Block: PassionCadeau DA ---------- */
body.woocommerce-checkout{background:#F6F8FA;color:var(--pc197-navy)}
body.woocommerce-checkout main{background:linear-gradient(180deg,#fff 0,#F6F8FA 30%)}
body.woocommerce-checkout:has(.pc197-checkout-hero) .entry-header{display:none!important}
.pc197-checkout-hero{
  width:min(1180px,calc(100% - 40px));margin:30px auto 22px;padding:27px 30px;display:grid;grid-template-columns:minmax(0,1fr) auto;
  gap:28px;align-items:center;border:1px solid rgba(13,27,42,.08);border-radius:24px;
  background:linear-gradient(135deg,#fff,#FFF7EF);
  box-shadow:0 18px 50px rgba(13,27,42,.055)
}
.pc197-kicker{display:block;margin-bottom:5px;color:var(--pc197-coral);font-size:.71rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.pc197-checkout-hero h1{margin:0;color:var(--pc197-navy);font-size:clamp(2rem,3.1vw,3.2rem);line-height:1;letter-spacing:-.05em}
.pc197-checkout-hero p{margin:10px 0 0;color:var(--pc197-muted);font-size:.94rem;line-height:1.55}
.pc197-checkout-hero__notes{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;max-width:430px}
.pc197-checkout-hero__notes span,.pc197-checkout-hero__notes a{min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:12px;border:1px solid rgba(13,27,42,.09);background:rgba(255,255,255,.86);color:var(--pc197-navy);font-size:.72rem;font-weight:850;text-decoration:none}
.pc197-checkout-hero__notes svg{width:17px;height:17px;color:var(--pc197-coral);fill:none;stroke:currentColor;stroke-width:1.9}
.pc197-checkout-hero__notes a{color:var(--pc197-coral)}

body.woocommerce-checkout .wp-block-woocommerce-checkout{max-width:none!important}
body.woocommerce-checkout .wc-block-checkout{width:min(1180px,calc(100% - 40px))!important;margin:0 auto 70px!important}
@media(min-width:901px){
  body.woocommerce-checkout .wc-block-checkout.wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-checkout>.wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout{
    display:grid!important;grid-template-columns:minmax(0,1fr) minmax(340px,410px)!important;gap:28px!important;align-items:start!important
  }
  body.woocommerce-checkout .wc-block-checkout__main{width:100%!important;max-width:none!important;margin:0!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar{width:100%!important;max-width:none!important;margin:0!important;position:sticky!important;top:112px!important}
}
body.woocommerce-checkout .wc-block-checkout__main{
  padding:8px 24px 20px!important;border:1px solid var(--pc197-line)!important;border-radius:24px!important;background:#fff!important;
  box-shadow:0 14px 42px rgba(13,27,42,.045)!important
}
body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step{
  margin:0!important;padding:22px 2px!important;border-bottom:1px solid var(--pc197-line)!important
}
body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step:last-child{border-bottom:0!important}
body.woocommerce-checkout .wc-block-components-checkout-step__heading{margin-bottom:14px!important}
body.woocommerce-checkout .wc-block-components-checkout-step__title{color:var(--pc197-navy)!important;font-size:1.17rem!important;font-weight:900!important;letter-spacing:-.025em!important}
body.woocommerce-checkout .wc-block-components-checkout-step__description{color:var(--pc197-muted)!important;font-size:.79rem!important;line-height:1.45!important}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-address-form select{
  min-height:50px!important;border:1px solid #D7E0E7!important;border-radius:12px!important;background:#fff!important;color:var(--pc197-navy)!important;box-shadow:none!important
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus{
  border-color:var(--pc197-coral)!important;box-shadow:0 0 0 3px rgba(255,107,107,.1)!important
}
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-checkbox__label{color:#4E6071!important;font-size:.76rem!important;font-weight:750!important}
body.woocommerce-checkout .wc-block-checkout__sidebar{
  padding:0!important;border:1px solid rgba(13,27,42,.1)!important;border-radius:24px!important;background:#fff!important;overflow:hidden!important;
  box-shadow:0 18px 50px rgba(13,27,42,.07)!important
}
body.woocommerce-checkout .wc-block-checkout__sidebar::before{
  content:"Ton cadeau, au propre.";display:block;padding:19px 21px 16px;background:var(--pc197-navy);color:#fff;font-size:1.05rem;font-weight:900;letter-spacing:-.02em
}
body.woocommerce-checkout .wc-block-checkout__sidebar>*{padding-left:20px!important;padding-right:20px!important}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary{padding-top:14px!important}
body.woocommerce-checkout .wc-block-components-order-summary-item{padding:13px 0!important;border-bottom:1px solid var(--pc197-line)!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__image img{border-radius:12px!important;background:var(--pc197-cream)!important;padding:4px!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__description{color:var(--pc197-navy)!important;font-size:.79rem!important;line-height:1.35!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__individual-price,
body.woocommerce-checkout .wc-block-components-product-metadata{color:var(--pc197-muted)!important;font-size:.69rem!important}
body.woocommerce-checkout .wc-block-components-totals-wrapper{border-top-color:var(--pc197-line)!important}
body.woocommerce-checkout .wc-block-components-totals-item__label{color:var(--pc197-navy)!important;font-weight:800!important}
body.woocommerce-checkout .wc-block-components-totals-item__value{color:var(--pc197-navy)!important;font-weight:900!important}
body.woocommerce-checkout .wc-block-checkout__actions{padding:8px 20px 20px!important}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button{
  min-height:56px!important;border:0!important;border-radius:14px!important;background:var(--pc197-coral)!important;color:#fff!important;
  box-shadow:0 10px 25px rgba(255,107,107,.23)!important;font-size:.9rem!important;font-weight:900!important
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{background:var(--pc197-coral-dark)!important;transform:translateY(-1px)}
body.woocommerce-checkout .wc-block-components-notice-banner.is-error{border:1px solid #F1B6BC!important;border-radius:13px!important;background:#FFF0F2!important;color:#9C3140!important}
body.woocommerce-checkout .wc-block-components-notice-banner.is-info{border-radius:13px!important;background:#EEF5FA!important;color:var(--pc197-navy)!important}

/* Classic checkout: strengthen the same DA if the classic shortcode is used. */
body.woocommerce-checkout form.checkout.woocommerce-checkout{background:transparent}
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout .woocommerce-additional-fields{border-radius:22px!important}
body.woocommerce-checkout #order_review_heading{background:var(--pc197-navy)!important;color:#fff!important;border-radius:22px 22px 0 0!important;padding:20px 22px 14px!important}
body.woocommerce-checkout #order_review{border-radius:0 0 22px 22px!important}
body.woocommerce-checkout #place_order{background:var(--pc197-coral)!important;border-radius:14px!important}

@media(max-width:1180px){
  .pc197-help-cta span{display:none}.pc197-help-cta{width:44px;padding:0;justify-content:center}
  .pc197-search{grid-template-columns:minmax(0,1fr) 54px!important}
}
@media(max-width:900px){
  .pc197-help-cta{display:none}
  .pc19-cart-hero{grid-template-columns:1fr!important}.pc19-cart-hero__trust{min-width:0}
  .pc197-checkout-hero{grid-template-columns:1fr;padding:22px}.pc197-checkout-hero__notes{justify-content:flex-start;max-width:none}
  body.woocommerce-checkout .wc-block-checkout__sidebar{position:static!important}
}
@media(max-width:620px){
  .pc197-checkout-hero{width:calc(100% - 20px);margin-top:18px;padding:19px 17px;border-radius:18px}
  .pc197-checkout-hero h1{font-size:2rem}.pc197-checkout-hero p{font-size:.82rem}
  .pc197-checkout-hero__notes span,.pc197-checkout-hero__notes a{font-size:.68rem}
  body.woocommerce-checkout .wc-block-checkout{width:calc(100% - 20px)!important;margin-bottom:42px!important}
  body.woocommerce-checkout .wc-block-checkout__main{padding:4px 14px 12px!important;border-radius:18px!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar{border-radius:18px!important}
}

/* V19.15.6 — checkout micro-icons aligned with site style */
.pc197-checkout-hero__notes .pc197-note-emoji{
  display:inline-flex;align-items:center;justify-content:center;
  width:20px;height:20px;flex:0 0 20px;
  font-size:15px;line-height:1;font-style:normal;font-weight:400;
}
.pc197-checkout-hero__notes a strong{color:var(--pc197-coral)}
.pc197-checkout-hero__notes span strong,.pc197-checkout-hero__notes a strong{display:inline-block}


/* --- commerce-v198.css --- */
/* PassionCadeau V19.8 — PDP hierarchy + stronger header search. Presentation only. */
:root{
  --pc198-navy:#0D1B2A;
  --pc198-coral:#FF6B6B;
  --pc198-mint:#D9F0E8;
  --pc198-blue:#E3EEF9;
  --pc198-line:#C9D7E3;
}

/* Header search: the control must read as a primary action, not a tiny utility. */
.pc197-search{
  grid-template-columns:minmax(0,1fr) 64px!important;
  min-height:56px!important;
  height:56px!important;
}
.pc197-search__field{height:56px!important}
.pc197-search__field input{
  min-height:56px!important;
  padding-left:18px!important;
  padding-right:14px!important;
  font-size:1rem!important;
}
.pc197-search-rotator{
  left:18px!important;
  right:12px!important;
  line-height:56px!important;
  font-size:1rem!important;
  font-weight:600!important;
  color:#65798C!important;
}
.pc197-search button{
  width:64px!important;
  height:56px!important;
  min-width:64px!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
}
.pc197-search button svg{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  stroke-width:2.35!important;
}

/* PDP: the description is now the intro. The four cards form one coherent cluster below it. */
body.single-product.passioncadeau-site .woocommerce-product-details__short-description{
  margin:8px 0 14px!important;
  padding:8px 12px 8px 16px!important;
  border-left:3px solid var(--pc198-coral)!important;
}
body.single-product.passioncadeau-site .pc6-promises{
  margin:0 0 8px!important;
  gap:10px!important;
}
body.single-product.passioncadeau-site .pc6-benefits{
  margin:0 0 12px!important;
  gap:10px!important;
}

/* The two reassurance cards were visually washed out: give them intentional pastel roles. */
body.single-product.passioncadeau-site .pc6-promise{
  border-color:var(--pc198-line)!important;
  box-shadow:none!important;
}
body.single-product.passioncadeau-site .pc6-promise:nth-child(1){
  background:var(--pc198-blue)!important;
  border-color:#BCD2E6!important;
}
body.single-product.passioncadeau-site .pc6-promise:nth-child(2){
  background:var(--pc198-mint)!important;
  border-color:#B8DDCF!important;
}
body.single-product.passioncadeau-site .pc6-promise>span{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(13,27,42,.07)!important;
  border-radius:10px!important;
}
body.single-product.passioncadeau-site .pc6-promise strong{
  color:var(--pc198-navy)!important;
}
body.single-product.passioncadeau-site .pc6-promise small{
  color:#536A7D!important;
}

/* Keep all four cards visually close to the purchase selector. */
body.single-product.passioncadeau-site .pc6-benefit--coral{
  background:#F6D4D1!important;
  border-color:#ECA9A4!important;
}
body.single-product.passioncadeau-site .pc6-benefit--gold{
  background:#F5E5AE!important;
  border-color:#DFBF57!important;
}
body.single-product.passioncadeau-site .pc6-purchase{
  margin-top:8px!important;
}

@media(max-width:820px){
  .pc197-search{grid-template-columns:minmax(0,1fr) 56px!important;height:50px!important;min-height:50px!important}
  .pc197-search__field,.pc197-search__field input{height:50px!important;min-height:50px!important}
  .pc197-search-rotator{line-height:50px!important;font-size:.96rem!important}
  .pc197-search button{width:56px!important;height:50px!important;min-width:56px!important;min-height:50px!important}
  .pc197-search button svg{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important}
}


/* --- live-v199.css --- */
/* PassionCadeau V19.9 — live delivery + unified product typography. */
:root{
  --pc199-navy:#0D1B2A;
  --pc199-text:#3E5870;
  --pc199-muted:#60758A;
  --pc199-coral:#FF6B6B;
  --pc199-live:#28A77A;
}

/* Search still guides the visitor, but with short prompts whose examples are real searchable terms. */
.pc197-search-rotator{
  font-size:15px!important;
  font-weight:500!important;
  color:#63798D!important;
  letter-spacing:-.01em!important;
}
.pc197-search-rotator span{font:inherit!important}
.pc197-search button svg{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  stroke-width:2.5!important;
}

/* Live delivery indicator: visible enough to make the store feel current, not another promo badge. */
.pc199-live-estimate{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#46677A!important;
}
.pc199-live-estimate i{
  width:7px!important;
  height:7px!important;
  flex:0 0 7px!important;
  display:block!important;
  border-radius:50%!important;
  background:var(--pc199-live)!important;
  box-shadow:0 0 0 3px rgba(40,167,122,.12)!important;
}

/* PDP type system: one coherent hierarchy instead of dozens of tiny one-off sizes. */
body.single-product.passioncadeau-site .entry-summary,
body.single-product.passioncadeau-site .entry-summary-items{
  color:var(--pc199-navy)!important;
}
body.single-product.passioncadeau-site .entry-summary h1.product_title{
  font-size:clamp(30px,2.25vw,40px)!important;
  line-height:1.08!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  color:var(--pc199-navy)!important;
  margin-bottom:10px!important;
}
body.single-product.passioncadeau-site .entry-summary .price,
body.single-product.passioncadeau-site .entry-summary .price .amount{
  font-size:26px!important;
  line-height:1.1!important;
  font-weight:800!important;
  color:var(--pc199-navy)!important;
}
body.single-product.passioncadeau-site .woocommerce-product-details__short-description,
body.single-product.passioncadeau-site .woocommerce-product-details__short-description p{
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:500!important;
  color:var(--pc199-text)!important;
}

body.single-product.passioncadeau-site .pc6-promise strong,
body.single-product.passioncadeau-site .pc6-benefit strong{
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:800!important;
  color:var(--pc199-navy)!important;
}
body.single-product.passioncadeau-site .pc6-promise small,
body.single-product.passioncadeau-site .pc6-benefit small{
  margin-top:3px!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:500!important;
  color:var(--pc199-muted)!important;
}
body.single-product.passioncadeau-site .pc6-option-heading,
body.single-product.passioncadeau-site .pc6-option-heading strong{
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:800!important;
  color:var(--pc199-navy)!important;
}
body.single-product.passioncadeau-site .pc6-option-heading button{
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
body.single-product.passioncadeau-site .pc6-color,
body.single-product.passioncadeau-site .pc6-size span{
  font-size:14px!important;
  line-height:1!important;
  font-weight:700!important;
}
body.single-product.passioncadeau-site .pc6-add-button{
  font-size:15px!important;
  font-weight:800!important;
}
body.single-product.passioncadeau-site .pc6-services strong{
  font-size:13.5px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
body.single-product.passioncadeau-site .pc6-services small{
  font-size:12.5px!important;
  line-height:1.35!important;
  font-weight:500!important;
}
body.single-product.passioncadeau-site .pc6-accordion summary,
body.single-product.passioncadeau-site .pc6-accordion__title,
body.single-product.passioncadeau-site .pc6-accordion__label{
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:800!important;
  color:var(--pc199-navy)!important;
}
body.single-product.passioncadeau-site .pc6-accordion p,
body.single-product.passioncadeau-site .pc6-accordion li,
body.single-product.passioncadeau-site .pc6-accordion__content{
  font-size:14.5px!important;
  line-height:1.58!important;
  font-weight:500!important;
  color:var(--pc199-text)!important;
}

@media(max-width:820px){
  .pc197-search-rotator{font-size:14px!important}
  .pc197-search button svg{width:29px!important;height:29px!important;min-width:29px!important;min-height:29px!important}
  body.single-product.passioncadeau-site .entry-summary h1.product_title{font-size:30px!important}
  body.single-product.passioncadeau-site .entry-summary .price,
  body.single-product.passioncadeau-site .entry-summary .price .amount{font-size:24px!important}
}
@media(max-width:520px){
  body.single-product.passioncadeau-site .entry-summary h1.product_title{font-size:27px!important;line-height:1.1!important}
  body.single-product.passioncadeau-site .woocommerce-product-details__short-description,
  body.single-product.passioncadeau-site .woocommerce-product-details__short-description p{font-size:15px!important}
  body.single-product.passioncadeau-site .pc6-promise strong,
  body.single-product.passioncadeau-site .pc6-benefit strong{font-size:14px!important}
  body.single-product.passioncadeau-site .pc6-promise small,
  body.single-product.passioncadeau-site .pc6-benefit small{font-size:12.5px!important}
}


/* V19.11 — inline delivery estimate beside the price (Amazon/Etsy style). */
body.single-product.passioncadeau-site .entry-summary .price{
  display:inline-flex!important;
  align-items:baseline!important;
  margin:0 14px 10px 0!important;
  vertical-align:middle!important;
}
body.single-product.passioncadeau-site .pc199-price-delivery{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  vertical-align:middle!important;
  color:#46677A!important;
}
body.single-product.passioncadeau-site .pc199-price-delivery__dot{
  width:8px!important;
  height:8px!important;
  flex:0 0 8px!important;
  border-radius:999px!important;
  background:#28A77A!important;
  box-shadow:0 0 0 3px rgba(40,167,122,.12)!important;
}
body.single-product.passioncadeau-site .pc199-price-delivery__text{
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:500!important;
  color:#46677A!important;
}
body.single-product.passioncadeau-site .pc199-price-delivery__text strong{
  font-weight:800!important;
  color:var(--pc199-navy)!important;
}
@media(max-width:620px){
  body.single-product.passioncadeau-site .entry-summary .price{
    display:flex!important;
    margin:0 0 4px!important;
  }
  body.single-product.passioncadeau-site .pc199-price-delivery{
    display:flex!important;
    width:100%!important;
    margin:0 0 10px!important;
  }
  body.single-product.passioncadeau-site .pc199-price-delivery__text{
    font-size:13.5px!important;
  }
}



/* --- trust-refresh-v1914.css --- */

/* PassionCadeau V19.14 — trust-card refresh
   Goal: clearer icons + subtle colour in reassurance cards without breaking the DA. */

:root{
  --pc14-blue-bg:#edf4ff;
  --pc14-blue-border:#d3e2f4;
  --pc14-blue-icon:#1f4f96;
  --pc14-mint-bg:#ebf8f4;
  --pc14-mint-border:#cfe9df;
  --pc14-mint-icon:#14806e;
  --pc14-peach-bg:#fff4ea;
  --pc14-peach-border:#f2dcc7;
  --pc14-peach-icon:#d96b3b;
}

/* Cart hero trust cards */
.pc19-cart-hero__trust>span{
  box-shadow:none!important;
  transition:transform .18s ease, box-shadow .18s ease;
}
.pc19-cart-hero__trust>span:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(13,27,42,.06)!important}
.pc19-cart-hero__trust>span:nth-child(1){background:var(--pc14-blue-bg)!important;border-color:var(--pc14-blue-border)!important}
.pc19-cart-hero__trust>span:nth-child(1) b{background:#fff!important;color:var(--pc14-blue-icon)!important}
.pc19-cart-hero__trust>span:nth-child(2){background:var(--pc14-mint-bg)!important;border-color:var(--pc14-mint-border)!important}
.pc19-cart-hero__trust>span:nth-child(2) b{background:#fff!important;color:var(--pc14-mint-icon)!important}
.pc19-cart-hero__trust>span:nth-child(3){background:var(--pc14-peach-bg)!important;border-color:var(--pc14-peach-border)!important}
.pc19-cart-hero__trust>span:nth-child(3) b{background:#fff!important;color:var(--pc14-peach-icon)!important}
.pc19-cart-hero__trust strong{font-size:.75rem!important}

/* Classic cart / checkout reassurance */
.pc9-reassurance>div{border:1px solid transparent!important; background:#fff!important}
.pc9-reassurance>div:nth-child(1){background:var(--pc14-blue-bg)!important;border-color:var(--pc14-blue-border)!important}
.pc9-reassurance>div:nth-child(1) .pc9-reassurance__icon{background:#fff!important;color:var(--pc14-blue-icon)!important}
.pc9-reassurance>div:nth-child(2){background:var(--pc14-mint-bg)!important;border-color:var(--pc14-mint-border)!important}
.pc9-reassurance>div:nth-child(2) .pc9-reassurance__icon{background:#fff!important;color:var(--pc14-mint-icon)!important}
.pc9-reassurance>div:nth-child(3){background:var(--pc14-peach-bg)!important;border-color:var(--pc14-peach-border)!important}
.pc9-reassurance>div:nth-child(3) .pc9-reassurance__icon{background:#fff!important;color:var(--pc14-peach-icon)!important}

/* Product-page reassurance rows, same logic so the whole site feels coherent. */
body.single-product .pc6-promises .pc6-promise:nth-child(1){background:var(--pc14-blue-bg)!important;border-color:var(--pc14-blue-border)!important}
body.single-product .pc6-promises .pc6-promise:nth-child(1)>span{background:#fff!important;color:var(--pc14-blue-icon)!important;box-shadow:inset 0 0 0 1px rgba(31,79,150,.08)!important}
body.single-product .pc6-promises .pc6-promise:nth-child(2){background:var(--pc14-mint-bg)!important;border-color:var(--pc14-mint-border)!important}
body.single-product .pc6-promises .pc6-promise:nth-child(2)>span{background:#fff!important;color:var(--pc14-mint-icon)!important;box-shadow:inset 0 0 0 1px rgba(20,128,110,.08)!important}

body.single-product .pc6-services>div{border-color:transparent!important}
body.single-product .pc6-services>div:nth-child(1){background:var(--pc14-blue-bg)!important;border-color:var(--pc14-blue-border)!important}
body.single-product .pc6-services>div:nth-child(1)>span{background:#fff!important;color:var(--pc14-blue-icon)!important}
body.single-product .pc6-services>div:nth-child(2){background:var(--pc14-mint-bg)!important;border-color:var(--pc14-mint-border)!important}
body.single-product .pc6-services>div:nth-child(2)>span{background:#fff!important;color:var(--pc14-mint-icon)!important}
body.single-product .pc6-services>div:nth-child(3){background:var(--pc14-peach-bg)!important;border-color:var(--pc14-peach-border)!important}
body.single-product .pc6-services>div:nth-child(3)>span{background:#fff!important;color:var(--pc14-peach-icon)!important}


/* V19.15.3 — cart hero: unmistakable French flag + distinct expedition/delivery icons. */
.pc19-cart-hero__trust .pc19-france-badge{
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(13,27,42,.08)!important;
}
.pc19-france-flag{
  width:22px;
  height:15px;
  display:block;
  border-radius:3px;
  background:linear-gradient(90deg,#1846A3 0 33.333%,#fff 33.333% 66.666%,#EF3340 66.666% 100%);
  box-shadow:0 0 0 1px rgba(13,27,42,.08);
}
.pc19-cart-hero__trust>span:nth-child(2) svg,
.pc19-cart-hero__trust>span:nth-child(3) svg{
  width:20px!important;
  height:20px!important;
}

/* V19.15.5 — cart page trust icons aligned with the rest of the site. */
.pc19-cart-hero__trust .pc19-emoji-badge{
  font-size:18px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:400!important;
  padding:0!important;
}
.pc19-cart-hero__trust .pc19-emoji-badge::before{content:none!important}
.pc19-cart-hero__trust .pc19-emoji-badge svg,
.pc19-cart-hero__trust .pc19-emoji-badge i{display:none!important}


/* --- category-nav-v1915.css --- */
/* PassionCadeau V19.15 — complete, colourful category shortcuts */
.pc8-category-shortcuts{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr))!important;
  gap:10px!important;
  overflow:visible!important;
  padding:16px 0 5px!important;
  margin-right:0!important;
}
.pc8-category-shortcuts .pc8-category-shortcut{
  min-width:0!important;
  min-height:76px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:13px 15px!important;
  border:1px solid #dbe4eb!important;
  border-radius:15px!important;
  background:#fff4e4!important;
  box-shadow:none!important;
  position:relative!important;
  overflow:hidden!important;
}
.pc8-category-shortcuts .pc8-category-shortcut::after{
  content:"";
  position:absolute;
  width:44px;height:44px;border-radius:50%;
  right:-18px;bottom:-18px;
  background:rgba(255,255,255,.48);
}
.pc8-category-shortcuts .pc8-category-shortcut:nth-child(4n+2){background:#e5f4ed!important;border-color:#cde5da!important}
.pc8-category-shortcuts .pc8-category-shortcut:nth-child(4n+3){background:#fde9e9!important;border-color:#f3d2d2!important}
.pc8-category-shortcuts .pc8-category-shortcut:nth-child(4n+4){background:#e9effc!important;border-color:#d4def2!important}
.pc8-category-shortcuts .pc8-category-shortcut:hover{
  transform:translateY(-2px)!important;
  border-color:#c2d0db!important;
  box-shadow:0 10px 24px rgba(10,47,82,.07)!important;
}
.pc8-category-shortcuts .pc8-category-shortcut span{
  color:#0d3563!important;
  font-size:.9rem!important;
  font-weight:900!important;
  line-height:1.2!important;
  position:relative;z-index:1;
}
.pc8-category-shortcuts .pc8-category-shortcut small{
  margin-top:5px!important;
  color:#506b83!important;
  font-size:.75rem!important;
  font-weight:650!important;
  line-height:1.25!important;
  position:relative;z-index:1;
}
@media(max-width:760px){
  .pc8-category-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding-top:12px!important}
  .pc8-category-shortcuts .pc8-category-shortcut{min-height:68px!important;padding:11px 12px!important;border-radius:13px!important}
  .pc8-category-shortcuts .pc8-category-shortcut span{font-size:.82rem!important}
  .pc8-category-shortcuts .pc8-category-shortcut small{font-size:.7rem!important}
}


/* --- spacing-v19158.css --- */
/* PassionCadeau V19.15.8 — remove excess whitespace / tighten mobile rhythm */

/* Global mobile rhythm: slightly tighter sections without flattening the DA. */
@media (max-width: 820px){
  .pc-shell,
  .ct-container{padding-left:16px!important;padding-right:16px!important}

  /* ---------- Product page ---------- */
  body.single-product .woocommerce-breadcrumb,
  body.single-product [class*="breadcrumb"]{
    margin:0 0 8px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  body.single-product div.product{
    margin-top:0!important;
    row-gap:12px!important;
  }

  body.single-product div.product .woocommerce-product-gallery{
    margin-bottom:8px!important;
  }

  body.single-product div.product .summary{
    margin-top:8px!important;
  }

  body.single-product .entry-summary > .price{
    margin-bottom:6px!important;
  }

  body.single-product .woocommerce-product-details__short-description,
  body.single-product .woocommerce-product-details__short-description p{
    margin:8px 0 10px!important;
  }

  body.single-product .pc6-promises,
  body.single-product .pc6-benefits{
    margin:8px 0 10px!important;
    gap:8px!important;
  }

  body.single-product .pc6-purchase{
    margin-top:10px!important;
    padding:16px!important;
    border-radius:18px!important;
  }

  body.single-product .pc6-option-group + .pc6-option-group{
    margin-top:12px!important;
  }

  body.single-product .pc6-buy-row{
    margin-top:12px!important;
  }

  body.single-product .pc6-services{
    margin-top:12px!important;
    gap:8px!important;
  }

  body.single-product .pc6-accordion{
    margin-top:10px!important;
  }

  body.single-product .pc-product-below,
  body.single-product .pc6-related,
  body.single-product .pc14-product-depth{
    margin-top:26px!important;
    padding-top:0!important;
  }

  /* ---------- Cart page ---------- */
  body.woocommerce-cart main{
    padding-top:0!important;
  }

  body.woocommerce-cart .entry-content,
  body.woocommerce-cart .site-main,
  body.woocommerce-cart .content-area{
    margin-top:0!important;
    padding-top:0!important;
  }

  .pc19-cart-hero{
    width:calc(100% - 20px)!important;
    margin:12px auto 14px!important;
    padding:18px 16px!important;
    gap:14px!important;
    border-radius:18px!important;
  }

  .pc19-cart-hero h1{
    font-size:clamp(2rem,9.5vw,2.8rem)!important;
    line-height:1.02!important;
  }

  .pc19-cart-hero p{
    margin-top:8px!important;
  }

  .pc19-cart-hero__trust{
    gap:7px!important;
  }

  .pc19-cart-hero__trust > span{
    padding:9px 10px!important;
    border-radius:12px!important;
  }

  body.woocommerce-cart .wc-block-cart{
    width:calc(100% - 20px)!important;
    margin:0 auto 34px!important;
    gap:14px!important;
  }

  body.woocommerce-cart .wc-block-cart__main{
    padding:8px 14px 14px!important;
    border-radius:18px!important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar{
    border-radius:18px!important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar::before{
    padding:16px 18px 12px!important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper,
  body.woocommerce-cart .wc-block-cart__submit-container{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}

@media (max-width: 520px){
  body.single-product .woocommerce-breadcrumb,
  body.single-product [class*="breadcrumb"]{
    font-size:.74rem!important;
    margin-bottom:6px!important;
  }

  body.single-product div.product .summary{
    margin-top:6px!important;
  }

  body.single-product .pc6-promises,
  body.single-product .pc6-benefits{
    margin:6px 0 8px!important;
  }

  body.single-product .pc6-purchase{
    margin-top:8px!important;
    padding:14px!important;
  }

  .pc19-cart-hero{
    margin-top:10px!important;
    padding:16px 14px!important;
  }

  .pc19-kicker{margin-bottom:4px!important}

  body.woocommerce-cart .wc-block-cart__main{
    padding:6px 12px 12px!important;
  }
}


/* --- mobile-space-v19159.css --- */
/* PassionCadeau V19.15.9 — larger mobile menu toggle + less empty space */

@media (max-width: 820px){
  /* Header: the burger should read as a real action, not a tiny utility. */
  .pc-header-main__inner{
    padding:8px 0 8px!important;
    gap:10px!important;
  }

  .pc-mobile-toggle{
    width:48px!important;
    height:48px!important;
    border-radius:14px!important;
    border:1px solid #e7e0d7!important;
    background:#fffaf3!important;
    box-shadow:0 4px 14px rgba(10,47,82,.05)!important;
  }

  .pc-mobile-toggle svg{
    width:24px!important;
    height:24px!important;
    stroke-width:2.2!important;
  }

  /* Archive/category pages: kill the dead air above the breadcrumb/content. */
  body.tax-product_cat .entry-header,
  body.post-type-archive-product .entry-header,
  body.tax-product_cat .hero-section,
  body.post-type-archive-product .hero-section{
    display:none!important;
    margin:0!important;
    padding:0!important;
    min-height:0!important;
  }

  body.tax-product_cat main,
  body.post-type-archive-product main,
  body.tax-product_cat .site-main,
  body.post-type-archive-product .site-main,
  body.tax-product_cat [data-content="normal"],
  body.post-type-archive-product [data-content="normal"],
  body.tax-product_cat .content-area,
  body.post-type-archive-product .content-area{
    padding-top:0!important;
    margin-top:0!important;
    --theme-content-spacing: 0!important;
  }

  body.tax-product_cat .pc8-catalogue,
  body.post-type-archive-product .pc8-catalogue{
    padding-top:2px!important;
  }

  body.tax-product_cat .pc8-breadcrumb,
  body.post-type-archive-product .pc8-breadcrumb{
    margin:0 0 10px!important;
  }

  body.tax-product_cat .pc8-catalogue-hero,
  body.post-type-archive-product .pc8-catalogue-hero{
    margin-top:0!important;
  }
}

@media (max-width: 520px){
  .pc-header-main__inner{
    grid-template-columns:48px minmax(0,1fr) auto!important;
    gap:10px!important;
    padding:6px 0 8px!important;
  }

  .pc-mobile-toggle{
    width:46px!important;
    height:46px!important;
    border-radius:14px!important;
  }

  .pc-mobile-toggle svg{
    width:25px!important;
    height:25px!important;
  }

  body.tax-product_cat .pc8-catalogue-hero,
  body.post-type-archive-product .pc8-catalogue-hero{
    padding:18px 18px 16px!important;
  }
}


/* --- age-rail-v191510.css --- */
/* PassionCadeau V19.15.10 — mobile age rail first-item clipping fix */
@media(max-width:820px){
  .pc7-age-rail{
    padding:8px 10px 8px 12px!important;
    scroll-padding-left:12px!important;
    scroll-padding-right:10px!important;
    box-sizing:border-box!important;
  }
  .pc7-age-rail>a:first-child{
    margin-left:1px!important;
    scroll-margin-left:12px!important;
  }
  .pc7-age-rail>a:last-child{
    margin-right:1px!important;
  }
}


/* --- mobile-audit-v1916.css --- */
/* PassionCadeau V19.16 — mobile audit
   Less dead air, stronger alignment, dynamic-search affordance and cleaner account/cart actions. */

/* ---------- Header actions: cleaner than the old thin line pictograms ---------- */
.pc-header-action__glyph{
  width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;
  border-radius:10px;background:#F2F6FA;color:#123A5D;
}
.pc-header-action__glyph svg{width:19px!important;height:19px!important;display:block!important;stroke:none!important;fill:currentColor!important}
.pc-header-account .pc-header-action__glyph{background:#EDF6F2;color:#147A69}
.pc-header-cart-link .pc-header-action__glyph{background:#FFF0EC;color:#E85C57}
.pc-header-cart-link .pc-cart-count{top:-8px!important;right:-8px!important}
.pc-header-action{transition:background .18s ease,transform .18s ease}
.pc-header-action:hover{transform:translateY(-1px)}

/* Search placeholder change: visible but restrained. */
[data-pc-rotating-search="1"] input[type="search"]{transition:opacity .13s ease,color .13s ease}
[data-pc-rotating-search="1"] input.pc-search-placeholder-swap{opacity:.45}

@media(max-width:820px){
  /* ---------- Mobile header ---------- */
  .pc-header-main__inner{
    min-height:62px!important;
    padding:7px 0!important;
    align-items:center!important;
  }
  .pc-brand{align-items:center!important;min-width:0!important}
  .pc-brand-mark{flex:0 0 auto!important}
  .pc-brand-name{white-space:nowrap!important}
  .pc-header-actions{align-items:center!important;gap:6px!important}
  .pc-header-action{
    width:42px!important;height:42px!important;min-width:42px!important;
    padding:0!important;border:0!important;background:transparent!important;border-radius:12px!important;
  }
  .pc-header-action__glyph{width:36px;height:36px;border-radius:11px}
  .pc-header-action__glyph svg{width:21px!important;height:21px!important}
  .pc-mobile-toggle{display:grid!important;place-items:center!important}

  /* Drawer search: compact, properly centred and easy to tap. */
  .pc-mobile-search{
    display:grid!important;grid-template-columns:minmax(0,1fr) 48px!important;
    gap:0!important;align-items:stretch!important;margin:12px 0 16px!important;
    border:1px solid #DCE4EA!important;border-radius:14px!important;background:#fff!important;
    overflow:hidden!important;box-shadow:0 8px 26px rgba(13,27,42,.05)!important;
  }
  .pc-mobile-search input[type="search"]{
    min-width:0!important;height:48px!important;padding:0 14px!important;border:0!important;
    border-radius:0!important;background:#fff!important;font-size:16px!important;color:#0D1B2A!important;
    box-shadow:none!important;
  }
  .pc-mobile-search button{
    width:48px!important;height:48px!important;border:0!important;border-radius:0!important;
    display:grid!important;place-items:center!important;background:#123A5D!important;color:#fff!important;
  }
  .pc-mobile-search button svg{width:22px!important;height:22px!important}

  /* ---------- Catalogue/category rhythm ---------- */
  body.tax-product_cat .pc8-catalogue,
  body.post-type-archive-product .pc8-catalogue{padding:0 0 42px!important}
  body.tax-product_cat .pc8-breadcrumb,
  body.post-type-archive-product .pc8-breadcrumb{margin:6px 0 9px!important;line-height:1.2!important}
  .pc8-catalogue-hero{padding:18px!important;border-radius:18px!important}
  .pc8-catalogue-hero p{margin-top:10px!important;line-height:1.5!important}
  .pc8-category-shortcuts{padding-top:10px!important;padding-bottom:2px!important}
  .pc8-toolbar{margin-top:14px!important}
  .pc8-grid{margin-top:14px!important}

  /* ---------- Account: avoid a tall left-nav stack on phones/tablets ---------- */
  body.woocommerce-account .woocommerce{
    margin:12px auto 42px!important;padding:0 14px!important;gap:12px!important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation{
    padding:7px!important;border-radius:15px!important;position:static!important;overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar{display:none!important}
  body.woocommerce-account .woocommerce-MyAccount-navigation ul{
    display:flex!important;gap:6px!important;width:max-content!important;min-width:100%!important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a{
    min-height:40px!important;padding:9px 12px!important;align-items:center!important;white-space:nowrap!important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content{
    padding:18px!important;border-radius:17px!important;
  }

  /* ---------- Service / FAQ / contact pages ---------- */
  .pc-service-page{padding:20px 16px 48px!important}
  .pc-service-hero{margin:0 auto 22px!important;text-align:center!important}
  .pc-service-hero p{margin-top:11px!important}
  .pc-service-highlights{margin:20px 0 26px!important;gap:10px!important}
  .pc-service-highlights article{padding:19px!important;border-radius:17px!important}
  .pc-service-section{margin:12px 0!important;padding:20px!important;border-radius:17px!important}
  .pc-service-note{margin:16px 0!important;padding:18px!important}
  .pc-service-accordion{margin-top:22px!important;gap:8px!important}
  .pc-service-accordion summary{padding:16px 48px 16px 16px!important}
  .pc-service-values{margin-top:20px!important;gap:10px!important}
  .pc-service-values article{padding:20px!important}
  .pc-service-band{margin-top:14px!important}

  /* ---------- Search / recovery pages ---------- */
  .pc15-page{padding:22px 0 46px!important;min-height:0!important}
  .pc15-search-page__head{margin-bottom:18px!important}
  .pc15-search-results{gap:10px!important}

  /* ---------- Checkout ---------- */
  .pc197-checkout-hero{
    width:calc(100% - 20px)!important;margin:10px auto 12px!important;padding:18px 16px!important;
    gap:14px!important;border-radius:18px!important;
  }
  .pc197-checkout-hero__notes{justify-content:flex-start!important;gap:7px!important}
  .pc197-checkout-hero__notes span,.pc197-checkout-hero__notes a{min-height:40px!important}
  body.woocommerce-checkout .wc-block-checkout{margin-top:0!important}

  /* ---------- Product page: final compact pass ---------- */
  body.single-product .woocommerce-breadcrumb{margin-top:4px!important}
  body.single-product div.product .summary{margin-top:4px!important}
  body.single-product .pc6-purchase{margin-bottom:10px!important}
  body.single-product .pc6-services{margin-bottom:8px!important}
  body.single-product .pc14-quick-facts,
  body.single-product .pc14-fit-section,
  body.single-product .pc14-universe,
  body.single-product .pc14-recommendations,
  body.single-product .pc14-product-faq,
  body.single-product .pc12-reviews{padding-top:38px!important;padding-bottom:42px!important}

  /* ---------- Home: trim oversized section gaps without cramming content ---------- */
  .pc7-section{padding:38px 0!important}
  .pc7-heading{margin-bottom:18px!important}
  .pc7-finder-section{padding:18px 0!important}
}

@media(max-width:520px){
  .pc-header-main__inner{
    grid-template-columns:46px minmax(0,1fr) auto!important;
    gap:8px!important;padding:6px 0!important;
  }
  .pc-mobile-toggle{width:46px!important;height:46px!important}
  .pc-mobile-toggle svg{width:25px!important;height:25px!important}
  .pc-brand-mark{width:38px!important;height:38px!important}
  .pc-brand-name{font-size:1rem!important}
  .pc-header-actions{gap:3px!important}
  .pc-header-action{width:39px!important;height:39px!important;min-width:39px!important}
  .pc-header-action__glyph{width:34px;height:34px;border-radius:10px}
  .pc-header-action__glyph svg{width:20px!important;height:20px!important}

  .pc8-catalogue-hero{padding:16px!important}
  .pc8-catalogue-hero h1{line-height:1.03!important}
  .pc8-category-shortcuts .pc8-category-shortcut{justify-content:center!important}
  .pc8-category-shortcuts .pc8-category-shortcut span,
  .pc8-category-shortcuts .pc8-category-shortcut small{text-align:left!important;width:100%!important}

  body.woocommerce-account .woocommerce{margin-top:8px!important;padding:0 10px!important}
  body.woocommerce-account .woocommerce-MyAccount-content{padding:16px!important}

  .pc-service-page{padding-top:16px!important}
  .pc-service-hero{margin-bottom:18px!important}
  .pc-service-hero h1{font-size:36px!important}
  .pc-service-hero p{font-size:15px!important;line-height:1.5!important}

  .pc197-checkout-hero h1{font-size:1.9rem!important}
  .pc197-checkout-hero p{margin-top:7px!important}
  .pc197-checkout-hero__notes{display:grid!important;grid-template-columns:1fr 1fr!important}
  .pc197-checkout-hero__notes a{grid-column:1/-1!important;justify-content:center!important}
}


/* --- audit-v201.css --- */
/* PassionCadeau V20.1 — audit hardening: shared live search + icon consistency. */

/* Live AJAX suggestions must look correct on every page, not only catalogue pages. */
.pc-product-search,.pc-mobile-search,.pc7-search{position:relative}
.pc8-live-search{
  position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:99999;
  max-height:min(520px,70vh);overflow:auto;
  background:#fff;border:1px solid #e2e8ec;border-radius:14px;
  box-shadow:0 18px 50px rgba(10,47,82,.16);padding:8px;display:none;
  text-align:left;color:#0a2f52;
}
.pc8-live-search.is-open{display:block}
.pc8-live-search__item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;border-radius:9px;text-decoration:none!important}
.pc8-live-search__item:hover,.pc8-live-search__item:focus{background:#f6f7f5;outline:none}
.pc8-live-search__item img{width:54px;height:54px;object-fit:contain;border-radius:8px;background:#f4f5f3}
.pc8-live-search__name{color:#0a2f52!important;font-size:.82rem;font-weight:850;line-height:1.25}
.pc8-live-search__price{color:#ff625f;font-size:.78rem;font-weight:950;white-space:nowrap}
.pc8-live-search__all{display:block;margin-top:5px;padding:10px 12px;border-radius:9px;background:#0a2f52;color:#fff!important;text-decoration:none!important;text-align:center;font-size:.78rem;font-weight:900}
.pc8-live-search__empty,.pc8-searching{padding:13px;color:#6c7e8b;font-size:.78rem;line-height:1.45}
.pc13-search-group{padding:5px 4px}
.pc13-search-group+.pc13-search-group{border-top:1px solid #edf0f1;margin-top:5px;padding-top:10px}
.pc13-search-label{display:block;padding:3px 7px 7px;color:#7d8d99;font-size:.64rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.pc13-search-cats{display:flex;flex-wrap:wrap;gap:6px;padding:0 5px 5px}
.pc13-search-cat{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:8px;background:#f2f6f8;color:#0a2f52!important;text-decoration:none!important;font-size:.72rem;font-weight:900}
.pc13-search-cat small{color:#6d8190;font-size:.64rem;font-weight:800}

/* One icon language across home, cart, footer and service pages. */
.pc-proof-icon,.pc19-trust-icon,.pc-service-icon{display:inline-grid;place-items:center;font-style:normal}
.pc-proof-icon .pc-icon-svg{width:22px!important;height:22px!important}
.pc19-cart-hero__trust .pc19-trust-icon{width:36px;height:36px;padding:7px!important;border-radius:11px;background:#fff!important}
.pc19-cart-hero__trust .pc19-trust-icon .pc-icon-svg{width:21px!important;height:21px!important;display:block!important}
.pc19-cart-hero__trust>span:nth-child(1) .pc19-trust-icon{color:var(--pc14-blue-icon,#1f4f96)!important}
.pc19-cart-hero__trust>span:nth-child(2) .pc19-trust-icon{color:var(--pc14-mint-icon,#14806e)!important}
.pc19-cart-hero__trust>span:nth-child(3) .pc19-trust-icon{color:var(--pc14-peach-icon,#d96b3b)!important}
.pc-footer-v10-badges span{display:inline-flex!important;align-items:center!important;gap:7px!important}
.pc-footer-v10-badges .pc-icon-svg{width:18px!important;height:18px!important;flex:0 0 18px!important}
.pc-service-icon{width:48px;height:48px;margin-bottom:18px;border-radius:14px;background:#fff2ed;color:#0a2f52}
.pc-service-icon .pc-icon-svg{width:27px!important;height:27px!important}
.pc-service-highlights article:nth-child(2) .pc-service-icon{background:#eef7ff}
.pc-service-highlights article:nth-child(3) .pc-service-icon{background:#fff8d8}

@media(max-width:760px){
  .pc8-live-search{left:0;right:0;top:calc(100% + 6px);max-height:62vh;border-radius:12px;padding:7px}
  .pc8-live-search__item{grid-template-columns:46px minmax(0,1fr);gap:9px}
  .pc8-live-search__item img{width:46px;height:46px}
  .pc8-live-search__price{display:none}
  .pc13-search-cats{flex-wrap:nowrap;overflow:auto;scrollbar-width:none}
  .pc13-search-cats::-webkit-scrollbar{display:none}
  .pc13-search-cat{flex:0 0 auto}
}


/* PassionCadeau V20.2 — restore the preferred emoji icon language. */
.pc-proof-emoji,.pc7-proof__emoji,.pc-footer-emoji,.pc197-note-emoji,.pc9-reassurance__emoji{
  font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif!important;
  font-style:normal!important;font-weight:400!important;line-height:1!important;
}
.pc7-home .pc7-hero-proof>span>i.pc-proof-emoji{
  width:30px!important;height:30px!important;display:grid!important;place-items:center!important;
  font-size:20px!important;background:transparent!important;border:0!important;box-shadow:none!important;
}
.pc7-proof__emoji{display:grid!important;place-items:center!important;font-size:26px!important;line-height:1!important}
.pc19-cart-hero__trust .pc19-emoji-badge{
  width:36px!important;height:36px!important;display:grid!important;place-items:center!important;
  padding:0!important;border-radius:11px!important;background:#fff!important;
  font-size:19px!important;line-height:1!important;font-style:normal!important;font-weight:400!important;
}
.pc19-cart-hero__trust .pc19-emoji-badge::before{content:none!important}
.pc19-cart-hero__trust .pc19-emoji-badge svg,.pc19-cart-hero__trust .pc19-emoji-badge i{display:none!important}
.pc-footer-v10-badges .pc-footer-emoji{display:inline-block!important;font-size:17px!important;line-height:1!important;flex:0 0 auto!important}
.pc197-checkout-hero__notes .pc197-note-emoji{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:20px!important;height:20px!important;flex:0 0 20px!important;font-size:16px!important;
}
.pc9-reassurance__icon.pc9-reassurance__emoji{
  display:grid!important;place-items:center!important;font-size:20px!important;line-height:1!important;
}

/* V20.17 — collection manager images: use uploaded square art as a real editorial crop. */
.single-product .pc14-universe-card.pc2017-managed-card{grid-template-columns:minmax(0,58%) minmax(0,42%)}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{
  padding:0!important;align-self:stretch!important;overflow:hidden!important;
  background:rgba(255,255,255,.30);
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media img{
  width:100%!important;height:100%!important;max-width:none!important;
  object-fit:cover!important;
  object-position:var(--pc-card-x,center) var(--pc-card-y,center)!important;
  transform:none!important;mix-blend-mode:normal!important;
}
@media(max-width:640px){
  .single-product .pc14-universe-card.pc2017-managed-card{grid-template-columns:minmax(0,58%) minmax(0,42%)}
  .single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{min-height:180px}
}

/* V20.18 — product “same universe” managed cards: square 1:1 media. */
.single-product .pc14-universe-card.pc2017-managed-card{
  position:relative!important;
  display:block!important;
  min-height:210px!important;
  padding-right:44%!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  width:44%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  overflow:hidden!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--pc-card-x,center) var(--pc-card-y,center)!important;
}

/* V20.19 — product “same universe”: image-first editorial collection cards. */
.single-product .pc14-universe-card.pc2017-managed-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{
  order:1!important;
  position:relative!important;
  inset:auto!important;
  right:auto!important;
  bottom:auto!important;
  top:auto!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.30)!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:var(--pc-card-x,center) var(--pc-card-y,center)!important;
  transform:none!important;
  mix-blend-mode:normal!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy{
  order:2!important;
  width:100%!important;
  min-height:170px!important;
  padding:20px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy a,
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy b{
  margin-top:auto!important;
}
@media(max-width:640px){
  .single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy{
    min-height:0!important;
    padding:17px!important;
  }
}

/* V20.26 — compact PDP collection cards, sized like homepage navigation cards. */
.single-product .pc14-universe-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  max-width:1040px!important;
}
.single-product .pc14-universe-card.pc2017-managed-card{
  display:grid!important;
  grid-template-columns:minmax(0,56%) minmax(0,44%)!important;
  grid-template-rows:1fr!important;
  min-height:205px!important;
  height:auto!important;
  padding:0!important;
  overflow:hidden!important;
  align-items:stretch!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy{
  grid-column:1!important;
  grid-row:1!important;
  order:initial!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:205px!important;
  padding:18px 10px 16px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  box-sizing:border-box!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy small{margin-bottom:8px!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy strong{font-size:1.4rem!important;line-height:1.03!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy p{font-size:.72rem!important;line-height:1.4!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy span{margin-top:auto!important;padding-top:12px!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{
  grid-column:2!important;
  grid-row:1!important;
  order:initial!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  padding:0!important;
  align-self:end!important;
  border-radius:30px 0 0 0!important;
  overflow:hidden!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:var(--pc-card-x,center) var(--pc-card-y,center)!important;
  transform:none!important;
  mix-blend-mode:normal!important;
}
@media(max-width:980px){
  .single-product .pc14-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .single-product .pc14-universe-grid{grid-template-columns:1fr!important}
  .single-product .pc14-universe-card.pc2017-managed-card{grid-template-columns:minmax(0,58%) minmax(0,42%)!important;min-height:210px!important}
  .single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy{min-height:210px!important;padding:17px 10px 15px 17px!important}
  .single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{border-radius:28px 0 0 0!important}
}

/* Related products now live before the FAQ. */
.single-product .pc2026-related-wrap{padding:54px 0;background:#fff}
.single-product .pc2026-related-wrap .related.products{margin:0!important}
.single-product .pc2026-related-wrap .related.products>h2{margin:0 0 24px!important;color:var(--pc14-navy)!important;font-size:1.35rem!important;font-weight:900!important}

/* V20.27 — “Même univers” uses the same visual proportions as homepage
   collection cards: two-up, 56/44 split, and a genuine square 1:1 image. */
.single-product .pc14-universe-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  max-width:1260px!important;
}
.single-product .pc14-universe-card.pc2017-managed-card{
  display:grid!important;
  grid-template-columns:minmax(0,56%) minmax(0,44%)!important;
  grid-template-rows:1fr!important;
  aspect-ratio:25 / 11!important;
  min-height:0!important;height:auto!important;padding:0!important;
  align-items:stretch!important;overflow:hidden!important;border-radius:20px!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy{
  grid-column:1!important;grid-row:1!important;
  width:100%!important;height:100%!important;min-height:0!important;
  padding:22px 18px 18px 22px!important;justify-content:flex-start!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy small{margin-bottom:8px!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy strong{font-size:1.72rem!important;line-height:1.02!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy p{font-size:.78rem!important;line-height:1.45!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy span{margin-top:auto!important;padding-top:12px!important}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{
  grid-column:2!important;grid-row:1!important;position:relative!important;inset:auto!important;
  width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;
  min-height:0!important;padding:0!important;align-self:stretch!important;
  border-radius:34px 0 0 0!important;overflow:hidden!important;
}
.single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media img{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
  object-fit:cover!important;object-position:var(--pc-card-x,center) var(--pc-card-y,center)!important;
}
@media(max-width:760px){
  .single-product .pc14-universe-grid{grid-template-columns:1fr!important}
  .single-product .pc14-universe-card.pc2017-managed-card{
    display:flex!important;flex-direction:column!important;aspect-ratio:auto!important;
  }
  .single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__media{
    order:1!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;border-radius:0!important;
  }
  .single-product .pc14-universe-card.pc2017-managed-card .pc14-universe-card__copy{
    order:2!important;height:auto!important;padding:17px!important;
  }
}


/* V20.36 — remove decorative circular flourishes only. */
.pc8-category-shortcuts .pc8-category-shortcut::after,
.pc14-fact::after {content:none!important;display:none!important}

/* ==========================================================================
   V20.37 — Breadcrumb visual contract
   One visual language everywhere: coral uppercase links, muted current level,
   restrained grey separators. Markup/SEO structure remains untouched.
   ========================================================================== */
body.passioncadeau-site .pc8-breadcrumb,
body.passioncadeau-site .woocommerce-breadcrumb,
body.passioncadeau-site .ct-breadcrumbs {
  color:#74808b!important;
  font-size:.76rem!important;
  line-height:1.4!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  text-transform:uppercase!important;
}
body.passioncadeau-site .pc8-breadcrumb a,
body.passioncadeau-site .woocommerce-breadcrumb a,
body.passioncadeau-site .ct-breadcrumbs a {
  color:var(--pc-coral-dark,#d9434b)!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.passioncadeau-site .pc8-breadcrumb a:hover,
body.passioncadeau-site .woocommerce-breadcrumb a:hover,
body.passioncadeau-site .ct-breadcrumbs a:hover {
  color:var(--pc-ink,#0a2f52)!important;
}
body.passioncadeau-site .pc8-breadcrumb span {
  color:#c4cbd1!important;
  padding:0 8px!important;
  font-weight:700!important;
}
body.passioncadeau-site .ct-breadcrumbs [class*="separator"],
body.passioncadeau-site .ct-breadcrumbs [class*="ct-separator"],
body.passioncadeau-site .ct-breadcrumbs svg {
  color:#c4cbd1!important;
  fill:currentColor!important;
}
@media(max-width:689px){
  body.passioncadeau-site .pc8-breadcrumb,
  body.passioncadeau-site .woocommerce-breadcrumb,
  body.passioncadeau-site .ct-breadcrumbs {
    font-size:.68rem!important;
  }
  body.passioncadeau-site .pc8-breadcrumb span {
    padding:0 6px!important;
  }
}



/* V20.43 — header action pictograms: clearer, larger, three distinct tones. */
.pc197-help-cta{gap:8px!important}
.pc197-help-cta>.pc-header-action__glyph{width:32px;height:32px;flex:0 0 32px;border-radius:10px!important}
.pc-header-action__glyph--help{background:#FFF4D8!important;color:#9A6800!important}
.pc-header-account .pc-header-action__glyph{background:#E8F7F1!important;color:#24715F!important}
.pc-header-cart-link .pc-header-action__glyph{background:#FFF0EC!important;color:#E85C57!important}
.pc-header-action__glyph .pc-icon-svg{width:20px!important;height:20px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.7!important}
.pc-header-action__glyph .pc-icon-accent{stroke:currentColor!important}
.pc-header-action__glyph .pc-icon-accent-fill{fill:currentColor!important}
.pc-header-cart-link .pc-header-action__glyph .pc-icon-svg{width:21px!important;height:21px!important}
@media(max-width:820px){
  .pc197-help-cta>.pc-header-action__glyph{width:36px;height:36px;flex-basis:36px}
  .pc-header-action__glyph .pc-icon-svg{width:21px!important;height:21px!important}
}


/* V20.45 — Header actions: cleaner contemporary icon treatment, inspired by the trustbar simplicity. */
.pc197-help-cta,
.pc-header-action{
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:0 14px!important;
  border:1px solid rgba(13,27,42,.10)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#123A5D!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.pc197-help-cta{background:#FFF9F4!important}
.pc-header-account{background:#F7FBFA!important}
.pc-header-cart-link{background:#FFF7F4!important}
.pc197-help-cta:hover,
.pc-header-action:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(13,27,42,.16)!important;
}
.pc197-help-cta:hover{background:#FFF3EA!important;color:#123A5D!important}
.pc-header-account:hover{background:#EEF8F4!important}
.pc-header-cart-link:hover{background:#FFF0EC!important}
.pc-header-action__glyph{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:0!important;
  background:transparent!important;
}
.pc-header-action__glyph svg,
.pc-header-action__glyph .pc-header-icon{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
}
.pc-header-action__glyph--help,
.pc197-help-cta .pc-header-action__glyph{color:#E86A62!important}
.pc-header-account .pc-header-action__glyph{color:#2E8A75!important}
.pc-header-cart-link .pc-header-action__glyph{color:#E86A62!important}
.pc197-help-cta span,
.pc-header-action>span:last-child{
  color:#123A5D!important;
  font-size:.78rem!important;
  font-weight:850!important;
}
.pc-header-cart__icon{position:relative!important}
.pc-header-cart-link .pc-cart-count{
  top:-8px!important;
  right:-10px!important;
}
@media(max-width:1180px){
  .pc197-help-cta{width:44px!important;padding:0!important;justify-content:center!important}
}
@media(max-width:820px){
  .pc-header-action{
    width:auto!important;
    min-width:42px!important;
    height:42px!important;
    padding:0 10px!important;
    justify-content:center!important;
    border-radius:12px!important;
  }
  .pc-header-action__glyph,
  .pc-header-action__glyph svg,
  .pc-header-action__glyph .pc-header-icon{width:19px!important;height:19px!important}
}
