.cih-pdf-viewer{
  width:100%;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #EEF2F6;
  box-shadow: 0 10px 28px rgba(16,24,40,.06);
  background:#fff;
  margin-top: 80px;
}

.cih-pdf-viewer iframe{
  width:100%;
  height: 820px;
  border:0;
  display:block;
}


/* Container + header */
.cih-shop__header{margin:20px 0 10px}
.cih-shop__title{font-size:54px; line-height:1.05; margin:0}

/* Topbar tri + résultats */
.cih-shop__topbar{display:flex; justify-content:flex-end; margin:10px 0 18px}

/* Grid produits */
.woocommerce ul.products{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:28px;
  margin:0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{display:none !important;}

@media (max-width:1200px){
  .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:992px){
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
  .cih-pdf-viewer iframe{ height: 640px; }
  .cih-pdf-viewer{margin-top: 40px;}
}
@media (max-width:600px){
  .woocommerce ul.products{grid-template-columns:1fr}
}

/* Bouton add to cart */
.cih-card__cta .button{
  width:100%;
  border-radius:10px;
  padding:12px 14px;
}

/* Price align */
.cih-card__price{margin-top:8px; color:#9a8b1a; font-weight:600;}


