.product-item{display:flex;flex-direction:column;width:260px;height:360px;flex:0 0 260px;min-width:0;background:#ffffff;border-radius:var(--radius-md);overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative}.product-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.product-item__image{width:100%;height:250px;object-fit:contain;object-position:center;display:block;background:#ffffff}.product-item__divider{height:1px;background:rgba(0,0,0,.08);margin:0;border:0;flex-shrink:0}.product-item__body{height:calc(360px - 250px - 1px);padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.product-item__info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1}.product-item__name{font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-item__name,.product-item__price{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:.92rem;color:var(--color-text-dark);margin:0}.product-item__price{font-weight:600;white-space:nowrap}.product-item__add{width:38px;height:38px;min-width:38px;background:#2d2d2d;color:var(--color-white);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:background-color .2s;padding:0;flex-shrink:0;cursor:pointer;border:none}.product-item__add:hover{background:#444}.product-item--skeleton{width:260px;height:360px;flex:0 0 260px;border-radius:var(--radius-md);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.sdp-products__grid .product-item,.sdp-products__grid .product-item--skeleton{width:100%;flex:1 1 auto}@media (max-width:980px){.product-item{width:210px;height:300px;flex:0 0 210px}.product-item__image{height:200px}.product-item__body{height:calc(300px - 200px - 1px)}.sdp-products__grid .product-item{width:100%;flex:1 1 auto}}.product-item--added{box-shadow:0 10px 28px rgba(34,197,94,.25),var(--shadow-md);transform:translateY(-2px)}.product-item__add--added{background:#22c55e}.product-item__add--added:hover{background:#16a34a}.product-item__addedToast{position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:999px;font-family:var(--font-poppins);font-size:.78rem;font-weight:600;color:#0b0b0c;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.08);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.product-item--added .product-item__addedToast{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.product-item--added{transform:none}.product-item__addedToast{transition:none}}@media (max-width:575px){.product-item{width:100%;flex:none;height:250px;border-radius:14px}.product-item__image{height:155px}.product-item__body{height:calc(250px - 155px - 1px);padding:10px}.product-item__name,.product-item__price{font-size:.82rem}.product-item__add{width:32px;height:32px;min-width:32px;border-radius:10px}}