/* Zone de tri commune aux catégories Cartons Loto, Bingo et Accessoires. */
body.category-id-5 #js-product-list-top .products__selection,
body.category-id-6 #js-product-list-top .products__selection {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 8px 12px !important;
  margin: 0 0 18px !important;
  padding: 11px 18px !important;
  border: 0 1px 1px !important;
  border-style: none solid solid !important;
  border-color: currentColor #e4e9f2 #e4e9f2 !important;
  border-radius: 0 0 18px 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(40, 58, 107, .045) !important;
}

@media (max-width: 767.98px) {
  body.category-id-5 #js-product-list-top .products__selection,
  body.category-id-6 #js-product-list-top .products__selection {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px 12px !important;
    margin-bottom: 12px !important;
    padding: 9px 12px !important;
    border-radius: 0 0 14px 14px !important;
  }

  body.category-id-5 #js-product-list-top .products__sort,
  body.category-id-6 #js-product-list-top .products__sort {
    order: 1 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.category-id-5 #js-product-list-top .products__count,
  body.category-id-6 #js-product-list-top .products__count {
    order: 2 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    color: #657087 !important;
    font-size: .72rem !important;
  }

  body.category-id-5 #js-product-list-top .products__sort-label,
  body.category-id-6 #js-product-list-top .products__sort-label {
    display: none !important;
  }

  body.category-id-5 #js-product-list-top .products__sort-dropdown,
  body.category-id-5 #js-product-list-top .products__sort-dropdown-button,
  body.category-id-6 #js-product-list-top .products__sort-dropdown,
  body.category-id-6 #js-product-list-top .products__sort-dropdown-button {
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.category-id-5 .products__selection .products__sort-dropdown-button,
  html body.category-id-6 .products__selection .products__sort-dropdown-button {
    min-height: 38px !important;
    width: 100% !important;
    padding: 6px 32px 6px 11px !important;
    border-color: #dfe5ef !important;
    border-radius: 10px !important;
    background: #f8faff !important;
    font-size: .8rem !important;
    text-align: left !important;
  }

  /* Cartons Bingo : même lecture aérée, une carte par ligne, que Cartons Loto. */
  body.category-id-5 #js-product-list .products {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.category-id-5 #js-product-list .product-miniature__inner {
    border-radius: 20px !important;
  }


  .la-category-lead__more {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0364ff;
    font: inherit;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
  }
}
