/* Preserve the theme's pagination; mirror the original load-more link on a button. */
#bottom-nav.catalog-ajax-nav .nav-load {display:block !important;}
#bottom-nav .nav-load .catalog-load-more {
 position:relative; display:inline-flex; align-items:center; justify-content:center;
 width:100%; max-width:1090px; height:60px; padding:0 25px;
 border:1px solid #f15a24; border-radius:999px; background:transparent !important;
 box-shadow:0 18px 38px rgba(238,64,59,.18); color:#f5f5f5 !important;
 font-size:18px; font-weight:800; line-height:60px;
 text-transform:uppercase; text-decoration:none; cursor:pointer;
}
#bottom-nav .nav-load .catalog-load-more::after {
 content:""; display:inline-block; width:8px; height:8px; margin-left:12px;
 border-right:2px solid currentColor; border-bottom:2px solid currentColor;
 transform:translateY(-3px) rotate(45deg);
}
#bottom-nav.catalog-ajax-nav button:disabled {opacity:.6; cursor:wait;}
#bottom-nav.catalog-ajax-nav button:focus-visible {outline:2px solid #ff7a2f; outline-offset:3px;}
.catalog-load-status {margin:8px 0; color:#aeb8bf; text-align:center; font-size:13px;}
.catalog-load-status:empty {display:none;}
