.documents-section{padding:2rem 0;min-height:60vh}.documents-header{text-align:center;margin-bottom:3rem}.documents-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.documents-description{font-size:1.1rem;color:#666;margin-bottom:2rem}.documents-search{position:relative;max-width:400px;margin:0 auto}.search-input{width:100%;padding:12px 40px 12px 16px;border:2px solid #ddd;border-radius:25px;font-size:16px;transition:all .3s ease}.search-input:focus{outline:none;border-color:#f70b17;box-shadow:0 0 0 3px #f70b171a}.search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.search-clear:hover{color:#f70b17}.documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 1rem}@media (min-width: 1200px){.documents-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 992px) and (max-width: 1199px){.documents-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 991px){.documents-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 576px) and (max-width: 767px){.documents-grid{grid-template-columns:repeat(2,1fr)}}.document-item{background:#fff;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.document-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.document-image-wrapper{position:relative;height:200px;overflow:hidden}.document-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.document-item:hover .document-image{transform:scale(1.05)}.document-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;color:#999}.document-badge{position:absolute;top:12px;right:12px;background:#f70b17;color:#fff;padding:4px 8px;border-radius:3px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.document-content{padding:1rem;flex:1;display:flex;flex-direction:column}.document-product-name{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem;line-height:1.3}.document-description{color:#666;font-size:.9rem;margin-bottom:1rem;flex:1}.document-actions{display:flex;flex-direction:column;gap:.5rem;flex-wrap:wrap;justify-content:space-between}.document-download-btn,.document-view-btn{display:inline-flex;align-items:center;width:100%;gap:.5rem;padding:4px 16px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;flex:1;justify-content:center;min-width:0}.document-download-btn{background:#f70b17;color:#fff}.document-download-btn:hover{background:#d60915;color:#fff;text-decoration:none}.document-view-btn{background:#f8f9fa;color:#333;border:1px solid #ddd}.document-view-btn:hover{background:#e9ecef;color:#333;text-decoration:none}.no-results{text-align:center;padding:4rem 2rem}.no-results-content svg{color:#999;margin-bottom:1rem}.no-results-content h3{color:#333;margin-bottom:.5rem}.no-results-content p{color:#666}.document-item.hidden{display:none}.document-item.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/documents.css.map */
