/* Plugin Affiliation — styles boutique (neutres, compatibles tous thèmes) */

.shop-product{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;margin:1rem 0 2rem}
.shop-product__media{flex:1 1 320px;max-width:480px}
.shop-product__media>img{width:100%;height:auto;border:1px solid #e5e7eb;border-radius:14px;background:#fff;object-fit:contain;aspect-ratio:1/1}
.shop-gallery{display:flex;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}
.shop-gallery img{width:64px;height:64px;object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;background:#fff}

.shop-product__buy{flex:1 1 280px;min-width:260px}
.shop-brand{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:.2rem 0 .4rem;font-weight:700}

.shop-rating{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;margin:.2rem 0 .8rem}
.shop-rating .star{color:#d1d5db;line-height:1}
.shop-rating .star.on{color:#f59e0b}
.shop-rating .star.half{background:linear-gradient(90deg,#f59e0b 50%,#d1d5db 50%);-webkit-background-clip:text;background-clip:text;color:transparent}
.shop-rating__n{color:#64748b;font-size:.85rem}

.shop-offers{display:flex;flex-direction:column;gap:.6rem;margin:.6rem 0 .4rem}
.shop-offer{display:flex;justify-content:space-between;align-items:center;gap:1rem;
  text-decoration:none;border:2px solid var(--brand,#0f766e);border-radius:12px;
  padding:.7rem 1rem;background:#fff;color:#0f172a;font-weight:600;transition:transform .08s ease,box-shadow .15s ease}
.shop-offer:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.08)}
.shop-offer__plat{font-weight:800}
.shop-offer__cta{color:var(--brand,#0f766e);font-weight:800;white-space:nowrap}

.shop-disclosure{font-size:.78rem;color:#94a3b8;margin:.6rem 0 0;line-height:1.4}

.shop-desc{margin:1.4rem 0;line-height:1.7}
.shop-desc p{margin:.6rem 0}
.shop-features{margin:1.4rem 0}
.shop-features h2{font-size:1.15rem;margin:0 0 .5rem}
.shop-features ul{margin:0;padding-left:1.2rem}
.shop-features li{margin:.3rem 0}

/* ── Catégorie ────────────────────────────────────────────── */
.shop-cat-intro{margin:0 0 1.4rem;line-height:1.7}
.shop-subcats ul{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:0 0 1.6rem}
.shop-subcats a{display:inline-block;padding:.4rem .9rem;border:1px solid #cbd5e1;border-radius:20px;
  text-decoration:none;color:#0f172a;font-size:.9rem;font-weight:600;background:#fff}
.shop-subcats a:hover{border-color:#0f766e;color:#0f766e}

.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem}
.shop-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;
  border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;transition:box-shadow .15s ease,transform .08s ease}
.shop-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08)}
.shop-card__img{display:block;aspect-ratio:1/1;background:#f8fafc}
.shop-card__img img{width:100%;height:100%;object-fit:contain}
.shop-card__body{display:flex;flex-direction:column;gap:.4rem;padding:.9rem 1rem 1.1rem}
.shop-card__title{font-weight:700;line-height:1.3}
.shop-card__cta{margin-top:auto;color:#0f766e;font-weight:700;font-size:.9rem}
.shop-empty{color:#64748b;font-style:italic}

@media(max-width:640px){
  .shop-product{gap:1.2rem}
  .shop-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem}
}

/* Sous-categories en cartes (rendu de base, sur-charge par le theme) */
.shop-subgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem;margin:0 0 1.5rem}
.shop-subcard{display:flex;flex-direction:column;gap:.4rem;padding:1.1rem 1.2rem;border:1px solid #e5e7eb;border-radius:14px;background:#fff;text-decoration:none;color:#0f172a;transition:box-shadow .15s,transform .1s}
.shop-subcard:hover{box-shadow:0 8px 22px rgba(0,0,0,.08);transform:translateY(-2px)}
.shop-subcard__name{font-weight:700}
.shop-subcard__go{color:#0f766e;font-weight:700;font-size:.86rem}

/* ── Pagination des produits (categorie) ── */
.shop-pagination{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;align-items:center;margin:2.2rem 0 1rem}
.shop-pagination .shop-page{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 .7rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0E2A33;font-weight:700;font-size:.95rem;text-decoration:none;transition:background .15s,border-color .15s,color .15s}
.shop-pagination a.shop-page:hover{background:#F3ECE0;border-color:#d7e6e6;color:#0E7C86}
.shop-pagination .shop-page--current{background:linear-gradient(135deg,#0E7C86,#19A8B8);border-color:transparent;color:#fff;cursor:default}
.shop-pagination .shop-page--prev,.shop-pagination .shop-page--next{font-weight:700;color:#0E7C86}
@media(max-width:560px){.shop-pagination .shop-page{min-width:38px;height:38px;font-size:.9rem}}

/* Description courte (accroche) dans la colonne d'achat */
.shop-short{margin-top:1rem;padding-top:1rem;border-top:1px solid #eef1f5;color:#334155;font-size:.98rem;line-height:1.6}

/* Extrait (accroche) sur les cartes de la grille catégorie */
.shop-card__excerpt{display:block;color:#64748b;font-size:.86rem;line-height:1.5;margin:.35rem 0 .1rem;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* ── Catégorie : bannière + sous-catégories mises en évidence ─────────────── */
.shop-cat-cover{margin:0 0 1.4rem;border-radius:16px;overflow:hidden;line-height:0;box-shadow:0 6px 20px rgba(15,23,42,.08)}
.shop-cat-cover img{width:100%;height:auto;display:block}
.shop-subgrid-title{font-size:1.25rem;font-weight:800;margin:1.6rem 0 .9rem;color:#0f172a}
.shop-subgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem;margin:0 0 1.8rem}
.shop-subcard{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:#fff;text-decoration:none;color:#0f172a;transition:box-shadow .18s,transform .12s}
.shop-subcard:hover{box-shadow:0 12px 30px rgba(15,23,42,.13);transform:translateY(-3px)}
.shop-subcard__img{display:block;line-height:0}
.shop-subcard__img img{width:100%;height:150px;object-fit:cover;display:block}
.shop-subcard__body{display:flex;flex-direction:column;gap:.45rem;padding:1rem 1.15rem 1.15rem}
.shop-subcard__name{font-weight:800;font-size:1.08rem;color:#0f172a}
.shop-subcard__desc{color:#64748b;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.shop-subcard__go{color:#ea5a3d;font-weight:700;font-size:.9rem;margin-top:.15rem}

/* Hiérarchie de la description produit réécrite par l'IA */
.shop-desc h2{font-size:1.35rem;font-weight:800;color:#0f172a;margin:1.6rem 0 .6rem;line-height:1.3}
.shop-desc h3{font-size:1.12rem;font-weight:700;color:#1e293b;margin:1.2rem 0 .5rem;line-height:1.35}
.shop-desc strong{color:#0f172a}
.shop-desc em{font-style:italic}

/* --- Sous-categories : mise en page propre + grille adaptative (fix UX) --- */
.shop-subgrid{display:grid;grid-template-columns:repeat(var(--sub-cols,3),minmax(0,1fr));gap:1.2rem;margin:0 0 1.8rem;align-items:stretch}
.shop-subcard{display:flex;flex-direction:column;padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:#fff;text-decoration:none;color:#0f172a;box-shadow:0 1px 2px rgba(15,23,42,.05);transition:box-shadow .18s ease,transform .12s ease;height:100%}
.shop-subcard:hover{box-shadow:0 12px 30px rgba(15,23,42,.13);transform:translateY(-3px)}
.shop-subcard,.shop-subcard *{text-decoration:none}
.shop-subcard__img{display:block;line-height:0}
.shop-subcard__img img{width:100%;height:160px;object-fit:cover;display:block}
.shop-subcard__body{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:1.1rem 1.25rem 1.25rem;flex:1 1 auto}
.shop-subcard__name{display:block;width:100%;font-weight:800;font-size:1.12rem;line-height:1.25;color:#0f172a;margin:0}
.shop-subcard__desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;width:100%;color:#64748b;font-size:.92rem;line-height:1.55;margin:0}
.shop-subcard__go{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;padding:.5rem .95rem;border-radius:999px;background:#fdece7;color:#ea5a3d;font-weight:700;font-size:.9rem;transition:background .15s ease,color .15s ease}
.shop-subcard:hover .shop-subcard__go{background:#ea5a3d;color:#fff}
@media(max-width:900px){.shop-subgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.shop-subgrid{grid-template-columns:1fr}}

.shop-rating-src{margin:.2rem 0 .7rem;font-size:.78rem;line-height:1.45;color:#94a3b8}

.shop-nonseller{margin:.4rem 0 .3rem;padding:.6rem .8rem;font-size:.86rem;line-height:1.5;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #ea5a3d;border-radius:8px}
.shop-nonseller strong{color:#0f172a}
