.template-collection:has(.coll-more-scroll .load-more) .section-end-of-collection,
.template-search:has(.coll-more-scroll .load-more) .section-end-of-collection{display:none;}
.end-of-collection{display:grid;gap:24px;text-align:center;}
.end-of-collection p{color:var(--black-30);font-size:14px;line-height:130%;}
@media(min-width:992px){
  .section-end-of-collection{padding-bottom:48px;}
}
@media(max-width:991px){
  .section-end-of-collection{padding-bottom:32px;}
}