.product-actions{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:10px;opacity:0;transition:all .3s ease;z-index:10}.product-card:hover .product-actions{opacity:1}.action-btn{width:45px;height:45px;background:var(--primary-color);border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;text-decoration:none}.action-btn:hover{background:var(--secondary-color);transform:scale(1.1);color:#fff}.product-badge{position:absolute;top:15px;left:15px;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;z-index:5}.badge-warning{background:#ffc107;color:#1a1a2e}.badge-danger{background:#ff4757;color:#fff}.product-title a{color:var(--text-white);text-decoration:none;transition:color .3s}.product-title a:hover{color:var(--primary-color)}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.btn-add-cart{width:40px;height:40px;background:var(--primary-color);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.btn-add-cart:hover{background:var(--secondary-color);transform:scale(1.1)}.related-products-section{padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}@media (max-width:575px){.action-btn{width:38px;height:38px}.btn-add-cart{width:35px;height:35px}}