@charset "UTF-8";.Pagination{align-items:center;display:flex;justify-content:center;margin:0;gap:.75rem}.Pagination--header{gap:.5rem}.Pagination .nav-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;width:36px;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000000a;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-decoration:none;color:#64748b}.Pagination .nav-btn:hover:not(.disabled){background-color:#f8fafc;border-color:#00000026;color:#4a5d4e;transform:translateY(-1px);box-shadow:0 4px 6px #0000000f}.Pagination .nav-btn:active:not(.disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000a}.Pagination .nav-btn.disabled,.Pagination .nav-btn[disabled]{opacity:.25;cursor:default;pointer-events:none;box-shadow:none;background:#00000005;border-color:transparent}@media(max-width:640px){.Pagination .nav-btn{height:44px;width:44px;border-radius:12px}}.Pagination .nav-btn :global(svg){display:block;height:16px;width:16px;opacity:.7;transition:opacity .2s ease}.Pagination .nav-btn:hover :global(svg){opacity:1}.Pagination .text{font-family:Inter,sans-serif;font-size:.85rem;display:flex;align-items:center;color:#64748b;font-weight:500;letter-spacing:-.01em;white-space:nowrap;background:#0000000a;padding:4px 12px;border-radius:20px;user-select:none}@media(max-width:640px){.Pagination .text{font-size:.9rem;padding:6px 16px}}.LensesHub{margin:0;padding:10px 24px 60px;color:#0f172a;container-name:lenses-hub;container-type:inline-size}.LensesHub__ndpixPromo{margin:0 0 2rem}.LensesHub__tabsContainer{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px}.LensesHub__tabs{display:flex;flex-wrap:wrap;gap:12px}.LensesHub__tabsWrap{flex:1 1 auto;min-width:0}.LensesHub__tab{border:1px solid #cbd5f5;background:#f8fafc;color:#334155;padding:8px 16px;border-radius:999px;font-weight:600;font-size:.95rem;line-height:normal;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;text-decoration:none;display:inline-block;box-sizing:border-box;text-align:center;white-space:nowrap}.LensesHub__tab,.LensesHub__tab:link,.LensesHub__tab:visited{color:#334155}.LensesHub__tab:hover{background:#eef2ff;border-color:#a5b4fc;color:#1e1b4b}.LensesHub__tab--active{background:#1e293b;color:#f8fafc;border-color:#1e293b}.LensesHub__tab--active,.LensesHub__tab--active:link,.LensesHub__tab--active:visited{color:#f8fafc}.LensesHub__tab--more{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.LensesHub__moreCaret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform .2s ease}.LensesHub__tab--more.is-open .LensesHub__moreCaret{transform:rotate(-135deg) translateY(-1px)}.LensesHub__moreRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;padding:10px 12px;border:1px solid #d9e1ef;border-radius:16px;background:#f8fafc}.LensesHub__moreRow[hidden]{display:none}.LensesHub__intro{margin:-4px 0 24px;padding:10px 12px;border:1px solid #e6e9ef;border-left:3px solid #768a6f;border-radius:10px;background:#f6f8fa}.LensesHub__introPreview{display:flex;align-items:flex-start;gap:12px}.LensesHub__introExcerpt{margin:0;flex:1 1 auto;color:#64748b;line-height:1.4;font-size:.86rem}.LensesHub__introInfoBtn{flex-shrink:0;border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.LensesHub__introInfoBtn:hover{background:#eef2ff;border-color:#c7d2fe;color:#312e81}.LensesHub__introInfoBtn:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f129}.LensesHub__brandDialog{border:none;padding:0;margin:auto;width:min(720px,100vw - 24px);max-height:min(86vh,820px);background:transparent}.LensesHub__brandDialog::backdrop{background:#0f172a7a;backdrop-filter:blur(2px)}.LensesHub__brandDialogCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 22px 60px #0f172a38;padding:16px}.LensesHub__brandDialogHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.LensesHub__brandDialogTitle{margin:0;color:#0f172a;font-size:1rem;line-height:1.2}.LensesHub__brandDialogClose{width:32px;height:32px;border-radius:10px;border:1px solid #dbe3ef;background:#fff;color:#475569;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.LensesHub__brandDialogClose svg{display:block}.LensesHub__brandDialogClose:hover{background:#f8fafc;color:#0f172a}.LensesHub__brandDialogMeta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.LensesHub__brandDialogField{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.LensesHub__brandDialogLabel{margin:0 0 4px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#64748b}.LensesHub__brandDialogValue{color:#1e293b;font-size:.92rem;line-height:1.4;overflow-wrap:anywhere}.LensesHub__brandDialogLink{color:#1d4ed8;text-decoration:none;font-weight:600}.LensesHub__brandDialogLink:hover{text-decoration:underline}.LensesHub__brandDialogMuted{color:#94a3b8}.LensesHub__brandDialogBody{max-height:min(48vh,420px);overflow:auto;padding-right:4px}.LensesHub__brandDialogBody p{margin:0;color:#334155;line-height:1.55;font-size:.93rem}.LensesHub__brandDialogBody p+p{margin-top:10px}.LensesHub__brandSelect{display:none;width:100%}.LensesHub__brandSelect .LensesHub__brandLabel{display:block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;color:#64748b}.LensesHub__brandSelect .LensesHub__brandSelectControl{position:relative;width:100%}.LensesHub__brandSelect .LensesHub__brandSelectControl select{width:100%;border-radius:16px;border:1px solid #cbd5f5;background:#f8fafc;color:#1e293b;font-weight:600;font-size:.95rem;padding:12px 44px 12px 16px;appearance:none;box-shadow:0 14px 30px #0f172a14;transition:border-color .2s ease,box-shadow .2s ease}.LensesHub__brandSelect .LensesHub__brandSelectControl select:focus{outline:none;border-color:#4c51bf;box-shadow:0 0 0 3px #4c51bf33}.LensesHub__brandSelect .LensesHub__brandSelectControl .LensesHub__brandSelectIcon{position:absolute;top:0;bottom:0;right:14px;margin:auto;width:12px;height:12px;pointer-events:none;border-right:2px solid #475569;border-bottom:2px solid #475569;transform:rotate(45deg)}.LensesHub__filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-bottom:40px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.LensesHub__collapsibleFilters{display:contents}.LensesHub__filterGroup{display:flex;flex-direction:column;gap:6px;flex:1;min-width:140px;max-width:220px}.LensesHub__filterGroup label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.LensesHub__filterGroup select{padding:10px 14px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:.95rem;font-weight:500;color:#1e293b;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.LensesHub__filterGroup select:hover{border-color:#94a3b8}.LensesHub__filterGroup select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.LensesHub__search{margin-left:auto;min-width:220px;display:flex;justify-content:flex-end}@media(max-width:600px){.LensesHub__search{width:100%;margin-left:0;margin-top:10px}}.LensesHub__viewAllBtn{padding:10px 20px;border-radius:8px;border:none;background:#1e293b;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s ease,transform .1s ease;white-space:nowrap}.LensesHub__viewAllBtn:hover{background:#0f172a}.LensesHub__viewAllBtn:active{transform:scale(.98)}.LensesHub__clearBtn{padding:10px 20px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#64748b;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.LensesHub__clearBtn:hover{background:#f8fafc;border-color:#94a3b8;color:#475569}.LensesHub__clearBtn:active{transform:scale(.98)}.LensesHub__counter{margin-bottom:20px;padding:0 4px}.LensesHub__counter #counter-text{font-size:.85rem;color:#64748b;font-weight:500}.LensesHub__section{margin-bottom:48px}.LensesHub__section h2{font-size:1rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e2e8f0;padding-bottom:12px;margin:0 0 24px;display:flex;justify-content:space-between;align-items:center}.LensesHub__recentGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media(max-width:768px){.LensesHub__recentGrid{gap:16px}}@media(max-width:480px){.LensesHub__recentGrid{grid-template-columns:1fr}}.LensesHub__recentCard{text-decoration:none;color:inherit;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.LensesHub__recentCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f172a1a;border-color:#cbd5e1}.LensesHub__recentCard:hover .LensesHub__recentThumb img{transform:scale(1.05)}.LensesHub__recentCard:hover h3{color:#2563eb}.LensesHub__recentCard .LensesHub__recentThumb{aspect-ratio:4/3;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #f1f5f9;padding:32px;box-sizing:border-box}.LensesHub__recentCard .LensesHub__recentThumb img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.LensesHub__recentCard .LensesHub__recentThumb span{font-size:.85rem;color:#94a3b8}.LensesHub__recentCard .LensesHub__cardBody{padding:14px 16px 16px;flex:1;display:flex;flex-direction:column;gap:2px}.LensesHub__recentCard .LensesHub__brand{font-size:.7rem;text-transform:uppercase;color:#94a3b8;font-weight:700;letter-spacing:.06em}.LensesHub__recentCard h3{font-size:.95rem;font-weight:600;color:#1e293b;margin:0;line-height:1.35;transition:color .15s ease}.LensesHub__recentCard .LensesHub__specs{font-size:.8rem;color:#64748b;margin-top:2px}.LensesHub__recentCard .LensesHub__category{font-size:.75rem;color:#3b82f6;margin-top:2px}.LensesHub__recentCard .LensesHub__badges{display:flex;gap:6px;margin-top:8px}.LensesHub__recentCard .LensesHub__badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.65rem;font-weight:700;background:#fce7f3;color:#be185d}.LensesHub__recentCard--viewAll{background:linear-gradient(135deg,#f8fafc,#eef2ff);border:2px dashed #cbd5e1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;gap:16px;cursor:pointer}.LensesHub__recentCard--viewAll:hover{border-color:#3b82f6;background:linear-gradient(135deg,#eef2ff,#dbeafe)}.LensesHub__recentCard--viewAll:hover .LensesHub__viewAllIcon{color:#2563eb;transform:scale(1.1)}.LensesHub__recentCard--viewAll:hover .LensesHub__viewAllText{color:#1e40af}.LensesHub__viewAllIcon{color:#64748b;transition:transform .2s ease,color .2s ease}.LensesHub__viewAllText{font-size:1rem;font-weight:600;color:#475569;transition:color .2s ease}.LensesHub__error{text-align:center;padding:60px;color:#ef4444;background:#fef2f2;border-radius:12px;border:1px solid #fecaca;margin-top:40px}@media(min-width:768px)and (max-width:1279px),(min-width:768px)and (max-height:720px)and (max-width:1439px){.LensesHub{padding:8px 18px 48px}.LensesHub__tabsContainer{gap:14px;margin-bottom:22px}.LensesHub__tabs{gap:8px}.LensesHub__tab{padding:7px 14px;font-size:.85rem}.LensesHub__moreRow{gap:8px;margin-top:10px;padding:8px 10px;border-radius:12px}.LensesHub__intro{margin:-2px 0 18px;padding:8px 10px}.LensesHub__introPreview{gap:10px}.LensesHub__introExcerpt{display:-webkit-box;overflow:hidden;font-size:.8rem;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.LensesHub__introInfoBtn{padding:5px 9px;font-size:.7rem}.LensesHub__filters{gap:12px;margin-bottom:28px;padding:14px;border-radius:10px}.LensesHub__filterGroup{min-width:128px;max-width:190px}.LensesHub__filterGroup label{font-size:.68rem}.LensesHub__filterGroup select{padding:8px 11px;font-size:.84rem}.LensesHub__counter{margin-bottom:14px}.LensesHub__recentGrid{gap:18px}.LensesHub__adSlot{margin:1.5rem 0}.LensesHub__adSlot--mid{margin:2rem 0}.Lenses__pagination{margin-top:16px;gap:10px}.Lenses__btn{padding:8px 12px;font-size:.84rem}.Lenses__pageInfo{font-size:.86rem}.Lenses__booksWidget{margin-top:42px}.Lenses__booksWidget .BooksWidget__grid--row{gap:1.5rem}.Lenses__booksWidget .BooksWidget__grid--row .BooksWidget__item{width:132px}.Lenses__booksWidget .BooksWidget__title{margin-bottom:1.5rem;font-size:.95rem}}@media(max-width:600px){.LensesHub{padding:10px 16px 40px}.LensesHub__brandDialogMeta{grid-template-columns:1fr}.LensesHub__filters{flex-direction:column;align-items:stretch;gap:0;padding:0 20px;margin-bottom:16px}.LensesHub__collapsibleFilters{display:flex;flex-direction:column;gap:12px;max-height:0;overflow:hidden;opacity:0;margin-bottom:0;transition:max-height .3s ease,opacity .3s ease,margin-bottom .3s ease}.LensesHub__collapsibleFilters--open{max-height:1000px;opacity:1;margin-bottom:16px}.LensesHub__search{margin-top:10px;width:100%}.LensesHub__filterGroup{max-width:none}.LensesHub__viewAllBtn{width:100%}}@media(max-width:768px){.LensesHub__tabsContainer{flex-direction:row;align-items:flex-end;gap:16px}.LensesHub__tabsWrap,.LensesHub__tabs{display:none}.LensesHub__brandSelect{display:block;flex:1}.LensesHub__introPreview{flex-direction:column;gap:8px}.LensesHub__introInfoBtn{align-self:flex-start}}.Lenses__pagination{margin:20px 0 0;display:flex;align-items:center;justify-content:center;gap:12px}.Lenses__pageInfo{font-weight:600;color:#0f172a}.Lenses__btn{border:none;border-radius:6px;padding:10px 14px;font-weight:600;background:#0f172a;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}.Lenses__btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a26}.Lenses__btn:disabled{opacity:.6;cursor:not-allowed}.Lenses__btn--ghost{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.18);box-shadow:none}.Lenses__booksWidget{margin-top:60px;width:100%}.Lenses__booksWidget .BooksWidget__grid{gap:1rem}.Lenses__booksWidget .BooksWidget__grid--row{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.Lenses__booksWidget .BooksWidget__grid--row .BooksWidget__item{width:160px}.Lenses__booksWidget .BooksWidget__item{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px;box-shadow:0 4px 6px #00000005;transition:all .2s ease}.Lenses__booksWidget .BooksWidget__item:hover{transform:translateY(-4px);box-shadow:0 12px 20px #00000014;border-color:#0000001f}.Lenses__booksWidget .BooksWidget__thumb{aspect-ratio:2/3;border-radius:6px;overflow:hidden;background-color:#f8fafc;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 4px #0000000a}.Lenses__booksWidget .BooksWidget__thumb img{object-fit:cover;display:block;width:100%;height:100%}.Lenses__booksWidget .BooksWidget__item:hover .BooksWidget__thumb{transform:none;box-shadow:0 2px 4px #0000000a}.Lenses__booksWidget .BooksWidget__title{font-size:1.1rem;margin-bottom:2.5rem;padding-left:0;border-left:none;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-align:center;width:100%;color:#0f172a}.Lenses__booksWidget .BooksWidget__content{padding:.75rem 0 0;text-align:left}.Lenses__booksWidget .BooksWidget__bookTitle{font-size:.85rem;line-height:1.25;margin-bottom:.25rem}.Lenses__booksWidget .BooksWidget__category{font-size:.65rem;margin-bottom:.25rem;line-height:1.2;display:block}.Lenses__booksWidget .BooksWidget__author{font-size:.75rem}.LensesHub__adSlot{margin:2rem 0}.LensesHub__adSlot--mid{grid-column:1/-1;margin:4rem 0}.LensesHub__adSlot--bottom{margin-bottom:0}@container lenses-hub (max-width: 920px){.LensesHub__recentGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container lenses-hub (max-width: 520px){.LensesHub__recentGrid{grid-template-columns:1fr}}.Lenses__filterToggle{display:none;width:100%;padding:12px 16px;margin-bottom:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-weight:600;color:#1e293b;cursor:pointer;transition:all .2s ease;align-items:center;justify-content:space-between}.Lenses__filterToggle:hover{background:#eef2ff;border-color:#cbd5e1}.Lenses__filterToggle:active{transform:scale(.98)}@media(max-width:600px){.Lenses__filterToggle{display:flex}}.Lenses__filterToggleIcon{font-size:.75rem;transition:transform .3s ease;margin-left:8px}.LensesTable__promo[data-astro-cid-h6jswqmw]{margin-top:2rem}.LensesTable__card[data-astro-cid-h6jswqmw]{margin-top:18px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0f172a0a}.LensesTable__tabsBar[data-astro-cid-h6jswqmw]{display:flex;align-items:stretch;gap:2px;padding:0 10px;border-bottom:1px solid #e2e8f0;background:#fff;border-radius:12px 12px 0 0;overflow-x:auto;scrollbar-width:none}.LensesTable__tabsBar[data-astro-cid-h6jswqmw]::-webkit-scrollbar{display:none}.LensesTable__tab[data-astro-cid-h6jswqmw]{display:inline-flex;align-items:center;padding:13px 12px 11px;border:none;border-bottom:2px solid transparent;background:none;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .15s ease}.LensesTable__tab[data-astro-cid-h6jswqmw]:hover{color:#0f172a}.LensesTable__tab--active[data-astro-cid-h6jswqmw]{color:#0f172a;border-bottom-color:#4a5d4e}.LensesTable__moreRow[data-astro-cid-h6jswqmw]{display:flex;flex-wrap:wrap;gap:2px;padding:4px 10px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.LensesTable__moreRow[data-astro-cid-h6jswqmw][hidden]{display:none}.LensesTable__moreRow[data-astro-cid-h6jswqmw] .LensesTable__tab[data-astro-cid-h6jswqmw]{padding:9px 10px 7px}.LensesTable__brandSelect[data-astro-cid-h6jswqmw]{display:none;flex-direction:column;gap:6px;padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#fff;border-radius:12px 12px 0 0}.LensesTable__brandSelectLabel[data-astro-cid-h6jswqmw]{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.LensesTable__brandSelectControl[data-astro-cid-h6jswqmw]{position:relative}.LensesTable__brandSelectControl[data-astro-cid-h6jswqmw] select[data-astro-cid-h6jswqmw]{width:100%;appearance:none;-webkit-appearance:none;padding:10px 40px 10px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:.9rem;font-weight:600;color:#0f172a;cursor:pointer;color-scheme:light}.LensesTable__brandSelectControl[data-astro-cid-h6jswqmw] select[data-astro-cid-h6jswqmw]:focus{outline:none;border-color:#94a3b8}.LensesTable__brandSelectCaret[data-astro-cid-h6jswqmw]{position:absolute;right:14px;top:50%;width:8px;height:8px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-70%) rotate(45deg);pointer-events:none}.LensesTable__brandStrip[data-astro-cid-h6jswqmw]{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;padding:10px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.LensesTable__brandStripLabel[data-astro-cid-h6jswqmw]{flex-shrink:0;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.LensesTable__brandExcerpt[data-astro-cid-h6jswqmw]{margin:0;flex:1 1 auto;min-width:0;font-size:.8rem;line-height:1.45;color:#64748b;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.LensesTable__brandInfoBtn[data-astro-cid-h6jswqmw]{flex-shrink:0;border:none;background:none;padding:0;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4a5d4e;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.LensesTable__brandInfoBtn[data-astro-cid-h6jswqmw]:hover{text-decoration:none}.LensesTable__toolbar[data-astro-cid-h6jswqmw]{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#fff}.LensesTable__search[data-astro-cid-h6jswqmw]{width:min(320px,100%);padding:10px 16px;border:1px solid #e2e8f0;border-radius:999px;font-size:.85rem;color:#0f172a;background:#fff;outline:none;transition:border-color .15s ease}.LensesTable__search[data-astro-cid-h6jswqmw]:focus{border-color:#94a3b8}.LensesTable__search[data-astro-cid-h6jswqmw]::placeholder{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.LensesTable__swipeHint[data-astro-cid-h6jswqmw]{display:none;margin:0;padding:8px 16px 0;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.LensesTable__wrap[data-astro-cid-h6jswqmw]{background:#fff}.LensesTable__table[data-astro-cid-h6jswqmw]{width:100%;border-collapse:collapse;font-size:.9rem;color:#0f172a}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] th[data-astro-cid-h6jswqmw]{position:sticky;top:0;z-index:3;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px;text-align:left;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;white-space:nowrap}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] th[data-astro-cid-h6jswqmw] button[data-astro-cid-h6jswqmw]{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:0;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] th[data-astro-cid-h6jswqmw] button[data-astro-cid-h6jswqmw]:hover{color:#4a5d4e}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] th[data-astro-cid-h6jswqmw] button[data-astro-cid-h6jswqmw] .LensesTable__sortArrow[data-astro-cid-h6jswqmw]:after{content:""}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] th[data-astro-cid-h6jswqmw] button[data-astro-cid-h6jswqmw][data-active][data-dir=asc] .LensesTable__sortArrow[data-astro-cid-h6jswqmw]:after{content:"▲";font-size:.6rem}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] th[data-astro-cid-h6jswqmw] button[data-astro-cid-h6jswqmw][data-active][data-dir=desc] .LensesTable__sortArrow[data-astro-cid-h6jswqmw]:after{content:"▼";font-size:.6rem}.LensesTable__item[data-astro-cid-h6jswqmw]{border-bottom:1px solid #f1f5f9}.LensesTable__row[data-astro-cid-h6jswqmw]{background:#fff;cursor:pointer;transition:background .12s ease}.LensesTable__row[data-astro-cid-h6jswqmw] td[data-astro-cid-h6jswqmw]{padding:12px;vertical-align:middle;background:inherit;white-space:nowrap}.LensesTable__row[data-astro-cid-h6jswqmw]:hover{background:#f8fafc}.LensesTable__item[data-astro-cid-h6jswqmw]:nth-of-type(2n) .LensesTable__row[data-astro-cid-h6jswqmw]{background:#fafaf8}.LensesTable__item[data-astro-cid-h6jswqmw]:nth-of-type(2n) .LensesTable__row[data-astro-cid-h6jswqmw]:hover{background:#f1f5f9}.LensesTable__item[data-astro-cid-h6jswqmw].is-selected .LensesTable__row[data-astro-cid-h6jswqmw]{background:#f4f5f4}.LensesTable__item[data-astro-cid-h6jswqmw].is-selected .LensesTable__row[data-astro-cid-h6jswqmw] td[data-astro-cid-h6jswqmw]:first-child{box-shadow:inset 3px 0 #4a5d4e}.LensesTable__item[data-astro-cid-h6jswqmw].is-open .LensesTable__row[data-astro-cid-h6jswqmw]{background:#f1f5f9}.LensesTable__item[data-astro-cid-h6jswqmw].is-open .LensesTable__row[data-astro-cid-h6jswqmw] td[data-astro-cid-h6jswqmw]:first-child{box-shadow:inset 3px 0 #4a5d4e59}.LensesTable__colCheck[data-astro-cid-h6jswqmw]{width:40px}.LensesTable__colCheck[data-astro-cid-h6jswqmw] input[data-astro-cid-h6jswqmw][type=checkbox]{width:16px;height:16px;accent-color:#4A5D4E;cursor:pointer}.LensesTable__colCheck[data-astro-cid-h6jswqmw] input[data-astro-cid-h6jswqmw][type=checkbox]:disabled{opacity:.35;cursor:not-allowed}.LensesTable__colThumb[data-astro-cid-h6jswqmw]{width:64px}.LensesTable__colThumb[data-astro-cid-h6jswqmw] img[data-astro-cid-h6jswqmw]{display:block;width:52px;height:36px;object-fit:contain}@media(hover:hover)and (min-width:768px){.LensesTable__colThumb[data-astro-cid-h6jswqmw] img[data-astro-cid-h6jswqmw]{position:relative;transform-origin:left center;transition:transform .18s ease,box-shadow .18s ease}.LensesTable__colThumb[data-astro-cid-h6jswqmw]:hover img[data-astro-cid-h6jswqmw]{transform:scale(2.6);z-index:6;background:#fff;border-radius:4px;box-shadow:0 6px 18px #0f172a33}}.LensesTable__thumbPlaceholder[data-astro-cid-h6jswqmw]{display:block;width:52px;height:36px;border-radius:4px;background:repeating-linear-gradient(45deg,#f1f5f9,#f1f5f9 4px,#e8edf3 4px 8px)}.LensesTable__colModel[data-astro-cid-h6jswqmw]{min-width:180px;white-space:normal!important}.LensesTable__modelLink[data-astro-cid-h6jswqmw]{font-weight:700;color:#0f172a;text-decoration:none}.LensesTable__modelLink[data-astro-cid-h6jswqmw]:hover{color:#4a5d4e}.LensesTable__rumorPill[data-astro-cid-h6jswqmw]{display:inline-flex;align-items:center;margin-left:8px;border-radius:999px;background:#92400e;color:#fff7ed;font-size:.55rem;font-weight:800;letter-spacing:.08em;padding:2px 7px;line-height:1.2;text-transform:uppercase;vertical-align:middle}.LensesTable__colFocal[data-astro-cid-h6jswqmw],.LensesTable__colAperture[data-astro-cid-h6jswqmw]{width:100px;color:#334155}.LensesTable__colMount[data-astro-cid-h6jswqmw]{width:120px;color:#334155}.LensesTable__colPrice[data-astro-cid-h6jswqmw]{width:90px;font-weight:700}.LensesTable__colExtra[data-astro-cid-h6jswqmw]{display:none;color:#334155}.LensesTable__colCaret[data-astro-cid-h6jswqmw]{width:44px;text-align:right}.LensesTable__expandBtn[data-astro-cid-h6jswqmw]{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:#64748b}.LensesTable__expandBtn[data-astro-cid-h6jswqmw]:hover{background:#e2e8f0;color:#0f172a}.LensesTable__caret[data-astro-cid-h6jswqmw]:after{content:"▾";font-size:.8rem}.LensesTable__expandBtn[data-astro-cid-h6jswqmw][aria-expanded=true] .LensesTable__caret[data-astro-cid-h6jswqmw]:after{content:"▴"}.LensesTable__detail[data-astro-cid-h6jswqmw] td[data-astro-cid-h6jswqmw]{padding:4px 12px 18px 64px;background:#f8fafc;box-shadow:inset 3px 0 #4a5d4e59;border-bottom:1px solid #e2e8f0}.LensesTable__specGrid[data-astro-cid-h6jswqmw]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 24px;margin:12px 0 0}.LensesTable__spec[data-astro-cid-h6jswqmw] dt[data-astro-cid-h6jswqmw]{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:3px}.LensesTable__spec[data-astro-cid-h6jswqmw] dd[data-astro-cid-h6jswqmw]{margin:0;font-size:.85rem;font-weight:600;color:#0f172a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.LensesTable__spec--link[data-astro-cid-h6jswqmw]{display:flex;align-items:flex-end}.LensesTable__fullLink[data-astro-cid-h6jswqmw]{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4a5d4e;text-decoration:underline;text-underline-offset:3px}.LensesTable__fullLink[data-astro-cid-h6jswqmw]:hover{text-decoration:none}.LensesTable__noResults[data-astro-cid-h6jswqmw]{padding:24px 12px;margin:0;font-size:.85rem;color:#64748b;text-align:center}.LensesTable__footer[data-astro-cid-h6jswqmw]{display:flex;align-items:center;gap:16px;padding:14px 16px;border-top:1px solid #e2e8f0;background:#fff;border-radius:0 0 12px 12px}.LensesTable__count[data-astro-cid-h6jswqmw]{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-right:auto}.LensesTable__loadMore[data-astro-cid-h6jswqmw]{padding:11px 24px;border:none;border-radius:12px;background:#4a5d4e14;color:#4a5d4e;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .2s ease}.LensesTable__loadMore[data-astro-cid-h6jswqmw]:hover{background:#4a5d4e26}.LensesTable__loadMore[data-astro-cid-h6jswqmw]:active{transform:scale(.98)}.visually-hidden[data-astro-cid-h6jswqmw]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:767px){.LensesTable__search[data-astro-cid-h6jswqmw]{width:100%}.LensesTable__tabsBar[data-astro-cid-h6jswqmw],.LensesTable__moreRow[data-astro-cid-h6jswqmw]{display:none}.LensesTable__brandSelect[data-astro-cid-h6jswqmw]{display:flex}.LensesTable__brandExcerpt[data-astro-cid-h6jswqmw]{order:3;flex-basis:100%}.LensesTable__brandInfoBtn[data-astro-cid-h6jswqmw]{margin-left:auto}.LensesTable__swipeHint[data-astro-cid-h6jswqmw]{display:block}.LensesTable__wrap[data-astro-cid-h6jswqmw]{overflow-x:auto;-webkit-overflow-scrolling:touch}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] th[data-astro-cid-h6jswqmw]{position:static}.LensesTable__colExtra[data-astro-cid-h6jswqmw]{display:table-cell}.LensesTable__colCaret[data-astro-cid-h6jswqmw],.LensesTable__detail[data-astro-cid-h6jswqmw]{display:none}.LensesTable__colCheck[data-astro-cid-h6jswqmw],.LensesTable__colThumb[data-astro-cid-h6jswqmw],.LensesTable__colModel[data-astro-cid-h6jswqmw]{position:sticky;z-index:2}.LensesTable__colCheck[data-astro-cid-h6jswqmw]{left:0;width:36px;min-width:36px}.LensesTable__colThumb[data-astro-cid-h6jswqmw]{left:36px;width:48px;min-width:48px}.LensesTable__colThumb[data-astro-cid-h6jswqmw] img[data-astro-cid-h6jswqmw],.LensesTable__thumbPlaceholder[data-astro-cid-h6jswqmw]{width:40px;height:30px}.LensesTable__colModel[data-astro-cid-h6jswqmw]{left:84px;min-width:130px;max-width:150px;box-shadow:4px 0 8px -4px #0f172a26}.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] .LensesTable__colCheck[data-astro-cid-h6jswqmw],.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] .LensesTable__colThumb[data-astro-cid-h6jswqmw],.LensesTable__table[data-astro-cid-h6jswqmw] thead[data-astro-cid-h6jswqmw] .LensesTable__colModel[data-astro-cid-h6jswqmw]{position:sticky;top:auto;background:#fff;z-index:4}.LensesTable__row[data-astro-cid-h6jswqmw] td[data-astro-cid-h6jswqmw]{padding:10px}.LensesTable__modelLink[data-astro-cid-h6jswqmw]{font-size:.85rem}}
