.search-container{position:relative;max-width:700px;margin:0 auto;margin-bottom:var(--spacing-xl)}.search-input{padding:var(--spacing-md) var(--spacing-lg);padding-right:3.5rem;border:1px solid var(--color-border);border-radius:var(--border-radius-sm);font-family:var(--font-family-primary);font-size:var(--font-size-sm);line-height:var(--line-height-sm);width:100%;transition:all .3s ease;background:var(--color-bg-primary);box-shadow:var(--shadow-default);color:var(--color-text-primary)}.search-input:focus{border-color:var(--color-primary);box-shadow:var(--shadow-overlay);outline:none}.search-input::placeholder{color:var(--color-text-secondary);font-weight:var(--font-weight-normal)}.search-icon{position:absolute;right:var(--spacing-lg);top:50%;transform:translateY(-50%);color:var(--color-text-secondary);font-size:var(--font-size-lg);transition:color .3s ease}.search-input:focus+.search-icon{color:var(--color-primary)}.filters-sidebar{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--border-radius-xl);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-default);position:sticky;top:var(--spacing-lg);height:fit-content;max-height:calc(100vh - 4rem);overflow-y:auto}.filter-title{font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text-primary);margin-bottom:var(--spacing-md);border-bottom:1px solid var(--color-border);padding-bottom:var(--spacing-sm)}.filter-list{display:flex;flex-direction:column;gap:var(--spacing-xs)}.filter-item{background:transparent;border:1px solid transparent;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius-sm);font-family:var(--font-family-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.filter-item:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary);border-color:var(--color-border)}.filter-item.active{background:var(--color-primary-light);color:var(--color-primary);border-color:var(--color-primary);font-weight:var(--font-weight-medium)}.filter-item.active:hover{background:var(--color-primary-light);border-color:var(--color-primary)}.exchange-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.exchange-product-card{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--border-radius-md);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;position:relative;box-shadow:var(--shadow-default);animation:fadeInUp .6s ease-out}.exchange-product-card:hover{box-shadow:var(--shadow-overlay);transform:translateY(-2px);border-color:#27ae60}.exchange-product-card .card-product{height:420px;display:flex;flex-direction:column;border:none;border-radius:var(--border-radius-md)}.exchange-product-card .product-image{background:#fff;padding:var(--spacing-lg);text-align:center;height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:2px solid rgba(0,0,0,.5);box-shadow:0 2px 4px #0000001a}.exchange-product-card .product-image img{width:auto;height:auto;max-width:120px;max-height:120px;min-width:60px;min-height:60px;object-fit:contain;transition:transform .3s ease}.exchange-product-card:hover .product-image img{transform:scale(1.02)}.exchange-product-card .card-body{flex:1;display:flex;flex-direction:column;padding:var(--spacing-lg);background:var(--color-bg-primary)}.exchange-product-card .product-title{font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text-primary);margin-bottom:0!important;line-height:1.4;height:auto;max-height:2.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.exchange-product-card .product-title a{color:#000!important;text-decoration:none;transition:color .2s ease}.exchange-product-card .product-title a:hover{color:#000!important}.exchange-product-card .product-vendor{font-family:var(--font-family-primary);font-size:var(--font-size-xs);color:var(--color-text-secondary);font-weight:var(--font-weight-normal);margin-bottom:var(--spacing-xs);height:1.4rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.exchange-product-card .product-description{font-family:var(--font-family-primary);font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-bottom:var(--spacing-lg);height:4.2rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.exchange-product-card .product-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #f1f3f4}.exchange-product-card .product-category{font-size:.75rem;padding:.5rem 1rem;border-radius:24px;background:linear-gradient(135deg,#f1f3f4,#e9ecef);color:#495057;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.exchange-product-card .pricing-badge{font-size:.75rem;padding:.5rem 1rem;border-radius:24px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}.exchange-product-card .pricing-badge.bg-success{background:linear-gradient(135deg,#28a745,#20c997)!important;color:#fff!important}.exchange-product-card .pricing-badge.bg-warning{background:linear-gradient(135deg,#ffc107,#fd7e14)!important;color:#212529!important}.exchange-product-card .pricing-badge.bg-primary{background:linear-gradient(135deg,#007bff,#06c)!important;color:#fff!important}.exchange-product-card .badges{position:absolute;top:1rem;left:1rem;z-index:2}.exchange-product-card .badges .badge{font-size:.7rem;padding:.375rem .75rem;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.results-summary,.mobile-filter-controls,.mobile-filter-modal{display:none!important}@media (min-width: 769px){.results-summary,.mobile-filter-controls,.mobile-filter-modal{display:none!important}}@media (max-width: 768px){.results-summary{display:block!important}.filters-sidebar,.sort-count-bar,.sort-controls{display:none!important}.mobile-filter-controls{position:fixed!important;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:12px 16px;display:flex!important;gap:12px;z-index:1000;box-shadow:0 -4px 12px #0000001a}.mobile-filter-btn,.mobile-sort-btn{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-family:var(--font-family-primary);font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease}.mobile-filter-btn:hover,.mobile-sort-btn:hover{background:#f9fafb;border-color:#9ca3af}.mobile-filter-btn.has-filters{background:#3751ff;color:#fff;border-color:#3751ff}.mobile-filter-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:none}.mobile-filter-modal.show{display:block}.mobile-filter-content{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;max-height:80vh;overflow-y:auto;padding:20px}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.mobile-filter-title{font-size:18px;font-weight:600;color:#111827}.mobile-filter-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px}.mobile-filter-actions{display:flex;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.mobile-clear-btn,.mobile-apply-btn{flex:1;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.mobile-clear-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.mobile-apply-btn{background:#3751ff;border:1px solid #3751FF;color:#fff}.exchange-product-grid-section{padding-bottom:80px}.mobile-filter-modal .filter-header{width:100%;text-align:left;padding:12px 0;border:none;background:none;font-size:16px;font-weight:600;color:#111827;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.mobile-filter-modal .filter-content{display:none;padding:8px 0}.mobile-filter-modal .filter-content.show{display:block}.mobile-filter-modal .filter-option{width:100%;text-align:left;padding:10px 12px;margin-bottom:4px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease}.mobile-filter-modal .filter-option.active{background:#3751ff;color:#fff;border-color:#3751ff}}@media (max-width: 1400px){.exchange-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width: 992px){.exchange-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.filters-sidebar{margin-bottom:1.5rem;padding:1.25rem}.exchange-product-card .product-image{height:150px;padding:1rem}.exchange-product-card .product-image img{max-width:100px;max-height:100px;min-width:50px;min-height:50px}}@media (max-width: 768px){.exchange-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 4px}}@media (max-width: 576px){.exchange-grid{grid-template-columns:1fr;gap:16px;padding:0 8px}}.pagination-parent{margin-top:4rem;padding-top:2rem;border-top:1px solid #e9ecef}.pagination{justify-content:center;gap:.5rem}.pagination .page-link{color:#000;border:2px solid #e9ecef;padding:.75rem 1rem;border-radius:12px;font-weight:600;transition:all .3s ease;background:#fff}.pagination .page-link:hover{background:#f8f9fa;border-color:#06c;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc26}.pagination .page-item.active .page-link{background:linear-gradient(135deg,#06c,#007bff);border-color:#06c;color:#000;box-shadow:0 4px 12px #0066cc4d}@media (max-width: 768px){.pagination-controls{justify-content:center;align-items:center}.pagination-buttons{display:flex;justify-content:center;align-items:center;gap:12px;width:100%}.pagination-btn{padding:8px 12px!important;font-size:14px!important;min-width:40px;flex-shrink:0}.items-per-page,.pagination-controls .items-per-page{display:none!important}}@media (max-width: 480px){.pagination-buttons{gap:4px}.pagination-btn{padding:6px 10px!important;font-size:12px!important;min-width:36px}}#load-more{padding:1rem 2.5rem;font-weight:600;border-radius:50px;background:linear-gradient(135deg,#06c,#007bff);border:none;box-shadow:0 4px 12px #0066cc4d;transition:all .3s ease;color:#000}#load-more:hover{transform:translateY(-2px);box-shadow:0 8px 24px #06c6;color:#000}
/*# sourceMappingURL=/cdn/shop/t/30/assets/exchange-product-grid.css.map */
