*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}body{color:#1c2434;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.2px;background:#f4f6fb;font-family:Noto Sans KR,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px}button{font-family:inherit}a{color:inherit;text-decoration:none}input,button,h1,h2,h3,h4,h5,h6{font-family:inherit}.search-bar{z-index:50;background:#fff;border-bottom:1px solid #e7eaf1;position:sticky;top:0;box-shadow:0 1px #0057ff0a}.search-bar__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:28px;max-width:1280px;margin:0 auto;padding:18px 24px;display:grid}.search-bar__logo{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:baseline;gap:4px;display:flex}.search-bar__logo-mark{color:#0057ff;letter-spacing:-.5px;font-size:26px;font-weight:900}.search-bar__logo-sub{color:#1c2434;letter-spacing:-.5px;font-size:18px;font-weight:700}.search-bar__form-wrap{width:100%;position:relative}.search-bar__form{background:#fff;border:2px solid #0057ff;border-radius:999px;height:46px;display:flex;overflow:hidden}.search-bar__suggestions{z-index:100;background:#fff;border:1px solid #e7eaf1;border-radius:12px;margin:0;padding:6px 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 4px 16px #0000001a}.search-bar__suggestion-item{color:#1c2434;cursor:pointer;padding:10px 20px;font-size:14px}.search-bar__suggestion-item:hover,.search-bar__suggestion-item--active{color:#0057ff;background:#f0f4ff}.search-bar__input{color:#1c2434;background:0 0;border:none;outline:none;flex:1;padding:0 22px;font-family:inherit;font-size:14px}.search-bar__input::placeholder{color:#9aa3b2}.search-bar__button{color:#fff;cursor:pointer;background:#0057ff;border:none;padding:0 26px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s}.search-bar__button:hover:not(:disabled){background:#0046cc}.search-bar__button:disabled{cursor:not-allowed;background:#6b8cff}.search-bar__nav{gap:18px;font-size:13px;display:flex}.search-bar__nav a{color:#4a5468;font-weight:500;text-decoration:none}.search-bar__nav a:hover{color:#0057ff}@media (width<=768px){.search-bar__inner{grid-template-columns:1fr;gap:12px;padding:14px 16px}.search-bar__nav{display:none}}.filter-sidebar{background:#fff;border:1px solid #e7eaf1;border-radius:14px;flex-direction:column;gap:18px;padding:20px 18px;display:flex;position:sticky;top:96px}.filter-sidebar__header{border-bottom:1px solid #eef0f5;justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.filter-sidebar__header h3{color:#1c2434;letter-spacing:-.5px;margin:0;font-size:16px;font-weight:800}.filter-sidebar__reset{color:#6b7280;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12px;text-decoration:underline}.filter-sidebar__section h4{color:#4a5468;margin:0 0 10px;font-size:13px;font-weight:700}.filter-sidebar__price{align-items:center;gap:6px;display:flex}.filter-sidebar__price input{border:1px solid #e0e4ec;border-radius:8px;outline:none;flex:1;width:100%;min-width:0;padding:8px 10px;font-family:inherit;font-size:13px}.filter-sidebar__price input:focus{border-color:#0057ff}.filter-sidebar__price span{color:#9aa3b2;font-size:12px}.filter-sidebar__check-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.filter-sidebar__check-list--grid{grid-template-columns:repeat(2,1fr);gap:8px 10px;display:grid}.filter-sidebar__check{color:#1c2434;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:13px;display:inline-flex}.filter-sidebar__check input[type=checkbox]{appearance:none;cursor:pointer;border:1.5px solid #c4c9d4;border-radius:4px;flex-shrink:0;width:16px;height:16px;transition:all .15s;position:relative}.filter-sidebar__check input[type=checkbox]:checked{background:#0057ff;border-color:#0057ff}.filter-sidebar__check input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.filter-sidebar__apply{color:#fff;cursor:pointer;background:#0057ff;border:none;border-radius:10px;padding:12px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s}.filter-sidebar__apply:hover{background:#0046cc}@media (width<=968px){.filter-sidebar{display:none}}.badge{color:#4a5468;letter-spacing:-.3px;white-space:nowrap;background:#f1f4fa;border:1px solid #e0e4ec;border-radius:4px;align-items:center;padding:2px 7px;font-size:11px;font-weight:600;display:inline-flex}.product-card{background:#fff;border:1px solid #e7eaf1;border-radius:14px;flex-direction:column;transition:all .18s;display:flex;overflow:hidden}.product-card:hover{border-color:#0057ff;transform:translateY(-2px);box-shadow:0 10px 24px #0057ff14}.product-card__thumb{aspect-ratio:1;background:linear-gradient(135deg,#eaf1ff 0%,#f4f6fb 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-card__img{object-fit:cover;width:100%;height:100%}.product-card__thumb-placeholder{opacity:.5;font-size:80px}.product-card__dispatch{color:#fff;letter-spacing:-.3px;background:#00a851;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;bottom:10px;left:10px}.product-card__dispatch-dot{background:#fff;border-radius:50%;width:5px;height:5px}.product-card__body{flex-direction:column;flex:1;gap:7px;padding:14px 14px 16px;display:flex}.product-card__seller{color:#6b7280;font-size:12px;font-weight:500}.product-card__name{color:#1c2434;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin:0;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__price-row{justify-content:space-between;align-items:baseline;gap:8px;margin-top:2px;display:flex}.product-card__price{color:#ff3b00;letter-spacing:-.5px;font-size:20px;font-weight:800}.product-card__shipping{color:#6b7280;font-size:11px;font-weight:500}.product-card__meta{color:#4a5468;align-items:center;gap:6px;font-size:12px;display:flex}.product-card__rating{color:#1c2434;align-items:center;gap:2px;font-weight:700;display:inline-flex}.product-card__star{color:#ffb400;font-size:13px}.product-card__divider{color:#d4d8e0}.product-card__tags{flex-wrap:wrap;gap:4px;min-height:22px;margin-top:4px;display:flex}.product-card__buy{color:#0057ff;cursor:pointer;text-align:center;background:#fff;border:1.5px solid #0057ff;border-radius:8px;margin-top:auto;padding:10px;font-family:inherit;font-size:13px;font-weight:700;text-decoration:none;transition:all .15s;display:block}.product-card__buy:hover{color:#fff;background:#0057ff}.product-list{flex-direction:column;gap:18px;display:flex}.product-list__header{background:#fff;border:1px solid #e7eaf1;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;padding:18px 22px;display:flex}.product-list__title h2{color:#1c2434;letter-spacing:-.5px;margin:0 0 4px;font-size:22px;font-weight:800}.product-list__title h2 span{color:#0057ff;margin-left:4px}.product-list__title p{color:#6b7280;margin:0;font-size:12px}.product-list__sort{background:#f4f6fb;border-radius:10px;gap:4px;padding:4px;display:flex}.product-list__sort-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.product-list__sort-tab:hover{color:#1c2434}.product-list__sort-tab.is-active{color:#0057ff;background:#fff;box-shadow:0 1px 3px #00000014}.product-list__chips{flex-wrap:wrap;gap:8px;display:flex}.product-list__chip{color:#4a5468;cursor:pointer;background:#fff;border:1px solid #e0e4ec;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.product-list__chip:hover{color:#0057ff;border-color:#0057ff}.product-list__chip.is-active{color:#fff;background:#0057ff;border-color:#0057ff;font-weight:700}.product-list__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.product-list__empty{text-align:center;color:#6b7280;background:#fff;border:1px solid #e7eaf1;border-radius:14px;padding:60px 20px;font-size:14px}@media (width<=768px){.product-list__grid{grid-template-columns:1fr}.product-list__header{padding:14px 16px}}.main-page{background:#f4f6fb;flex-direction:column;min-height:100vh;display:flex}.main-page__hero{color:#fff;background:linear-gradient(135deg,#0057ff 0%,#2d75ff 100%)}.main-page__hero-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:36px 24px;display:flex}.main-page__hero-text h1{letter-spacing:-.8px;margin:0 0 6px;font-size:26px;font-weight:800}.main-page__hero-text p{opacity:.85;margin:0;font-size:14px}.main-page__hero-stats{gap:32px;display:flex}.main-page__hero-stats>div{text-align:center}.main-page__hero-stats strong{letter-spacing:-.5px;font-size:24px;font-weight:800;display:block}.main-page__hero-stats strong span{opacity:.85;margin-left:2px;font-size:16px}.main-page__hero-stats em{opacity:.8;font-size:12px;font-style:normal}.main-page__layout{box-sizing:border-box;flex:1;grid-template-columns:240px 1fr;gap:24px;width:100%;max-width:1280px;margin:0 auto;padding:28px 24px 40px;display:grid}.main-page__content{min-width:0}.main-page__footer{color:#9aa3b2;text-align:center;background:#1c2434;padding:20px 24px;font-size:12px}.main-page__footer p{margin:0}@media (width<=968px){.main-page__layout{grid-template-columns:1fr;padding:20px 16px 32px}.main-page__hero-inner{padding:24px 16px}.main-page__hero-text h1{font-size:20px}.main-page__hero-stats{justify-content:space-between;gap:18px;width:100%}.main-page__hero-stats strong{font-size:18px}}
