.el-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; max-width: 1200px; margin: 0 auto; }
.el-wrapper .el-products-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.el-wrapper .el-products-container * { box-sizing: border-box; }
.el-wrapper .hidden { display: none !important; }
.el-wrapper .filter-sticky-header { position: sticky; top: 20px; z-index: 99; display: flex; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(5px); padding: 10px 20px; border-radius: 50px; border: 1px solid #e5e7eb; box-shadow: 0 4px 12px rgba(0,0,0,0.08); margin-bottom: 25px; }
.el-wrapper .filter-trigger-btn { display: flex; align-items: center; gap: 8px; background: #DFF2E8; color: #1f2937; border: none; padding: 10px 20px; border-radius: 30px; font-weight: 600; cursor: pointer; font-size: 14px; transition: background 0.2s; }
.el-wrapper .filter-trigger-btn:hover { background: #cce0d8; }
.el-wrapper .result-count { font-size: 13px; color: #6b7280; font-weight: 500; }
.el-wrapper .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: all 0.2s ease; }
.el-wrapper .modal-overlay.active { opacity: 1; visibility: visible; }
.el-wrapper .modal-content { background: #fff; width: 100%; max-width: 500px; max-height: 90vh; display: flex; flex-direction: column; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transform: translateY(20px); transition: transform 0.3s ease; }
.el-wrapper .modal-overlay.active .modal-content { transform: translateY(0); }
.el-wrapper .modal-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; display: flex; justify-content: space-between; align-items: center; }
.el-wrapper .modal-title { font-weight: 700; font-size: 18px; margin: 0; color: #1f2937; }
.el-wrapper .close-btn { background: none; border: none; font-size: 24px; cursor: pointer; color: #9ca3af; }
.el-wrapper .modal-body { padding: 20px; overflow-y: auto; flex: 1; }
.el-wrapper .filter-section { margin-bottom: 25px; }
.el-wrapper .filter-section-title { font-size: 13px; font-weight: 700; text-transform: uppercase; color: #9ca3af; margin-bottom: 10px; display: block; }
.el-wrapper .checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.el-wrapper .check-label { display: flex; align-items: center; gap: 8px; font-size: 14px; cursor: pointer; padding: 5px 0; }
.el-wrapper .check-label input { accent-color: #E9D536; width: 16px; height: 16px; }
.el-wrapper .modal-footer { padding: 15px 20px; border-top: 1px solid #e5e7eb; display: flex; gap: 10px; background: #fff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.el-wrapper .reset-btn { flex: 1; background: #f3f4f6; color: #374151; border: none; padding: 12px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.el-wrapper .apply-btn { flex: 2; background: #E9D536; color: #000; border: none; padding: 12px; border-radius: 8px; font-weight: 700; cursor: pointer; }
.el-wrapper .card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; gap: 15px; transition: transform 0.2s, box-shadow 0.2s; position: relative; }
.el-wrapper .card:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); border-color: #DFF2E8; }
.el-wrapper .card-header { display: flex; align-items: center; gap: 15px; }
.el-wrapper .card-logo { width: 50px; height: 50px; object-fit: contain; border-radius: 8px; padding: 2px; border: 1px solid #f3f4f6; }
.el-wrapper .card-meta { display: flex; flex-direction: column; }
.el-wrapper .card-provider { font-size: 12px; color: #6b7280; text-transform: uppercase; font-weight: 600; letter-spacing: 0.5px; }
.el-wrapper .card-product { font-size: 16px; font-weight: 700; color: #1f2937; line-height: 1.2; }
.el-wrapper .card-price-block { background: #f9fafb; padding: 12px; border-radius: 8px; text-align: center; border: 1px dashed #e5e7eb; }
.el-wrapper .offer-box { background: #fff5f5; border: 1px dashed #f87171; color: #c53030; padding: 8px 10px; border-radius: 6px; font-size: 13px; font-weight: 700; text-align: center; margin-bottom: 5px; line-height: 1.4; }
.el-wrapper .card-price-val { font-size: 24px; font-weight: 800; color: #222222; }
.el-wrapper .card-price-unit { font-size: 13px; color: #6b7280; font-weight: 500; }
.el-wrapper .card-price-label { font-size: 11px; color: #9ca3af; margin-top: 4px; text-transform: uppercase; }
.el-wrapper .card-features { list-style: none; padding: 0; margin: 0; font-size: 14px; color: #1f2937; display: flex; flex-direction: column; gap: 8px; }
.el-wrapper .card-features li { display: flex; justify-content: space-between; border-bottom: 1px solid #f3f4f6; padding-bottom: 6px; }
.el-wrapper .card-features li:last-child { border-bottom: none; }
.el-wrapper .feat-label { color: #6b7280; }
.el-wrapper .feat-val { font-weight: 600; text-align: right; }
.el-wrapper .card-tags { display: flex; flex-wrap: wrap; gap: 6px; font-size: 11px; margin-top: auto; }
.el-wrapper .tag { background: #eef2ff; color: #4f46e5; padding: 3px 8px; border-radius: 4px; font-weight: 600; }
.el-wrapper .tag.green { background: #DFF2E8; color: #004630; }
.el-wrapper .card-btn { display: block; width: 100%; background: #145EAF; color: #FFFFFF; text-align: center; padding: 12px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: background 0.2s; text-transform: uppercase; }
.el-wrapper .card-btn:hover { background: #145EAF; }
.el-wrapper .card-update-date { text-align:center; font-size:10px; color:#9ca3af; margin-bottom: 2px; }
.el-wrapper .load-more-btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; background: #fff; color: #1f2937; border: 2px solid #e5e7eb; padding: 12px 30px; border-radius: 30px; font-weight: 700; cursor: pointer; font-size: 15px; transition: all 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.03); }
.el-wrapper .load-more-btn:hover { border-color: #d1d5db; background: #f9fafb; transform: translateY(-1px); }
.el-table-wrapper { overflow-x: auto; margin-bottom: 20px; border: 1px solid #eee; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.el-table-wrapper .el-table { width: 100%; border-collapse: collapse; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 14px; min-width: 800px; }
.el-table-wrapper .el-table th { background: #DFF2E8; color: #1f2937; text-align: left; padding: 12px; white-space: nowrap; font-weight: bold; }
.el-table-wrapper .el-table td { padding: 12px; border-bottom: 1px solid #eee; color: #333; vertical-align: middle; }
.el-table-wrapper .el-table tr:hover { background: #f9fafb; }
.el-table-wrapper .tbl-logo { width: 40px; height: 40px; object-fit: contain; }
.el-table-wrapper .tbl-prod { font-weight: 700; color: #1f2937; text-decoration: none; display: block; font-size: 15px; }
.el-table-wrapper .tbl-meta { font-size: 11px; color: #6b7280; text-transform: uppercase; font-weight: 600; }
.el-table-wrapper .tbl-price { font-weight: 800; font-size: 16px; color: #222222; }
.el-table-wrapper .tbl-btn { background: #E9D536; color: #000; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 13px; white-space: nowrap; display: inline-block; }
.el-table-wrapper .tbl-btn:hover { background: #dcc82e; }
@media (max-width: 600px) {
  .el-wrapper .modal-content { height: 100vh; max-height: 100vh; border-radius: 0; }
  .el-wrapper .filter-sticky-header { top: 10px; padding: 8px 15px; margin: 0 10px 20px 10px; }
}
