/* Twój Idealny Styl Looknorth */
#ln-filter { font-family: inherit; margin-bottom: 40px; }
.ln-title { font-size: 14px; font-weight: 700; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 15px; letter-spacing: 1px; }
.ln-group { margin-bottom: 30px; }
.ln-checkbox { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; cursor: pointer; font-size: 14px; color: #333; }
.ln-checkbox input { margin-right: 12px; accent-color: #000; width: 18px; height: 18px; }
.ln-count { color: #ccc; font-size: 13px; }
.ln-price-inputs { display: flex; gap: 10px; margin-bottom: 10px; }
.ln-price-inputs input { width: 50%; border: 1px solid #eee; padding: 8px; font-weight: 700; font-size: 13px; text-align: center; }
#ln-price-range { width: 100%; accent-color: #000; cursor: pointer; margin-bottom: 15px; }
#ln-apply-btn { background: #000; color: #fff; border: none; padding: 12px; width: 100%; font-weight: 700; cursor: pointer; transition: 0.3s; letter-spacing: 1px; }
#ln-apply-btn:hover { background: #333; }
#ln-reset-btn { background: transparent; color: #666; border: 1px solid #eee; padding: 8px; width: 100%; font-size: 11px; font-weight: 700; cursor: pointer; margin-top: 10px; transition: 0.3s; }
#ln-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px; }
.ln-card { text-align: left; }
.ln-product-name { font-size: 16px; font-weight: 400; color: #000; margin: 15px 0 5px; line-height: 1.3; }
.ln-price-tag { font-size: 18px; font-weight: 700; color: #000; }
.ln-price-tag del { color: #999 !important; font-size: 14px; margin-right: 8px; }
.ln-price-tag ins { text-decoration: none; color: #000 !important; }
#ln-load-more { display: block; margin: 0 auto; background: #000; color: #fff; border: none; padding: 12px 40px; font-weight: 700; cursor: pointer; }
.ln-badge { position: absolute; top: 10px; left: 10px; background: #000; color: #fff; padding: 3px 8px; font-size: 10px; font-weight: 700; }
.ln-image-box { position: relative; }