/* Claude Design promotion components, scoped to the owner's private preview. */
.pkt-team__head .pkt-team__title { flex: 1; min-width: 0; width: auto; }
.pkt-team__head .pkt-team__count { flex: none; white-space: nowrap; }
.pkt-slot--filled img { object-fit: contain; }
.pkt-team__perks { margin-top: 10px; }
.pkt-perks { border-top: 1px solid var(--pkt-line); padding-top: 12px; }
.pkt-perks__rail { position: relative; isolation: isolate; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(var(--pkt-perk-count, 4), minmax(0, 1fr)); }
.pkt .pkt-perk { position: relative; display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; min-width: 0; margin: 0; }
.pkt-perk::before { content: ""; position: absolute; z-index: 0; pointer-events: none; height: 2px; background: var(--pkt-line); top: 10px; left: calc(-50% + 14px); right: calc(50% + 14px); }
.pkt-perk:first-child::before { content: none; }
.pkt-perk__dot { position: relative; z-index: 1; flex: none; display: grid; place-items: center; width: 22px; height: 22px; border: 1.5px dashed #8594b1; border-radius: 50%; background: #fff; color: var(--pkt-navy); }
.pkt-perk__dot svg { width: 13px; height: 13px; }
.pkt-perk__label { font-size: 11px; line-height: 1.4; font-weight: 500; color: var(--pkt-muted); overflow-wrap: anywhere; }
.pkt-perk__label b { font-weight: 800; }
.pkt-perk.is-applied .pkt-perk__dot { border-style: solid; border-color: var(--pkt-navy); background: var(--pkt-navy); color: #fff; }
.pkt-perk.is-planned .pkt-perk__dot { border: 2px solid var(--pkt-navy); }
.pkt-perk.is-next .pkt-perk__dot { border: 2px solid var(--pkt-navy); box-shadow: 0 0 0 3px var(--pkt-yellow-soft); background: var(--pkt-yellow); }
.pkt-perk.is-suspended .pkt-perk__dot, .pkt-perk.is-unavailable .pkt-perk__dot { border: 2px dashed var(--pkt-warn); color: var(--pkt-warn); }
.pkt-perk__label small { display: block; font-size: 9px; color: var(--pkt-warn); }
.pkt-perk.is-planned .pkt-perk__label, .pkt-perk.is-applied .pkt-perk__label, .pkt-perk.is-next .pkt-perk__label { color: var(--pkt-navy); }
.pkt-perks__sentence { margin: 10px 0 0; display: flex; align-items: center; gap: 6px; font-size: 12px; line-height: 1.55; font-weight: 600; color: var(--pkt-navy); }
.pkt-perks__text { flex: 1; min-width: 0; }
.pkt .pkt-perks__info { flex: none; display: grid; place-items: center; width: 44px; min-width: 44px; height: 44px; padding: 0; margin: -8px -8px -8px 0; border: 0; background: transparent; border-radius: 50%; color: var(--pkt-muted); cursor: pointer; }
.pkt .pkt-perks__info:hover { color: var(--pkt-navy); background: var(--pkt-blue-soft); }
.pkt-perks__info svg { width: 18px; height: 18px; }
.pkt-gifts { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--pkt-line); font-size: 12px; line-height: 1.45; color: var(--pkt-navy); }
.pkt-gifts__tiles { display: flex; gap: 3px; flex: none; }
.pkt-gifts__tile { width: 24px; height: 24px; border-radius: 6px; display: grid; place-items: center; background: var(--pkt-yellow-soft); }
.pkt-gifts__tile.is-planned { background: #fff; box-shadow: inset 0 0 0 1.5px var(--pkt-navy); }
.pkt-gifts__tile svg { width: 15px; height: 15px; }
.pkt-gifts__text { flex: 1; min-width: 0; font-weight: 500; }
.pkt-gifts__text small { display: block; font-size: 10px; color: var(--pkt-muted); }
.pkt-gifts__value { flex: none; font-weight: 700; color: var(--pkt-price); }
.pkt-gifts__value { text-align: right; }
.pkt-gifts__value > span { display: block; font-size: 10px; font-weight: 500; color: var(--pkt-muted); }
.pkt-mystery-note { margin: 6px 0 0; font-size: 10px; line-height: 1.5; color: var(--pkt-muted); }
.pkt.pkt-pack { max-width: 560px; padding: 16px; margin-block: 20px; border: 1.5px solid #edc955; border-radius: 14px; background: var(--pkt-yellow-soft); }
.pkt .pkt-pack__title { margin: 0 0 12px; color: var(--pkt-navy); font-size: 19px; line-height: 1.35; font-weight: 800; text-transform: none; }
.pkt-pack__offers { display: grid; grid-template-columns: 1fr; gap: 7px; }
.pkt-pack__offer { padding: 10px 7px; background: #fff; border: 1px solid #eddfa9; border-radius: 9px; text-align: center; color: var(--pkt-navy); }
.pkt-pack__offer > span { display: block; font-size: 11px; line-height: 1.5; }
.pkt-pack__offer > strong { display: block; font-size: 14px; line-height: 1.4; margin-top: 4px; }
.pkt-pack__offer > small { display: block; color: var(--pkt-price); font-size: 10px; line-height: 1.5; margin-top: 5px; }
.pkt-pack__offer.is-complete { border-color: var(--pkt-navy); box-shadow: inset 0 2px var(--pkt-navy); }
.pkt .pkt-pack__offer { display: grid; grid-template-columns: minmax(75px, 1fr) minmax(0, 2.4fr); gap: 2px 10px; text-align: left; padding: 8px 10px; }
.pkt .pkt-pack__offer > strong { margin: 0; text-align: right; }
.pkt .pkt-pack__offer > small { grid-column: 1 / -1; margin: 0; }
.pkt-rules__intro { font-size: 13px; line-height: 1.6; margin: 0 0 12px; color: var(--pkt-muted); }
.pkt .pkt-rules { list-style: none; padding: 0; margin: 0; }
.pkt .pkt-rules > li { display: grid; gap: 4px; padding: 12px 0; margin: 0; border-bottom: 1px solid var(--pkt-line); color: var(--pkt-navy); }
.pkt-rules > li > span { font-size: 12px; }
.pkt-rules > li > strong { font-size: 16px; line-height: 1.45; }
.pkt-rules small { display: block; color: var(--pkt-warn); font-size: 12px; }
.pkt-rules__mystery { padding: 12px; margin: 14px 0; border-radius: 10px; background: var(--pkt-yellow-soft); color: var(--pkt-navy); font-size: 13px; line-height: 1.55; }
.pkt-rules__mystery > span { display: block; margin-top: 5px; font-size: 12px; }
.pkt-conds > summary { cursor: pointer; font-size: 12px; font-weight: 600; color: var(--pkt-muted); }
.pkt-conds[open] > summary { margin-bottom: 12px; }
.pkt-pack__mystery { font-size: 11px; line-height: 1.5; margin: 10px 0 12px; color: var(--pkt-navy); }
.pkt.pkt-pack > .pkt-btn { width: 100%; white-space: normal; font-size: 14px; line-height: 1.4; border-radius: 10px; padding: 12px; }
.pkt.pkt-pack .pkt-pdp__icon { display: none; }
.pkt-pack__foot { display: flex; align-items: center; gap: 6px; margin: 9px 0 0; font-size: 11px; line-height: 1.5; color: var(--pkt-navy); }
.pkt-pack__foot > span { flex: 1; }
.pkt .pkt-promo-discount { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; margin-bottom: 6px; }
.pkt-promo-discount b { white-space: nowrap; color: var(--pkt-navy); background: linear-gradient(transparent 62%, var(--pkt-yellow) 62%, var(--pkt-yellow) 90%, transparent 90%); }
.pkt-promo-summary .pkt-sum__label { font-size: 12px; max-width: 55%; }
.pkt-promo-summary .pkt-sum__note, .pkt-promo-summary .pkt-tray__sub { font-size: 10px; line-height: 1.4; }
.pkt-offer { margin-bottom: 12px; }
.has-savings .pkt-offer { padding: 12px; border: 1px solid #f0cf64; border-radius: 12px; background: var(--pkt-yellow-soft); }
.pkt-offer .pkt-sum__line { align-items: center; }
.pkt-offer .pkt-sum__total { font-size: 28px; line-height: 1.15; text-align: right; white-space: nowrap; }
.pkt .pkt-price-before { display: block; font-size: 13px; line-height: 1.5; font-weight: 600; color: #b53a3a; opacity: 1; white-space: nowrap; }
.pkt-savings { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 2px 8px; margin-top: 10px; padding-top: 8px; border-top: 1px solid #e7ca74; color: var(--pkt-navy); }
.pkt-savings > span { font-size: 12px; font-weight: 600; }
.pkt-savings > strong { font-size: 22px; font-weight: 800; line-height: 1.2; white-space: nowrap; }
.pkt-savings > small { flex-basis: 100%; font-size: 10px; line-height: 1.5; }
.pkt-offer .pkt-sum__note { margin: 8px 0 0; }
.pkt-tray.has-savings .pkt-tray__sub { color: var(--pkt-price); font-size: 12px; font-weight: 700; }
.pkt-tray.has-savings .pkt-tray__total { text-align: right; line-height: 1.2; }
.pkt-tray.has-savings .pkt-price-before { font-size: 11px; }
.pkt-promo-line { display: flex; align-items: center; gap: 4px; font-size: 12px; line-height: 1.55; font-weight: 600; color: var(--pkt-navy); margin: 10px 0; }
.pkt-pdp .pkt-promo-line { max-width: 480px; font-size: 11px; }
.tbx-team-promotion { grid-column: 1 / -1; }
.tbx-line-name .tbx-team-gift-count { font-weight: 700; white-space: nowrap; }
.woocommerce-remove-coupon[data-coupon="tbx-equipe-privee-v1"] { display: none; }
.woocommerce-mini-cart__total:has(.tbx-team-mini-row) { display: block; text-align: left; }
.woocommerce-mini-cart__total .tbx-team-mini-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 6px 0; font-size: 13px; }
.woocommerce-mini-cart__total .tbx-team-mini-row + br { display: none; }
.woocommerce-mini-cart__total .tbx-team-mini-final { border-top: 1px solid var(--pkt-line); padding-top: 8px; margin-top: 8px; }
.woocommerce-mini-cart__total .tbx-team-mini-row .amount { white-space: nowrap; }
.pkt-cart-perks { margin: 0 0 20px; border: 1px solid var(--pkt-line); padding: 16px 20px; border-radius: var(--pkt-radius); background: #fff; }
.pkt-cart-perks .pkt-perks { border-top: 0; padding-top: 0; }
.pkt-cart-perks .pkt-perks__rail { max-width: 540px; margin-inline: auto; }
.pkt-bd { display: grid; gap: 10px; margin-top: 20px; }
.pkt-bd__mode { margin: 0; justify-self: start; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px 4px 7px; border-radius: 99px; font-size: 12px; font-weight: 600; }
.pkt-bd__mode svg { width: 15px; height: 15px; }
.pkt-bd__mode.is-planned { border: 1.5px dashed var(--pkt-navy); color: var(--pkt-navy); }
.pkt-bd__mode.is-applied { border: 1.5px solid var(--pkt-navy); background: var(--pkt-navy); color: #fff; }
.pkt-bd__list { margin: 0; display: grid; gap: 8px; }
.pkt-bd__row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; font-size: 13px; }
.pkt-bd__row dt { min-width: 0; font-weight: 500; }
.pkt-bd__row dd { margin: 0; font-weight: 700; text-align: right; }
.pkt-bd__row.is-discount dd { color: var(--pkt-navy); white-space: nowrap; background: linear-gradient(transparent 62%, var(--pkt-yellow) 62%, var(--pkt-yellow) 90%, transparent 90%); }
.pkt-bd__row.is-gift dd { color: var(--pkt-price); }
.pkt-bd__total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-top: 2px solid var(--pkt-navy); padding-top: 10px; }
.pkt-bd__total span { font-size: 14px; font-weight: 700; color: var(--pkt-navy); }
.pkt-bd__total strong { font-size: 22px; font-weight: 800; color: var(--pkt-price); white-space: nowrap; }
.pkt-bd__note { font-size: 11px; color: var(--pkt-muted); line-height: 1.55; margin: 0; }
.pkt-conds { margin-top: 20px; border-top: 1px solid var(--pkt-line); padding-top: 16px; }
.pkt-conds h3 { margin: 0 0 10px; font-size: 14px; font-weight: 700; color: var(--pkt-navy); }
.pkt-conds ul { margin: 0; padding-left: 18px; display: grid; gap: 8px; font-size: 12px; line-height: 1.65; }
.pkt-conds li { margin: 0; }
.pkt-promo-sheet .pkt-perks { border-top: 0; padding-top: 0; }
.pkt-promo-error, .pkt-gifts__text .pkt-promo-error { color: var(--pkt-warn); }
.pkt-promo-retry { font-size: 12px; }
@media (max-width: 600px) {
  .pkt.pkt-pack { padding: 12px; }
  .pkt-pack__offers { grid-template-columns: 1fr; }
  .pkt-pack__offer { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; text-align: left; padding: 8px 10px; }
  .pkt-pack__offer > strong { margin: 0; text-align: right; }
  .pkt-pack__offer > small { grid-column: 1 / -1; margin: 0; }
}
@media (max-width: 380px) {
  .pkt-builder__aside .pkt-slots { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .pkt-builder__aside .pkt-slot { aspect-ratio: 5 / 3; }
  .pkt-perk__label { font-size: 10px; }
  .pkt-cart-perks { padding: 14px 12px; }
  .pkt-gifts { gap: 6px; font-size: 11px; }
}
@media (min-width: 768px) {
  .pkt-builder__aside { max-height: calc(100dvh - var(--pkt-header-offset, 70px) - 32px); overflow-y: auto; overscroll-behavior: contain; }
  .pkt-builder__aside .pkt-slots .pkt-slot { aspect-ratio: 5 / 4; }
  .pkt-builder__aside .pkt-slot--filled img { top: 2px; height: calc(100% - 19px); }
}
@media (prefers-reduced-motion: reduce) { .pkt-perks *, .pkt-gifts * { transition: none !important; animation: none !important; } }
