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