body { background-color: #f8f9fa; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.card-product { border: none; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.2s; }
.card-product:hover { transform: translateY(-5px); }
.blur-content { filter: blur(6px); user-select: none; pointer-events: none; opacity: 0.6; }
.lock-overlay {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    z-index: 10; text-align: center; width: 100%;
}
.savings-badge { background-color: #28a745; color: white; padding: 5px 10px; border-radius: 20px; font-size: 0.9em; font-weight: bold; }
.pix-code { background: #e9ecef; padding: 10px; border-radius: 5px; word-break: break-all; font-family: monospace; font-size: 0.9em; }
.timer { color: #dc3545; font-weight: bold; font-size: 1.2em; }