.story-product-card{display:flex;align-items:center;gap:12px;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);border-radius:16px;padding:12px;min-width:280px;max-width:320px;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px rgba(0,0,0,.3);margin:0 auto}.story-product-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px rgba(0,0,0,.4)}.story-product-card:active{transform:translateY(0) scale(.98)}.story-product-image{width:65px;height:65px;border-radius:10px;overflow:hidden;background:#f0f0f0;flex-shrink:0}.story-product-image img{width:100%;height:100%;object-fit:cover}.story-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.story-product-name{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;line-height:1.2}.story-product-stars{display:flex;align-items:center;gap:4px;margin-bottom:2px}.stars-icons{display:flex;letter-spacing:-1px}.stars-value{font-size:11px;font-weight:700;color:#666}.story-product-price{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.story-product-price .old-price{font-size:11px;color:#999;text-decoration:line-through}.story-product-price .current-price{font-size:15px;font-weight:800;color:#e63946}.story-product-cta{padding:0 14px;height:40px;border-radius:20px;background:linear-gradient(135deg,#e63946,#d62828);border:none;color:#fff;display:flex;align-items:center;gap:8px;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 10px rgba(230,57,70,.3)}.story-product-cta span{white-space:nowrap}.story-product-cta:hover{transform:scale(1.05);background:linear-gradient(135deg,#f1faee,#a8dadc);color:#1d3557;background:linear-gradient(135deg,#f34b5b,#e63946);color:#fff}.story-product-cta:active{transform:scale(.95)}.story-product-card.loading{pointer-events:none}.product-skeleton{width:100%;height:80px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:12px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}