.blog-category-section{padding:60px 0;background-color:var(--bg-color, #ffffff)}.blog-category-section .blog-category-container{max-width:1200px;margin:0 auto;padding:0 40px}.blog-category-section .blog-category-title{font-family:Gotham,sans-serif;font-size:42px;font-weight:700;text-align:center;margin:0 0 40px;color:var(--title-color, #1a1a1a)}.blog-category-section .articles-filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.blog-category-section .filter-search{position:relative;flex:1;max-width:300px}.blog-category-section .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.blog-category-section .filter-search-input{width:100%;padding:8px 8px 8px 40px;border:none;border-bottom:1px solid transparent;background:transparent;font-family:Gotham,sans-serif;font-size:14px;font-weight:400;color:var(--text-color, #1a1a1a);outline:none;transition:border-color .2s ease}.blog-category-section .filter-search-input::placeholder{color:#999}.blog-category-section .filter-search-input:focus{border-bottom-color:var(--text-color, #1a1a1a)}.blog-category-section .filter-sortby{position:relative}.blog-category-section .sortby-trigger{display:flex;align-items:center;gap:8px;padding:8px 0;border:none;background:transparent;font-family:Gotham,sans-serif;font-size:14px;font-weight:400;color:var(--text-color, #1a1a1a);cursor:pointer;transition:color .2s ease}.blog-category-section .sortby-trigger:hover{color:#666}.blog-category-section .sortby-label{color:#999}.blog-category-section .sortby-current{font-weight:400}.blog-category-section .sortby-arrow{transition:transform .2s ease}.blog-category-section .sortby-trigger[aria-expanded=true] .sortby-arrow{transform:rotate(180deg)}.blog-category-section .sortby-trigger:focus{outline:2px solid #005fcc;outline-offset:2px}.blog-category-section .sortby-trigger:focus:not(:focus-visible){outline:none}.blog-category-section .sortby-dropdown{position:absolute;top:100%;right:0;min-width:200px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;margin-top:8px;padding:8px 0;list-style:none}.blog-category-section .sortby-option{padding:10px 16px;font-family:Gotham,sans-serif;font-size:14px;font-weight:400;color:var(--text-color, #1a1a1a);cursor:pointer;transition:background-color .15s ease}.blog-category-section .sortby-option:hover{background-color:#f5f5f5}.blog-category-section .sortby-option.selected{font-weight:700;color:var(--tag-color, #d4646a)}.blog-category-section .mobile-filter-trigger{display:none}.blog-category-section .blog-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.blog-category-section .article-card{background:#fff;border-radius:0;overflow:hidden;transition:transform .2s ease}.blog-category-section .article-card:hover{transform:translateY(-4px)}.blog-category-section .article-card-link{display:block;text-decoration:none;color:inherit}.blog-category-section .article-card-link:focus{outline:2px solid #005fcc;outline-offset:2px}.blog-category-section .article-card-link:focus:not(:focus-visible){outline:none}.blog-category-section .article-card-image{aspect-ratio:4 / 3;overflow:hidden;background:#f5f5f5}.blog-category-section .article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-category-section .article-card:hover .article-card-image img{transform:scale(1.05)}.blog-category-section .placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.blog-category-section .article-card-content{padding:16px 0}.blog-category-section .article-blog-badge{display:inline-block;font-family:Gotham,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;background-color:#666;padding:4px 8px;border-radius:4px;margin-bottom:8px}.blog-category-section .article-tag{display:block;font-family:Gotham,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--tag-color, #d4646a);margin-bottom:8px}.blog-category-section .article-title{font-family:Gotham,sans-serif;font-size:18px;font-weight:700;line-height:1.3;margin:0 0 8px;color:var(--text-color, #1a1a1a)}.blog-category-section .article-excerpt{font-family:Gotham,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#666;margin:0 0 12px}.blog-category-section .article-read-more{font-family:Gotham,sans-serif;font-size:14px;font-weight:400;color:var(--text-color, #1a1a1a);text-decoration:underline;text-underline-offset:2px}.blog-category-section .article-card:hover .article-read-more{text-decoration-thickness:2px}.blog-category-section .no-results-message{text-align:center;padding:60px 20px}.blog-category-section .no-results-message p{font-family:Gotham,sans-serif;font-size:16px;font-weight:400;color:#666;margin:0}.blog-category-section .load-more-container{display:flex;justify-content:center;margin-top:48px}.blog-category-section .load-more-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 48px;background:var(--button-bg, #1a1a1a);color:var(--button-text, #ffffff);border:none;border-radius:0;font-family:Gotham,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background-color .2s ease;min-width:200px;min-height:52px}.blog-category-section .load-more-button:hover{background:var(--button-hover, #333333)}.blog-category-section .load-more-button:focus{outline:2px solid #005fcc;outline-offset:2px}.blog-category-section .load-more-button:focus:not(:focus-visible){outline:none}.blog-category-section .load-more-button .button-loading{display:none;align-items:center;gap:8px}.blog-category-section .load-more-button.loading .button-text{display:none}.blog-category-section .load-more-button.loading .button-loading{display:inline-flex}.blog-category-section .loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.blog-category-section .mobile-filter-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;flex-direction:column;justify-content:flex-end}.blog-category-section .mobile-filter-modal[hidden]{display:none!important}.blog-category-section .mobile-filter-modal:not([hidden]){display:flex}.blog-category-section .mobile-filter-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.blog-category-section .mobile-filter-sheet{position:relative;background:#fff;border-radius:16px 16px 0 0;max-height:70vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.blog-category-section .mobile-filter-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.blog-category-section .mobile-filter-header h3{font-family:Gotham,sans-serif;font-size:18px;font-weight:700;margin:0;color:var(--text-color, #1a1a1a)}.blog-category-section .mobile-filter-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:#666;cursor:pointer;border-radius:50%;transition:background-color .2s ease}.blog-category-section .mobile-filter-close:hover{background:#f5f5f5}.blog-category-section .mobile-filter-options{list-style:none;margin:0;padding:16px 0;overflow-y:auto}.blog-category-section .mobile-filter-option{padding:16px 24px;font-family:Gotham,sans-serif;font-size:16px;font-weight:400;color:var(--text-color, #1a1a1a);cursor:pointer;transition:background-color .15s ease}.blog-category-section .mobile-filter-option:hover{background:#f5f5f5}.blog-category-section .mobile-filter-option.selected{font-weight:700;color:var(--tag-color, #d4646a)}@media(max-width:1024px){.blog-category-section .blog-category-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(max-width:768px){.blog-category-section{padding:40px 0}.blog-category-section .blog-category-container{padding:0 20px}.blog-category-section .blog-category-title{font-size:28px;margin-bottom:24px}.blog-category-section .articles-filter-bar{flex-wrap:wrap;gap:16px;padding-bottom:16px;margin-bottom:24px}.blog-category-section .filter-search{flex:1;max-width:none;min-width:0}.blog-category-section .filter-sortby{display:none}.blog-category-section .mobile-filter-trigger{display:flex;align-items:center;gap:8px;padding:8px 0;border:none;background:transparent;font-family:Gotham,sans-serif;font-size:14px;font-weight:400;color:var(--text-color, #1a1a1a);cursor:pointer;flex-shrink:0}.blog-category-section .mobile-filter-trigger .sortby-label{color:#999}.blog-category-section .blog-category-grid{grid-template-columns:repeat(2,1fr);gap:16px}.blog-category-section .article-title{font-size:14px}.blog-category-section .article-excerpt{display:none}.blog-category-section .article-tag{font-size:10px}.blog-category-section .article-blog-badge{font-size:9px}.blog-category-section .load-more-container{margin-top:32px}.blog-category-section .load-more-button{width:100%;padding:14px 32px}}@media(prefers-reduced-motion:reduce){.blog-category-section .article-card,.blog-category-section .article-card-image img,.blog-category-section .sortby-arrow,.blog-category-section .mobile-filter-sheet{transition:none;animation:none}.blog-category-section .loading-spinner{animation:none}}@media(prefers-contrast:high){.blog-category-section .article-card,.blog-category-section .load-more-button,.blog-category-section .sortby-dropdown{border:2px solid currentColor}}
/*# sourceMappingURL=/cdn/shop/t/169/assets/replit-blog-template-page.css.map */
