/* consolidated fixes */
.recommend-ribbon,.sort-button[data-sort="recommend"]{display:none!important}.finder-search{height:46px;border-radius:23px;grid-template-columns:48px 1fr auto}.finder-search>span{font-size:0}.finder-search>span svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}.finder-search input{font-size:13px}.filter-row[data-filter-row="manufacturer"] .filter-options{flex-wrap:wrap;overflow:visible}.filter-row[data-filter-row="manufacturer"] .filter-chip{min-width:92px}.filter-row[data-filter-row="cameraSystem"] .filter-chip{min-width:112px}.product-visual{overflow:hidden}.product-photo{width:100%;height:100%;object-fit:contain;padding:9px;display:block}.product-visual.has-photo .product-fallback{display:none}.product-fallback{width:100%;height:100%;display:grid;place-items:center;position:relative}.product-fallback .brand-card-logo{max-width:72%;max-height:62px;opacity:.82}.product-fallback .brand-card-text{font-size:19px;font-weight:900;color:#6e7784;letter-spacing:-.04em}.product-fallback .fallback-shape{display:none}.filter-rows{padding-top:10px;padding-bottom:10px}.filter-row{min-height:46px}.filter-options{flex-wrap:wrap;overflow:visible}.filter-chip{min-width:96px}.finder-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:820px){.filter-options{flex-wrap:nowrap;overflow:auto}.filter-row[data-filter-row="manufacturer"] .filter-options{flex-wrap:nowrap;overflow:auto}}

/* v6: 바디/렌즈 카드 가격 가독성 확대 */
.finder-card .card-price{padding-top:12px}
.finder-card .card-price small{
  font-size:11px!important;
  line-height:1.35;
  font-weight:700;
  color:#666de7;
}
.finder-card .card-price strong{
  font-size:19px!important;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.035em;
  margin-top:4px!important;
}
@media(max-width:520px){
  .finder-card .card-price small{font-size:11px!important}
  .finder-card .card-price strong{font-size:20px!important}
}

/* 다중 선택 필터 및 결과 없는 선택지 */
.filter-chip{cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease,opacity .15s ease}
.filter-chip.selected{background:#eeefff!important;border-color:#6067ef!important;color:#4f55db!important;font-weight:900}
.filter-chip.unavailable,.filter-chip:disabled{background:#f2f3f5!important;border-color:#e3e6ea!important;color:#b3bac3!important;box-shadow:none!important;cursor:not-allowed;opacity:.58;text-decoration:none}
.filter-chip.unavailable:hover,.filter-chip:disabled:hover{background:#f2f3f5!important;border-color:#e3e6ea!important;color:#b3bac3!important}

/* 사용자 제공 제조사 기본 이미지 */
.product-fallback .brand-card-logo{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain;padding:8px;opacity:1!important}
