.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{display:flex;flex-direction:column;width:100%;height:100%;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;text-align:left;padding:0;appearance:none;-webkit-appearance:none;transition:transform .2s ease,box-shadow .2s ease}.product-card:focus-visible{outline:2px solid #1f3a5f;outline-offset:3px}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f172a14}.product-card__thumb{width:100%;aspect-ratio:1 / 1;background:#f8fafc;overflow:hidden;flex:0 0 auto}.product-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:18px;min-height:132px}.product-card__category{margin:0 0 8px;color:#6b7280;font-size:13px;font-weight:600;line-height:1.2}.product-card__title{margin:0;font-size:18px;font-weight:700;line-height:1.4;height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;overflow-wrap:break-word}.product-card__desc{margin:auto 0 0;color:#6b7280;font-size:14px;line-height:1.6;word-break:keep-all;overflow-wrap:break-word}.product-list-loader{padding:24px 0 0;text-align:center;color:#6b7280}.product-list-sentinel{height:1px}.modal-detail-page-action{margin-top:24px;display:flex;justify-content:flex-end}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card__body{min-height:124px;padding:16px}.product-card__title{font-size:17px;height:2.8em}.product-card__desc{font-size:13px}}@media(max-width:560px){.product-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.product-card__body{min-height:auto}.product-card__title{font-size:16px}}.product-list-head{margin-bottom:24px}.product-list-title{margin:0 0 8px;font-size:clamp(1.75rem,4vw,2rem);font-weight:700;line-height:1.3}.product-list-desc{margin:0;color:#6b7280;font-size:15px;line-height:1.7}.badge-product-section,.medal-product-section,.keyring-product-section,.coin-product-section,.etc-product-section{padding-top:20px}
