/* ========================================================================== 
 * PDO-011 LOT 3.4 — Fiche produit premium
 * Références : rendu fiche produit ordinateur + fiche produit rendu mobile.
 * ======================================================================= */
.pdo-product-main { padding: 20px 0 72px; background: #fff; }
.pdo-product-breadcrumb { margin: 2px 0 20px; color: #5f6871; font-size: .76rem; }
.pdo-product-breadcrumb nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.pdo-product-breadcrumb a { color: #4d5760; text-decoration: none; }
.pdo-product-breadcrumb a:hover { color: var(--pdo-color-gold-strong); }
.pdo-product-breadcrumb span[aria-hidden="true"] { color: #a4abb1; }

.pdo-single-product { position: relative; }
.pdo-product-top { display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); gap: clamp(34px, 4vw, 64px); align-items: start; }
.pdo-product-gallery-column,
.pdo-product-summary-column { min-width: 0; }
.pdo-product-summary-column.summary { float: none !important; width: auto !important; margin: 0 !important; }

.pdo-product-gallery-shell { position: relative; }
.pdo-product-gallery-shell .woocommerce-product-gallery { float: none !important; width: 100% !important; margin: 0 !important; }
.pdo-product-gallery-shell .woocommerce-product-gallery__wrapper { margin: 0; }
.pdo-product-gallery-shell .woocommerce-product-gallery__image { overflow: hidden; border: 1px solid #e1e4e6; border-radius: 11px; background: #f5f4f1; }
.pdo-product-gallery-shell .woocommerce-product-gallery__image > a { display: block; }
.pdo-product-gallery-shell .woocommerce-product-gallery__image img { width: 100%; height: auto; max-height: 660px; object-fit: contain; display: block; }
.pdo-product-gallery-shell .woocommerce-product-gallery__trigger { top: auto !important; right: 14px !important; bottom: 14px !important; width: 42px !important; height: 42px !important; border: 1px solid #d9dde0 !important; background: rgba(255,255,255,.96) !important; box-shadow: 0 5px 16px rgba(7,26,45,.09); }
.pdo-product-gallery-shell .flex-control-thumbs { margin: 14px 0 0 !important; padding: 0 !important; display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 11px; }
.pdo-product-gallery-shell .flex-control-thumbs li { float: none !important; width: auto !important; margin: 0 !important; list-style: none; }
.pdo-product-gallery-shell .flex-control-thumbs img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; border: 1px solid #dfe3e6; border-radius: 7px; opacity: .72; transition: opacity .16s ease, border-color .16s ease; }
.pdo-product-gallery-shell .flex-control-thumbs img.flex-active,
.pdo-product-gallery-shell .flex-control-thumbs img:hover { opacity: 1; border-color: var(--pdo-color-gold-strong); }
.pdo-single-product__badges { position: absolute; z-index: 7; top: 13px; left: 13px; display: flex; flex-wrap: wrap; gap: 6px; pointer-events: none; }

.pdo-product-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; padding-bottom: 10px; }
.pdo-product-heading h1 { margin: 0 0 7px; color: #111820; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 2.7vw, 2.8rem); line-height: 1.04; font-weight: 560; letter-spacing: -.025em; }
.pdo-product-subtitle { margin: 0 0 8px; color: #515b64; font-size: .93rem; }
.pdo-product-identity { display: flex; flex-wrap: wrap; gap: 6px 0; color: #656f78; font-size: .78rem; }
.pdo-product-identity span { display: inline-flex; align-items: center; }
.pdo-product-identity span + span::before { content: ""; width: 1px; height: 13px; margin: 0 10px; background: #d4d9dd; }
.pdo-product-identity strong { margin-left: 4px; color: #4f5a64; font-weight: 650; }
.pdo-product-identity a { color: inherit; text-decoration: none; }
.pdo-product-identity a:hover { color: var(--pdo-color-gold-strong); text-decoration: underline; text-underline-offset: 2px; }
.pdo-product-brand-wordmark { display: block; max-width: 180px; padding-top: 6px; color: #0b1117; font-size: 1.3rem; font-weight: 860; letter-spacing: .05em; text-align: right; text-transform: uppercase; text-decoration: none; }
.pdo-product-brand-wordmark:hover { color: var(--pdo-color-gold-strong); }

.pdo-product-reviews-summary { min-height: 48px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e6e8ea; color: #59636c; font-size: .8rem; }
.pdo-product-reviews-summary a { color: #27323c; text-decoration: underline; text-underline-offset: 3px; }
.pdo-product-reviews-summary .star-rating { margin: 0; color: #d39d45; font-size: .9rem; }
.pdo-product-reviews-summary__empty-stars { color: #dfe3e6; font-size: 1.15rem; letter-spacing: 2px; }

.pdo-product-key-specs { margin: 16px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.pdo-product-key-specs > span { min-width: 0; padding: 10px 11px; border: 1px solid #e2e5e7; border-radius: 7px; background: #faf9f7; }
.pdo-product-key-specs small { display: block; overflow: hidden; color: #78818a; font-size: .64rem; white-space: nowrap; text-overflow: ellipsis; }
.pdo-product-key-specs strong { display: block; margin-top: 2px; overflow: hidden; color: var(--pdo-color-navy); font-size: .76rem; white-space: nowrap; text-overflow: ellipsis; }

.pdo-product-commerce-head { margin-top: 18px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: center; }
.pdo-product-price-wrap { min-width: 0; }
.pdo-product-price-wrap .price { margin: 0 !important; color: #111820 !important; font-size: clamp(1.75rem, 2.25vw, 2.35rem) !important; line-height: 1.12; font-weight: 820 !important; }
.pdo-product-price-wrap .price del { color: #7b838b; font-size: .65em; font-weight: 500; }
.pdo-product-price-wrap .price ins { color: #b14343; text-decoration: none; }
.pdo-product-price-display { display: grid; gap: 3px; }
.pdo-product-price-display strong { color: #111820; font-size: inherit; font-style: normal; font-weight: 850; }
.pdo-product-price-display strong em { margin-left: 3px; color: #111820; font-size: .4em; font-style: normal; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.pdo-product-price-display--sale { grid-template-columns: auto auto; align-items: baseline; justify-content: start; gap: 8px 10px; }
.pdo-product-price-display--sale del { grid-column: 1; }
.pdo-product-price-display--sale ins { grid-column: 2; color: #b14343; font-size: 1em; font-weight: 850; text-decoration: none; }
.pdo-product-price-display--sale ins em { margin-left: 3px; color: inherit; font-size: .4em; font-style: normal; font-weight: 800; text-transform: uppercase; }
.pdo-product-price-prefix,
.pdo-product-price-kicker { display: block; color: #7b838b; font-size: .68rem; font-weight: 720; line-height: 1.25; }
.pdo-product-price-kicker { color: #a1712c; letter-spacing: .04em; text-transform: uppercase; }
.pdo-product-price-primary { display: grid; gap: 3px; }
.pdo-product-price-pro-ttc { color: #4f5c66; font-size: .84rem; font-weight: 700; }
.pdo-product-price-public { width: fit-content; margin-top: 8px; padding-top: 8px; border-top: 1px solid #e2e5e7; display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; color: #6b747c; font-size: .73rem; line-height: 1.35; }
.pdo-product-price-public > span { width: 100%; color: #7d858c; font-size: .66rem; font-weight: 700; }
.pdo-product-price-public strong { color: #33414c; font-size: .78rem; font-weight: 760; }
.pdo-product-price-public small { color: #77818a; font-size: .72rem; font-weight: 600; }
.pdo-product-buy-box .woocommerce-variation-price { display: none; }
.pdo-product-advice { min-width: 190px; padding: 13px 15px; border-radius: 7px; background: #f7f6f3; color: #313a42; font-size: .77rem; }
.pdo-product-advice strong { display: block; margin-bottom: 3px; }
.pdo-product-advice a { color: #8e6928; text-decoration: underline; text-underline-offset: 2px; }
.pdo-product-availability-line { margin: 11px 0 20px; display: flex; align-items: flex-start; gap: 7px; font-size: .82rem; }
.pdo-product-availability-line .pdo-icon { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; }
.pdo-product-availability-line.is-stock { color: #237546; }
.pdo-product-availability-line.is-order { color: #9a6e28; }
.pdo-product-availability-line.is-unavailable { color: #8a5050; }
.pdo-product-availability-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.pdo-product-availability-main { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 8px; }
.pdo-product-delay { color: #4f5d68; font-weight: 650; }
.pdo-product-delay-note { display: block; color: #74808a; font-size: .72rem; line-height: 1.35; font-weight: 500; }

.pdo-product-buy-box { padding: 20px; border: 1px solid #dce1e5; border-radius: 9px; background: #fff; }
.pdo-product-buy-box form.cart { margin: 0 !important; }
.pdo-product-buy-box form.cart::after { content: ""; display: table; clear: both; }
.pdo-product-buy-box .variations { width: 100% !important; margin: 0 0 16px !important; border-collapse: separate !important; border-spacing: 0 10px !important; }
.pdo-product-buy-box .variations tr { display: grid; grid-template-columns: 1fr; gap: 7px; }
.pdo-product-buy-box .variations th,
.pdo-product-buy-box .variations td { display: block; width: 100%; padding: 0 !important; border: 0 !important; text-align: left; }
.pdo-product-buy-box .variations label { color: #151c23; font-size: .82rem; font-weight: 780; }
.pdo-product-buy-box .variations select { width: 100%; min-height: 44px; padding: 8px 34px 8px 12px; border: 1px solid #d8dde1; border-radius: 6px; background: #fff; color: #1e2831; }
.pdo-product-buy-box .reset_variations { display: inline-block; margin-top: 8px; color: #68727b; font-size: .72rem; }
.pdo-product-buy-box .woocommerce-variation { margin: 4px 0 12px; }
.pdo-product-buy-box .woocommerce-variation-price .price { color: var(--pdo-color-navy); font-size: 1.2rem; font-weight: 800; }
.pdo-product-buy-box .woocommerce-variation-availability { color: #5e6871; font-size: .78rem; }
.pdo-product-buy-box .single_variation_wrap { margin-top: 5px; }
.pdo-product-buy-box .woocommerce-variation-add-to-cart,
.pdo-product-buy-box form.cart:not(.variations_form):not(.grouped_form) { display: grid; grid-template-columns: minmax(112px, auto) minmax(210px, 1fr); gap: 10px; align-items: stretch; }
.pdo-product-buy-box .quantity { display: flex !important; width: 100%; margin: 0 !important; }
.pdo-product-buy-box .quantity .qty { width: 100%; min-height: 50px; border: 1px solid #d8dde1; border-radius: 6px; background: #fff; text-align: center; }
.pdo-product-buy-box .single_add_to_cart_button { min-height: 50px !important; margin: 0 !important; padding: 11px 20px !important; border: 0 !important; border-radius: 6px !important; background: linear-gradient(135deg, #d0aa6b, #b98a44) !important; color: #fff !important; font-size: .82rem !important; font-weight: 800 !important; text-transform: uppercase; box-shadow: none !important; }
.pdo-product-buy-box .single_add_to_cart_button:hover { filter: brightness(.97); }
.pdo-product-buy-box .single_add_to_cart_button.disabled { cursor: not-allowed; opacity: .5; }
.pdo-product-buy-box .stock { margin: 8px 0; font-size: .78rem; }
.pdo-product-buy-box .group_table { width: 100%; }
.pdo-product-buy-box .group_table td { padding: 8px; border-bottom: 1px solid #e8ebed; }

.pdo-product-favorite-button { width: 100%; min-height: 48px; margin-top: 10px; border: 1px solid #aeb7be; border-radius: 6px; background: #fff; color: #33404b; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-size: .78rem; font-weight: 730; text-transform: uppercase; }
.pdo-product-favorite-button .pdo-icon { width: 20px; height: 20px; }
.pdo-product-favorite-button.is-active { border-color: #c6a15f; color: #a57628; }
.pdo-product-favorite-button.is-active svg { fill: currentColor; }

/* Sélecteurs visuels générés à partir des selects natifs WooCommerce. */
.pdo-variation-select--enhanced { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.pdo-variation-choices { display: flex; flex-wrap: wrap; gap: 8px; }
.pdo-variation-choice { min-height: 39px; padding: 8px 13px; border: 1px solid #d6dce0; border-radius: 6px; background: #fff; color: #303a43; cursor: pointer; font-size: .76rem; }
.pdo-variation-choice:hover { border-color: #aeb7be; }
.pdo-variation-choice.is-selected { border-color: #b78a43; box-shadow: inset 0 0 0 1px #b78a43; color: #111820; font-weight: 760; }
.pdo-variation-choice[disabled] { opacity: .4; cursor: not-allowed; }

.pdo-product-reassurance { margin-top: 14px; padding: 14px 16px; border: 1px solid #e0e4e7; border-radius: 8px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.pdo-product-reassurance > div,
.pdo-product-service-strip > div { min-width: 0; display: flex; align-items: flex-start; gap: 9px; }
.pdo-product-reassurance .pdo-icon,
.pdo-product-service-strip .pdo-icon { width: 20px; height: 20px; color: var(--pdo-color-navy); }
.pdo-product-reassurance strong,
.pdo-product-service-strip strong { display: block; color: #26313a; font-size: .68rem; }
.pdo-product-reassurance small,
.pdo-product-service-strip small { display: block; margin-top: 2px; color: #747d85; font-size: .62rem; line-height: 1.35; }

.pdo-product-media-actions { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.pdo-product-media-action { min-height: 82px; padding: 14px 16px; border: 1px solid #dfe3e6; border-radius: 8px; background: #fff; color: #24303a; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 12px; align-items: center; text-align: left; text-decoration: none; cursor: pointer; appearance: none; }
.pdo-product-media-action:hover { border-color: #c7a366; background: #fcfbf8; }
.pdo-product-media-action > .pdo-icon { width: 28px; height: 28px; color: #24303a; }
.pdo-product-media-action__copy strong { display: block; color: #111820; font-size: .78rem; font-weight: 760; }
.pdo-product-media-action__copy small { display: block; margin-top: 3px; color: #717b84; font-size: .67rem; }
.pdo-product-media-action.is-visualizer > .pdo-icon { color: #a7782c; }
.pdo-product-media-action.is-document > .pdo-icon,
.pdo-product-media-action.is-guide > .pdo-icon { color: #59656f; }
.pdo-product-service-strip { margin-top: 18px; padding: 14px 12px; border: 1px solid #e3e6e8; border-radius: 8px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }

.pdo-product-secondary { margin-top: clamp(46px, 6vw, 76px); border-top: 1px solid #dfe3e6; }
.pdo-product-detail { border-bottom: 1px solid #dfe3e6; }
.pdo-product-detail > summary { min-height: 64px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; color: var(--pdo-color-navy); font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; font-weight: 560; }
.pdo-product-detail > summary::-webkit-details-marker { display: none; }
.pdo-product-detail > summary .pdo-icon { width: 20px; height: 20px; transition: transform .18s ease; }
.pdo-product-detail[open] > summary .pdo-icon { transform: rotate(180deg); }
.pdo-product-detail__body { padding: 0 4px 32px; color: #4c5862; font-size: .9rem; line-height: 1.7; }
.pdo-product-detail__body > :first-child { margin-top: 0; }
.pdo-product-detail__body > :last-child { margin-bottom: 0; }
/* Caractéristiques : synthèse compacte sur deux colonnes, puis détail repliable. */
.pdo-product-spec-table { max-width: none; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: clamp(26px, 4vw, 54px); }
.pdo-product-spec-table > div { min-height: 42px; display: grid; grid-template-columns: minmax(138px, .78fr) minmax(0,1fr); align-items: center; gap: 14px; border-bottom: 1px solid #eceeef; }
.pdo-product-spec-table dt,
.pdo-product-spec-table dd { margin: 0; padding: 7px 0; line-height: 1.35; }
.pdo-product-spec-table dt { color: #707982; font-size: .78rem; }
.pdo-product-spec-table dd { color: #1e2932; font-size: .8rem; font-weight: 700; }
.pdo-product-specs-more { margin-top: 14px; }
.pdo-product-specs-more > summary { width: fit-content; min-height: 36px; padding: 0 12px; border: 1px solid #d9dfe3; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; color: var(--pdo-color-navy); background: #fafbfb; font-size: .73rem; font-weight: 760; }
.pdo-product-specs-more > summary::-webkit-details-marker { display: none; }
.pdo-product-specs-more > summary .pdo-icon { width: 15px; height: 15px; transition: transform .18s ease; }
.pdo-product-specs-more[open] > summary .pdo-icon { transform: rotate(180deg); }
.pdo-product-specs-more__body { margin-top: 10px; }

/* Relations catalogue standard (collection / similaires). */
.pdo-product-relations-grid.products { margin: 8px 0 0 !important; padding: 0 !important; display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)) !important; gap: 14px !important; }
.pdo-product-relations-grid.products::before,
.pdo-product-relations-grid.products::after { display: none !important; }
.pdo-product-relations-grid.products .pdo-product-card { width: auto !important; margin: 0 !important; }

/* Compatibles & pose : carte dédiée courte, cinq par ligne sur desktop. */
.pdo-product-relations-grid--compact { margin: 8px 0 0 !important; padding: 0 !important; list-style: none; display: grid !important; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.pdo-relation-card { min-width: 0; border: 1px solid #dce2e6; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 5px 18px rgba(7,26,45,.05); display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.pdo-relation-card:hover { transform: translateY(-2px); border-color: #c6d0d7; box-shadow: 0 10px 26px rgba(7,26,45,.09); }
.pdo-relation-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f4f3f0; }
.pdo-relation-card__media img { width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: cover; transition: transform .24s ease; }
.pdo-relation-card:hover .pdo-relation-card__media img { transform: scale(1.02); }
.pdo-relation-card__body { flex: 1; min-width: 0; padding: 10px 11px 11px; display: flex; flex-direction: column; }
.pdo-relation-card__brand { margin-bottom: 3px; overflow: hidden; color: #7a838b; font-size: .58rem; font-weight: 760; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.pdo-relation-card__title { min-height: 2.35em; margin: 0 !important; color: var(--pdo-color-navy); font-family: Georgia, 'Times New Roman', serif; font-size: .86rem; font-weight: 600; line-height: 1.18; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.pdo-relation-card__title a { color: inherit; text-decoration: none; }
.pdo-relation-card__specs { margin: 5px 0 6px; overflow: hidden; color: #65717b; font-size: .63rem; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }
.pdo-relation-card__meta { margin-top: auto; padding-top: 3px; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.pdo-relation-card__meta .pdo-product-availability { flex: 0 1 auto; min-width: 0; font-size: .61rem; white-space: nowrap; }
.pdo-relation-card__price { flex: 0 0 auto; color: var(--pdo-color-navy); font-size: .8rem; font-weight: 820; text-align: right; white-space: nowrap; }
.pdo-relation-card__price del { display: none; }
.pdo-relation-card__price br,
.pdo-relation-card__price small { display: none !important; }
.pdo-relation-card__price ins { color: #b44242; text-decoration: none; }
.pdo-relation-card__cta { min-height: 34px; margin-top: 8px; padding: 6px 9px; border: 1px solid #d8dee2; border-radius: 7px; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #fbfbfa; color: var(--pdo-color-navy); font-size: .66rem; font-weight: 780; text-decoration: none; transition: border-color .18s ease, background .18s ease; }
.pdo-relation-card__cta:hover { border-color: #c6a56f; background: #fffdf8; }
.pdo-relation-card__cta .pdo-icon { width: 15px; height: 15px; color: var(--pdo-color-gold-strong); }

/* Avis WooCommerce intégrés au bloc Point d'Ô. */
.pdo-product-detail #reviews { margin: 0; }
.pdo-product-detail #reviews #comments,
.pdo-product-detail #reviews #review_form_wrapper { float: none; width: 100%; }
.pdo-product-detail #reviews .woocommerce-Reviews-title { font-family: inherit; font-size: 1rem; }
.pdo-product-detail #reviews ol.commentlist { margin: 0; padding: 0; }
.pdo-product-detail #reviews ol.commentlist li { list-style: none; }
.pdo-product-detail #review_form_wrapper { max-width: 720px; margin-top: 22px; }
.pdo-product-detail #review_form input:not([type="checkbox"]):not([type="radio"]),
.pdo-product-detail #review_form textarea { width: 100%; padding: 11px 12px; border: 1px solid #d8dde1; border-radius: 6px; }
.pdo-product-detail #review_form .submit { min-height: 44px; padding: 9px 16px; border: 0; border-radius: 6px; background: var(--pdo-color-navy); color: #fff; font-weight: 750; }

/* Barre mobile : un seul formulaire WooCommerce, la barre ne fait que le piloter. */
.pdo-product-sticky { display: none; }

@media (max-width: 1180px) {
	.pdo-product-top { grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr); gap: 30px; }
	.pdo-product-key-specs { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.pdo-product-service-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.pdo-product-relations-grid.products { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
	.pdo-product-relations-grid--compact { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 900px) {
	.pdo-product-main { padding: 14px 0 92px; }
	.pdo-product-main .pdo-container { width: min(calc(100% - 24px), var(--pdo-container)); }
	.pdo-product-breadcrumb { margin-bottom: 12px; font-size: .68rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
	.pdo-product-top { display: flex; flex-direction: column; gap: 20px; }
	.pdo-product-gallery-column,
	.pdo-product-summary-column { width: 100%; }
	.pdo-product-gallery-shell .woocommerce-product-gallery__image img { max-height: none; }
	.pdo-product-gallery-shell .flex-control-thumbs { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 7px; }
	.pdo-product-gallery-shell .flex-control-thumbs li:nth-child(n+6) { display: none; }
	.pdo-product-media-actions,
	.pdo-product-service-strip { display: none; }
	.pdo-product-heading { grid-template-columns: 1fr; gap: 5px; }
	.pdo-product-heading h1 { font-size: clamp(1.75rem, 7vw, 2.25rem); }
	.pdo-product-brand-wordmark { display: none; }
	.pdo-product-subtitle { font-size: .82rem; }
	.pdo-product-identity { font-size: .7rem; }
	.pdo-product-reviews-summary { min-height: 40px; }
	.pdo-product-key-specs { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 12px; }
	.pdo-product-commerce-head { grid-template-columns: 1fr; gap: 9px; }
	.pdo-product-price-wrap .price { font-size: 1.65rem !important; }
	.pdo-product-advice { display: none; }
	.pdo-product-availability-line { margin-bottom: 14px; }
	.pdo-product-buy-box { padding: 14px; }
	.pdo-product-reassurance { display: none; }
	.pdo-product-secondary { margin-top: 28px; }
	.pdo-product-detail { border: 0; border-top: 1px solid #e0e4e7; }
	.pdo-product-detail > summary { min-height: 56px; padding: 0 2px; font-family: inherit; font-size: .94rem; font-weight: 780; }
	.pdo-product-detail__body { padding: 2px 2px 22px; font-size: .82rem; }
	.pdo-product-spec-table { grid-template-columns: 1fr; }
	.pdo-product-spec-table > div { grid-template-columns: minmax(110px,.72fr) minmax(0,1fr); min-height: 38px; }
	.pdo-product-spec-table dt,
	.pdo-product-spec-table dd { padding: 7px 0; }
	.pdo-product-relations-grid.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
	.pdo-product-relations-grid--compact { grid-template-columns: repeat(2, minmax(0,1fr)); }

	.pdo-js .pdo-product-sticky.is-visible { position: fixed; z-index: 10020; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); display: block; }
	.pdo-product-sticky__inner { min-height: 74px; padding: 8px 9px; border: 1px solid #d9dee2; border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 12px 36px rgba(7,26,45,.19); display: grid; grid-template-columns: 50px minmax(0,1fr) minmax(120px,auto); gap: 10px; align-items: center; }
	.pdo-product-sticky__image { width: 50px; height: 50px; overflow: hidden; border-radius: 6px; background: #f2f1ee; }
	.pdo-product-sticky__image img { width: 100%; height: 100%; object-fit: cover; }
	.pdo-product-sticky__info { min-width: 0; }
	.pdo-product-sticky__price { overflow: hidden; color: #121a21; font-size: .95rem; font-weight: 820; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
	.pdo-product-sticky__price del { color: #7e868d; font-size: .72em; }
	.pdo-product-sticky__price ins { color: #b34242; text-decoration: none; }
	.pdo-product-sticky__price .pdo-product-price-display--compact { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 5px; }
	.pdo-product-sticky__price .pdo-product-price-display--compact .pdo-product-price-prefix { width: 100%; font-size: .58rem; }
	.pdo-product-sticky__price .pdo-product-price-display--compact strong { font-size: .95rem; }
	.pdo-product-sticky__price .pdo-product-price-display--compact strong em { font-size: .58em; }
	.pdo-product-sticky__price .pdo-product-price-display--compact > small:last-child { color: #68737d; font-size: .61rem; font-weight: 650; }
	.pdo-product-sticky__info .pdo-product-availability { display: block; margin-top: 3px; font-size: .62rem; }
	.pdo-product-sticky__button { min-height: 48px; padding: 7px 12px; border: 0; border-radius: 7px; background: var(--pdo-color-navy); color: #fff; font-size: .73rem; font-weight: 780; cursor: pointer; }
	.pdo-product-sticky[data-mode="options"] .pdo-product-sticky__button { background: linear-gradient(135deg, #d0aa6b, #b98a44); }
}

@media (max-width: 560px) {
	.pdo-product-gallery-shell .flex-control-thumbs { display: none !important; }
	.pdo-single-product__badges { top: 9px; left: 9px; }
	.pdo-product-key-specs { display: none; }
	.pdo-product-buy-box .woocommerce-variation-add-to-cart,
	.pdo-product-buy-box form.cart:not(.variations_form):not(.grouped_form) { grid-template-columns: 105px minmax(0,1fr); }
	.pdo-product-relations-grid.products { grid-template-columns: 1fr !important; }
	.pdo-product-relations-grid--compact { grid-template-columns: 1fr; gap: 10px; }
	.pdo-relation-card { display: grid; grid-template-columns: 112px minmax(0,1fr); }
	.pdo-relation-card__media { aspect-ratio: auto; min-height: 112px; }
	.pdo-relation-card__body { padding: 9px 10px; }
	.pdo-relation-card__title { min-height: 0; }
	.pdo-relation-card__specs { margin-bottom: 4px; }
	.pdo-relation-card__cta { margin-top: 6px; }
	.pdo-product-sticky__inner { grid-template-columns: 46px minmax(0,1fr) minmax(112px, 38%); gap: 8px; }
	.pdo-product-sticky__image { width: 46px; height: 46px; }
	.pdo-product-sticky__price { font-size: .86rem; }
	.pdo-product-sticky__button { padding-inline: 8px; font-size: .68rem; }
}


/* ========================================================================== 
 * PDO-011 LOT 3.4.2 — intégration PDO-010 / calculateur surface
 * Le calculateur pilote la quantité WooCommerce : l'input quantité natif reste
 * dans le DOM pour le moteur panier mais n'est plus présenté en doublon.
 * ======================================================================= */
.pdo-product-buy-box .pdo-has-quantity-configurator {
	display: block !important;
	position: relative;
	width: 100% !important;
	max-width: none !important;
}
.pdo-product-buy-box .pdo-has-quantity-configurator > *:not(.pdo-native-quantity-hidden) {
	width: 100% !important;
	max-width: none !important;
	grid-column: 1 / -1 !important;
}
.pdo-product-buy-box .pdo-has-quantity-configurator > .pdo-native-quantity-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.pdo-product-buy-box .pdo-has-quantity-configurator .single_add_to_cart_button {
	display: flex !important;
	width: 100% !important;
	margin-top: 14px !important;
	align-items: center;
	justify-content: center;
}
