.commerce-product-card{box-sizing:border-box;display:flex;min-width:0;height:100%;overflow:hidden;flex-direction:column;border:1px solid #d9e2f0;border-radius:12px;background:#fff;color:#262626;font-family:var(--ui-font-family,Inter,sans-serif);box-shadow:0 1px 2px rgba(0,0,0,.03)}.commerce-product-card__media{position:relative;overflow:hidden;aspect-ratio:1/1;background:#f5f7fa}.commerce-product-card__media img{display:block;width:100%;height:100%;object-fit:cover}.commerce-product-card__badge{position:absolute;top:10px;left:0;padding:4px 8px;border-radius:0 5px 5px 0;background:#cf1322;color:#fff;font-size:12px;font-weight:700}.commerce-product-card__badge:empty{display:none}.commerce-product-card__body{display:flex;flex:1;flex-direction:column;padding:14px 12px 12px}.commerce-product-card h3{margin:0;font-size:14px;font-weight:500;line-height:1.45}.commerce-product-card h3 a{display:-webkit-box;overflow:hidden;color:#434343;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.commerce-product-card__price{display:grid;gap:2px;margin-top:10px}.commerce-product-card__price strong{font-size:18px;line-height:1.3}.commerce-product-card__price strong small{font-size:14px}.commerce-product-card__price del{color:#595959;font-size:13px}.commerce-product-card__quick{display:flex;min-height:44px;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:8px 12px;border:1px solid #0958d9;border-radius:8px;background:#fff;color:#0958d9;font:600 14px/1.4 var(--ui-font-family,Inter,sans-serif);cursor:pointer}.commerce-product-card__quick svg{width:20px;height:20px}.commerce-product-card__quick:hover{background:#e6f4ff}.commerce-product-card__quick:focus-visible{outline:2px solid #1677ff;outline-offset:2px}