.shop-product-card{width:372px;height:197px;background:#fcfcfc;border:.5px solid #e5e5e5;border-radius:24px;opacity:1;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;position:relative;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s}.shop-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.shop-product-card-photo{width:352px;height:117px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:18px;opacity:1}.shop-product-card-info{display:flex;flex-direction:column;gap:4px;position:relative;flex:1}.shop-product-card-name{font:normal normal 700 18px/23px Helvetica Neue,Arial,sans-serif;letter-spacing:0;color:#1a1a1a;text-align:left;opacity:1}.shop-product-card-bottom-row{display:flex;justify-content:space-between;align-items:center;width:100%}.shop-product-card-userid{text-align:left}.shop-product-card-numbers,.shop-product-card-userid{font:normal normal normal 14px/16px Helvetica Neue,Arial,sans-serif;letter-spacing:0;color:#636363;opacity:1}.shop-product-card-numbers{text-align:right}.shop-product-card-rating{position:absolute;right:0;display:flex;align-items:center;gap:4px}.shop-product-card-star{width:12px;height:12px;opacity:1;flex-shrink:0}.shop-product-card-ratio-value{font:normal normal medium 16px/19px Helvetica Neue,Arial,sans-serif;letter-spacing:0;color:#1a1a1a;text-align:center;opacity:1}@media (max-width:1024px){.shop-product-card{width:100%;height:auto;min-height:197px}.shop-product-card-photo{width:100%;max-width:352px}}@media (max-width:768px){.shop-product-card{width:100%;height:auto;min-height:197px}.shop-product-card-photo{width:100%;max-width:100%}}